lukiss
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trying to do simple math with the_id tagThank You for fast answer.
So, if anyone but me really feel the need to countdown the posts here is how to do it:
replace
<?php the_ID(); ?>
with<?php echo 1000 - $post->ID ?>
.And it works!
Forum: Fixing WordPress
In reply to: Safe Mode (1.5 vs 2.0)That command would be CHOWN(?). I don’t know too much about it and i don’t have shell access to my server at the moment. Is it possible to change the ownership with an FTP client.
WP still tells me “File is empty. Please upload something more substantial.” when i try to upload things into the zipped directiores i uploaded (chmod 777). I really thought this empty-directories-trick would have worked.
Forum: Alpha/Beta/RC
In reply to: Image uploading Safe modeCurious. So is there a way to get the upload to work if safe mode is used?
Forum: Your WordPress
In reply to: My Theme v2 (marcnjami.com)I can confirm it’s beutiful in safari too.
Forum: Fixing WordPress
In reply to: Different home page and permapage design?…And I just figured out how.
Design a new template, then go to your options > permalinks panel.
Scroll down to the part where is says:
“Use the template tags above to create a virtual site structure:”
/index.php/archives/%year%/%monthnum%/%day%/%postname%/
change the index.php in that box to [your_template.php] and voil?? …
I think. It worked for me.
I hope someone who actually have more knowhow in WP can confirm that this _is_ a proper way to do it. ?? Me, I am just lucky sometimes.
/LForum: Fixing WordPress
In reply to: Different home page and permapage design?I am trying to figure out how to do the exact same thing.
Forum: Fixing WordPress
In reply to: Problems with botsThis texas holdem bot _is_ annoying me to the max right now. Even though I did turn off the option to get mail everytime a post is made/approved or rejected to the blog I still get a flood of mails to my inbox.
here is an example
“new comment on the post #18 “” is waiting for your approval…”
Is it commenting posts that does not exist or have no subject. what is this?
Sorry if this was slightly offtopic.Forum: Fixing WordPress
In reply to: Spam floodingJust learned that adding an extra “preview” screen wasn’t enough against pokerspam.
I didn’t install the WPBlacklist thing, just added the url he or she is advertising to the “comment moderation” box, but as TimothyB points out a€“ A way to block this person from posting in the first place would be sweet.Forum: Plugins
In reply to: EzStatic Plugin@ringmaster
I did change ob_get_level to > -1 and stuff, still same error. ob_get_level still not defined messege :), checked that compressed output is off…
The server is running PHP version: 4.1.2. Perhaps that could be the problem?Forum: Plugins
In reply to: EzStatic PluginJust like Cialdo i also get the
Call to undefined function: ob_get_level() in .... ....ins\ezstatic.php on line 180
… I have tried everything in this thread to get it to work. I am not that good at php to figure it out.Forum: Fixing WordPress
In reply to: xhtml validation and the “&” sign…._that_ was a fast reply!
So basicly i should not use & and ” signs in post titles.
And it seems to work! It’s now transitional!
Thanks!