Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter cube

    (@cube)

    Sorry can’t check it right now because my provide has got BIG FTP Problems ??

    Thread Starter cube

    (@cube)

    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…

    Thread Starter cube

    (@cube)

    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.

    Thread Starter cube

    (@cube)

    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 but not if i use the permalink like here.

    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…

    Thread Starter cube

    (@cube)

    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! ??

    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.

    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/ A check of the real wp-feed.php shows the new Feed: 72quadrat.de/blog/wp-feed.php

    Oh well, I’m verry confused. I’ve also redone my Permalinks…

    Thread Starter cube

    (@cube)

    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!

    Thread Starter cube

    (@cube)

    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
    In reply to: Exhibit UI in Safari

    uups, that does’nt look good // please test a wider Browser-Window! Exhibit get’s Problems with small Browser Windows…

    Forum: Plugins
    In reply to: New subscription plugin

    Really great news seriocomic, and thanks for this Christmas-Gift…

    Forum: Plugins
    In reply to: New subscription plugin

    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
    In reply to: New subscription plugin

    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 a€“ 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 https://www.yoursite.com/mailer.php?pw=xxxxx and perhaps that the emailadresses are plain Text in that file and not crypted a€“ yes I’ve some paranoia about being the reason for Spam-Mails of my Newslettersubsscr… (sorry for my bad english)

    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
    In reply to: Exhibit 1.0b release

    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)