midori
Forum Replies Created
-
Forum: Plugins
In reply to: display one post, then headlines only?My solution requires a bit of tweaking.
Inside the loop, have a counter with a if. While the counter = 1, use all tages (the_content(), …). As soon as counter > 1, do not have the_content, … or have even a very different output….Forum: Fixing WordPress
In reply to: can’t moderate new comments?Spam completly stopped for me. Has anyone here tried to do so:
my wp-post.php and all other parts involved in comments I renamed, giving them (french-speaking) names with no relation with the original. Then I modified all files calling a require() to the new names, and corrected other links to them.
I removed the ancient files, and set the new ones … And finally I did lower the authorised link quantity to 2.
It seems it did the trick…
Somehow, you could also raise the time to wait between two comments, I think it could help.Forum: Fixing WordPress
In reply to: rss i give upNot a favicon. An image. A subpart of the <channel>: http://blogs.law.harvard.edu/tech/rss#ltimagegtSubelementOfLtchannelgt
Forum: Fixing WordPress
In reply to: No smiliesa) vars.php in the include folder. Is anything (any smileys) listed in the conversion table ?
b) wp-images: are there pics in the smileys subfolder ?Forum: Fixing WordPress
In reply to: i want to choose the order my posts are inSearch for the mysql_query that serves the loop, and modify it as you wish.
Forum: Fixing WordPress
In reply to: can you recover deleted posts?Sorry, truly deleted. Have you a save of the DB ? Or pehaps your webhost has ? or perhaps if old enough, via google ?
Forum: Fixing WordPress
In reply to: markdown and smart quotesIsn’t it done by one of the texturise plugin ?
Forum: Themes and Templates
In reply to: Pingbacks/TrackbacksForum: Requests and Feedback
In reply to: Call to all bloggers – I need your help!same here 🙂 Good luck.
Forum: Plugins
In reply to: Plugins wont activate? (but say they do)Was it a clean install or an upgrade ? If the later, it seems a few things were not done properly… Try to find what to put in the DB…
Forum: Fixing WordPress
In reply to: Publish with SafariI had the problem with messy cookies. Suggest him to remove ALL cookies set by the blog’s site (eg: http://thesite.com/blog/ > remove all cookies INCLUDING http://thesite.com/anythingelse/ concerned ones). Then go to the site, and try again.
Forum: Fixing WordPress
In reply to: Asking for User NameYou have an htaccess in the main folder or *above* (if for example, you blog is in /whatever/blog/, the file is either in /blog/ or in /whatever/ or in the folde that contains /whatever/ or… you get the idea !) Check for it via ftp… and if you did add password protection via a control panel, as Kafkaesqui sugested, you made a mistake somewhere when you did that…
Forum: Requests and Feedback
In reply to: User LevelBtw, I do not seem to get the possiblity to set someone at my level (for ex., ten when I am myself ten) I did so by modifying things directly in the DB… Is that normal ? Will it be changed ?
Forum: Themes and Templates
In reply to: catagoryDo you know by the way if wp_list_cats accepts arguments for diplaying
Category name (the qty of post in the category)
…
?Forum: Everything else WordPress
In reply to: languageDid you activate textile plugins ? If yes, test without…