Title: cube's Replies | WordPress.org

---

# cube

  [  ](https://wordpress.org/support/users/cube/)

 *   [Profile](https://wordpress.org/support/users/cube/)
 *   [Topics Started](https://wordpress.org/support/users/cube/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cube/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cube/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cube/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cube/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cube/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/cube/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cube/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use www.domain.com in URL and redirect .domain.com Rewrite Rule](https://wordpress.org/support/topic/use-wwwdomaincom-in-url-and-redirect-domaincom-rewrite-rule/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/use-wwwdomaincom-in-url-and-redirect-domaincom-rewrite-rule/#post-420023)
 * Sorry can’t check it right now because my provide has got BIG FTP Problems 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange Commet or Category RSS Problems](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/#post-408817)
 * O.K. It’s the f**** Sideblog-Plugin!! There is a second LEFT JOIN in that Plugin…
   Not so nice, seems I have to find another way to implement my sideblog…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange Commet or Category RSS Problems](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/#post-408815)
 * O.K. I’ve checked a little bit the _MYSQL Query_:
    `SELECT * FROM wp2_posts LEFT
   JOIN wp2_post2cat ON (wp2_posts.ID = wp2_post2cat.post_id) <strong>LEFT JOIN 
   wp2_categories ON (wp2_post2cat.category_id = wp2_categories.cat_ID) LEFT JOIN
   wp2_post2cat ON (wp2_posts.ID = wp2_post2cat.post_id)</strong> WHERE 1=1 AND 
   YEAR(post_date)='2006' AND MONTH(post_date)='6' AND DAYOFMONTH(post_date)='19'
   AND post_name = 'fast-fehlerfrei-und-teils-neu' AND (category_id = '2') AND (
   post_status != "static") AND post_status != "attachment" GROUP BY wp2_posts.ID
   ORDER BY post_date DESC
 * And it seems that there are too much _Left joins_?!?!?
 * If i delete the bold Lines it’s O.K.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange Commet or Category RSS Problems](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/#post-408803)
 * I’ve triggered out that for my Comment-Feeds there seems to be a Permalink-Structure
   Error.
 * For example, my newest Entry with the ID 334 got a nice Comment-RSS Feed if i
   use the Url [72quadrat.de/blog/wp-commentsrss2.php?p=334](http://72quadrat.de/blog/wp-commentsrss2.php?p=334)
   but **not** if i use the permalink like [here](http://www.72quadrat.de/blog/2006/06/19/72quadrat-website/fast-fehlerfrei-und-teils-neu/feed/).
 * My Permalink Stuff looks like that:
    `# BEGIN FAlbum <IfModule mod_rewrite.c>
   RewriteEngine On RewriteRule ^flickr/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([
   ^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /blog/wp-content/plugins/falbum/wp/album.
   php?$1=$2&$3=$4&$5=$6&$7=$8 [QSA,L] </IfModule> # END FAlbum RewriteEngine On
 * Options +SymLinksIfOwnerMatch
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/
   RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule./
   blog/index.php [L] </IfModule>
 * # END WordPress
    ErrorDocument 404 ../error404.html
 * Does anybody see any Failure in that?!? I’m a newbie in Rewrite Urls…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange Commet or Category RSS Problems](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/strange-commet-or-category-rss-problems/#post-408801)
 * O.K., the Category-Feed Problem is fixed **thank you** it was my Sideblog-Plugin:-).
   Now I’ve updated to Version 3.3 of “Sideblog WordPress Plugin” and my Category-
   Feeds work!
 * But my Comment Feed does not! 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS breaks when blog address changed?](https://wordpress.org/support/topic/rss-breaks-when-blog-address-changed/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-breaks-when-blog-address-changed/#post-143220)
 * In my case it was some kind of FTP-Trouble I think. After checking the `htaccess`
   File some times, i found some OLD Permalinkrules that did this redirection to
   my old feed. But in my case i did a clean htaccess from the 1.5-admin-tool. But
   it seems that the server didn’t handle this. So i have killed the `htaccess` 
   for some time and did it again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS breaks when blog address changed?](https://wordpress.org/support/topic/rss-breaks-when-blog-address-changed/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-breaks-when-blog-address-changed/#post-143194)
 * I have the same Problems! My Blog also moved from 72quadrat.de/v4/weblog/ to 
   72quadrat.de/blog/ but the permalink of my **news** Weblog shows the old Feed-
   Content. The Permalink is: [72quadrat.de/blog/feed/](http://www.72quadrat.de/blog/feed/)
   A check of the real `wp-feed.php` shows the new Feed: [72quadrat.de/blog/wp-feed.php](http://www.72quadrat.de/blog/wp-feed.php)
 * Oh well, I’m verry confused. I’ve also redone my Permalinks…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Error: Kubrick Sidebar Background shows on single Page](https://wordpress.org/support/topic/error-kubrick-sidebar-background-shows-on-single-page/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/error-kubrick-sidebar-background-shows-on-single-page/#post-142717)
 * O.K., sorry but I’ve found the error now! It was exhibit!
    Exhibit calls some
   stylesheet file whicht does not exist.
 * This causes the IE Error, so for someone who uses exhibit with kubrick, kill 
   this Styleimport in Exhibit!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database Errror shows up in Editing Preview](https://wordpress.org/support/topic/database-errror-shows-up-in-editing-preview/)
 *  Thread Starter [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/database-errror-shows-up-in-editing-preview/#post-121500)
 * My active Plugins:
    ImageManager 1.0 Adhesive 1.5 Exhibit 1.1d EzStatic 1.5 Flashifier
   0.11 Search Hilite 1.2 Image Browser 0.4 Spam Karma 1.7 alpha 3 WP Statistics
   Subscriber 1.0 Word/Image Counts 2.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exhibit UI in Safari](https://wordpress.org/support/topic/exhibit-ui-in-safari/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/exhibit-ui-in-safari/#post-113010)
 * uups, that does’nt look good // please test a wider Browser-Window! Exhibit get’s
   Problems with small Browser Windows…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [New subscription plugin](https://wordpress.org/support/topic/new-subscription-plugin/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/new-subscription-plugin/page/4/#post-69715)
 * Really great news seriocomic, and thanks for this Christmas-Gift…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [New subscription plugin](https://wordpress.org/support/topic/new-subscription-plugin/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/new-subscription-plugin/page/3/#post-69703)
 * I’ve also postet the following wish for an update in seriocomic’s Site:
    For 
   me it would be absoluteley GREAT to have some of the following: Only send one
   single email after xx days with the little Links to the new posts. Because I 
   think that my subscribers are not verry happy to receive 5 emails a day from 
   my Newsletter. I know that this is not so easy to realize but seriocomic seems
   to be really good in php – and i’m not. :-)) Thanks for that plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [New subscription plugin](https://wordpress.org/support/topic/new-subscription-plugin/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/new-subscription-plugin/page/3/#post-69694)
 * I had also some Problems with CHMODing, and the Renamething.
    Now fot the rest
   of us how i think i’ve solved this Problem: (1) rename `"xxx.dat"` in `"xxx.dat.
   php"` and … (2) move the `"xxx.dat.php"` in a subfolder and … (3) `.htaccess`
   that folder and … (4) change the link to xxx.dat in <b>two</b> files: `"subscriber.
   php"` and `"mailer.php"` of the plugin â€“ at first I’ve often fortgotten the
   mail.php. Now i can’t access that file without a `.htaccess` password and so 
   on. The only Problem I see is the URL-Password like [http://www.yoursite.com/mailer.php?pw=xxxxx](http://www.yoursite.com/mailer.php?pw=xxxxx)
   and perhaps that the emailadresses are plain Text in that file and not crypted
   â€“ yes I’ve some paranoia about being the reason for Spam-Mails of my Newslettersubsscr…(
   sorry for my bad english)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exhibit 1.1d Photo Gallery Plugin](https://wordpress.org/support/topic/exhibit-11d-photo-gallery-plugin/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/exhibit-11d-photo-gallery-plugin/page/5/#post-73201)
 * Hello, It seems that I’ve massive Problems with the .cfg File because the File
   dosent seem to be reached by exhibit. I have to type everything into the exhibit10.
   php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exhibit 1.0b release](https://wordpress.org/support/topic/exhibit-1-0b-release/)
 *  [cube](https://wordpress.org/support/users/cube/)
 * (@cube)
 * [21 years, 11 months ago](https://wordpress.org/support/topic/exhibit-1-0b-release/page/3/#post-62709)
 * Hi, I’ve some Problems with Mac-Browsers when I open a popup-window! In Internet
   Explorer 5.2 on Mac the Popup is resized to somewhat like 100×100 Pixel and in
   Safari 1.1 there is even no resizing! For me the old script was better because
   the Popup-Size was nearby the Image-Size.
    I have surfed around the net and found
   some scripts but there seems to be NO Java-script was good enough to do this 
   job. What to do? I’m a newbie in PHP and even Javascript ist not my home?!? `
   <script type="text/javascript"> <!-- function exh_popImage(oContent,oTitle) {
   var x = window.open('','windowName','width=700,height=500,resizable=1'); if( !
   x ) { return true; } x.document.open(); x.document.write('<html><head><title>'
   +oTitle+'<\/title>'); x.document.write('<sc'+'ript>'); x.document.writeln('var
   isNN,isIE;'); x.document.writeln('function reSizeToImage(){'); if (navigator.
   appName.indexOf("Microsoft")==-1) { x.document.writeln('window.innerWidth=document.
   images["ex_popimage"].width;'); x.document.writeln('window.innerHeight=document.
   images["ex_popimage"].height;'); x.document.writeln('document.title="'+oTitle
   +'";'); }else if(window.opera){ x.document.writeln('window.resizeTo(100,100);');
   x.document.writeln('width=130-(document.body.clientWidth-document.images[0].width);');
   x.document.writeln('height=100-(document.body.clientHeight-document.images[0].
   height);'); x.document.writeln('window.resizeTo(width,height);'); }else{ x.document.
   writeln('window.resizeTo(100,100);'); x.document.writeln('width=100-(document.
   body.clientWidth-document.images[0].width);'); x.document.writeln('height=100-(
   document.body.clientHeight-document.images[0].height);'); x.document.writeln('
   window.resizeTo(width,height);'); } x.document.writeln('}</sc'+'ript>'); x.document.
   write('<\/head><body style="margin:0px;" id="ex_popbody" scroll="no" onload="
   reSizeToImage();self.focus();">'); x.document.write('<img id="ex_popimage" name
   ="ex_popimage" src="'+oContent+'" alt="'+oTitle+'" onclick="window.close();" \/
   ><\/body><\/html>'); x.document.close(); /*x.innerWidth=x.document.images["ex_popimage"].
   width; x.innerHeight=x.document.images["ex_popimage"].height;*/ if( x.focus ){
   x.focus(); } } // --> </script>

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/cube/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cube/replies/page/2/?output_format=md)