cron
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Help with step 5.This does not deal with what you uploaded but with your SQL tables instead. Try changeing it from wp_ to something else in your wp-config file.
Forum: Fixing WordPress
In reply to: Dashboard Not UpdatingI actaully like reading them. It is no huge problem but I like finding out about new plugins and the like. It stops me having to visit every site individualy to check for updates. I am not desprate but i would like it back.
Forum: Fixing WordPress
In reply to: Comments Don’t WorkI have logged out and it has no effect. I am not running any plugins that affect commenting at all. I did have the preformatted plugin installed before but I have disabled it.
Forum: Fixing WordPress
In reply to: Comments Don’t WorkNo, it still does not work. However it seems that this has stoped being a wordpress issue. I thank everyone for their help.
Thanks once again,
Cron – Symmetry In My MindForum: Fixing WordPress
In reply to: Comments Don’t WorkI wonder why I can’t do it. Maby it is my computer. I have been having probles comenting on other sites too……
Anyway, thanks guys.
EDIT: Just checked, still does not work for me. Also when i try using IE it gives me an eror 404 page. Anyway……
Forum: Fixing WordPress
In reply to: Dashboard Not Updatingbump ??
Forum: Fixing WordPress
In reply to: Future Posts & Future Pings?There is a plugin, wp-cron that does this.
Forum: Fixing WordPress
In reply to: Dashboard Not UpdatingI know that it is not that because I have 3 wordpress blog running on the same host. Two of them work fine, just this one won’t. I will check however. Thanks for your help.
Forum: Fixing WordPress
In reply to: Extra Archive Link “0”Just a sugestion. This is a quick and dirty hack, not a fix but why dont you put in a php explode function after the
wp_get_archives('type=monthly')
. That way you can exclude the “o” entry. It will still be there, just nobody can see it. I have no idea if this will work but it should…….Forum: Installing WordPress
In reply to: Commenters Plug Add-on.Did you wrap that code in <?php and ?> tags? It may sound obvious but some people miss it.
Forum: Fixing WordPress
In reply to: Showing articles on another page (not a wordpress page)Basicly put in a call for the blog header in the top of the page. Then, you can use the loop to show the three most recent posts. Hope that helps.
Forum: Themes and Templates
In reply to: Changed the CSS….but what do i do now?CSS just styles content acording to where you put <div> tags. You not onley have to have the same CSS as the other site but basicly the same everything. If you want to ‘steal’ (and I say steal because that is the right word) their layout then veiw the sorce to see how all the <div>s ate set out.
Then basicly all you need to do once you have the sorce is to split it up into the diffrent parts (header, footer, sidebar) and to put the loop in.
If you are new to coding and are going to try to do that I sugest that you have a read of some sites on (x)html and CSS. Either way I hope your site works out.
Forum: Fixing WordPress
In reply to: template-functions-post-phpEven if there is a reason there must be a better way to do it. I can’t see why it would stop working if it was done properly, I mean, it is the corect way of doing it.
Forum: Plugins
In reply to: Gallery Manager Beta – Help me release it!Looks awsome. If you want me to beta test feel free to comment on my blog or to email me @ crondude (at) gmail (dot) com
Forum: Plugins
In reply to: Photopress “pp_album_template(): Failed opening”I tried that and it did not work. I think that this is to do with diferentiating between the ‘home’ and the ‘siteurl’ values in photopress-inc.php. I have switched some around and i got it to display the pictures but none of the links worked…..