nfin1te
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Comments feed emptyOmg, i’m such a jackass.
I have two WordPress installations on the same server and kept on modifying the wrong one.
It works perfectly now using clean_url – thanks! Case solved.
Forum: Fixing WordPress
In reply to: RSS Comments feed emptyThis is not a cache issue, I cleared my cache the fifth try or so, cleared it again and still no change.
htmlentities does not work for me either, I don’t know why, since I cleared all my caches again.
What can I do? I edited the feeds.php correctly, the only difference is, that on mine, there is no line 254 “or so”, the function which has to been replaced is on line 95 + 96 in my file.
I uploaded my feed.php file here for you to see:
http://www.dirtymoustache.net/feed.zipThanks for your help until now! Hope we will figure this out.
Forum: Fixing WordPress
In reply to: RSS Comments feed emptyThanks for the link, i replaced the code and reuploaded the file, but the fix does not work?
i cleared my cache and refreshed several times, but no change. π
Forum: Fixing WordPress
In reply to: RSS Comments feed emptyOh ok thanks!
Is there a way I can fix it by myself? Or will i need to update to the next wp version? im kind of lost in the bugfixing thread
Forum: Fixing WordPress
In reply to: RSS Comments feed emptyI’m using WP 2.7.
I also use the german language file an the german kubrick theme.Here’s the code i use for calling the rss feeds
<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'kubrick') . '</a>')According to your description, this should be ok…? So what else could it be?
Thanks
Edit: Sorry, i tried to use the code tag, but it didn’t work here.
Forum: Fixing WordPress
In reply to: Date Format changing not workingI will try, thank you.
But is this a WordPress bug? Isn’t this supposed to change the formatting? If not, what function does it have?
Forum: Themes and Templates
In reply to: How to disable the php generated header image?Thanks for your efforts figaro!
Forum: Themes and Templates
In reply to: How to disable the php generated header image?lol, i did it:
in the header-img.php file, i outcommented this:// If we don't have image processing support, redirect. if ( ! function_exists('imagecreatefromjpeg') ) die(header("Location: kubrickheader.jpg"));to this:
// If we don't have image processing support, redirect. // if ( ! function_exists('imagecreatefromjpeg') ) die(header("Location: kubrickheader.jpg"));So i assumed, he’d not run the script at all if i cancel the beginning if question. Is this an acceptable way of doing this or is this just “noobish”? π
Forum: Themes and Templates
In reply to: How to disable the php generated header image?figaro: Thanks, not entirely.
The name and description still needs to get displayed, i just want to remove the grey background between the name/desc and my own background image.Forum: Themes and Templates
In reply to: How to disable the php generated header image?figaro: The image can be found here:
http://www.dirtymoustache.net/designdirect/kubrickheader_custom.jpgIm using WP 2.7.
Would be great if this works, appreciate your effort, thanks
Forum: Themes and Templates
In reply to: How to disable the php generated header image?Saurus: No, how would you suggest to do that? Just use another custom named jpg there?
Forum: Themes and Templates
In reply to: How to disable the php generated header image?jberghem: When this is done, he does not call the header anymore and thus it gets not displayed, additionally, the sites layout got messed up.
figaro: that’s what i did, when you look at the top of the grey box, you should see a little arrow. This is from the image behind, which means i already replaced it.
thanks to both, but this didn’t work.
Any more ideas?