di0fref
Forum Replies Created
-
Forum: Plugins
In reply to: Filtering loop queryWhy don’t you just collect the post_ID on the private posts in an array like this:
$res = $wpdb->get_results(“SELECT ID FROM $tableposts WHERE status = ‘private”);
if(have_posts(): while(have_posts(): the_post()){
if(!in_array(the_id(), $res->ID){
//do your stuff
}
}
…Or similar…
Forum: Plugins
In reply to: Gallery plugin, can’t remember the name!!!fGallery perhaps
Forum: Themes and Templates
In reply to: Installed “fNice” Theme and have couple of questionsFind this line and remove it:
if(is_home()) break;
That’ll do it.
Good luck
Fredrik FahlstadForum: Plugins
In reply to: Photo Galleriesfgallery at http://www.fahlstad.se/wp-plugins/fgallery
Forum: Fixing WordPress
In reply to: adding a forum to my blogForum: Plugins
In reply to: Making theme widget friendlyForum: Fixing WordPress
In reply to: Static Front Page plugin vs. Fold Page List plugin: Bug!Why is fold category list not working with permalinks.
Forum: Fixing WordPress
In reply to: Help with links queryTry this:
$catsql = “SELECT link_name, link_url FROM links LEFT JOIN linkcategories ON linkcategories.cat_id=links.link_category WHERE linkcategories.cat_name LIKE ‘B%’ ORDER BY link_name ASC”;Forum: Plugins
In reply to: idea for possible anti-spam plugin. maybe?Ok gotcha, I’ll give it up.
ThanksForum: Plugins
In reply to: idea for possible anti-spam plugin. maybe?I didn’t realize there were a WordPress plugin such this one.
Forum: Plugins
In reply to: idea for possible anti-spam plugin. maybe?I’m currently working on a anti span plugin. It uses security images you all have seen on registration pages where you have to enter a random letters before the the comment is submitted.
The progress can be followed at.
http://www.fahlstad.se/2005/10/16/comment-spam-stopper-plugin/Forum: Plugins
In reply to: What plugin for a moblog?I have to know a little more than that to help you.
Forum: Plugins
In reply to: What plugin for a moblog?If you need a moblog plugin check this one out.
Forum: Themes and Templates
In reply to: A theme like this?I have a theme just like this.
Look at http://www.fahlstad.se/wordpress/themes/fsimpleForum: Plugins
In reply to: Errors when using fMoblog pluginHi this Fredrik, the author of fMoblog, if you contact me on msn I think I can solve your problem.