breger
Forum Replies Created
-
Forum: Installing WordPress
In reply to: How can I exclude a category from navigation?This might work Advanced Category Excluder
Forum: Fixing WordPress
In reply to: get_bookmarks problemManaged to work this out eventually. If anyone needs a solution then just replace the above code with –
<?php wp_list_bookmarks('categorize=0&category_name=Airdrie Cat Links&title_li='); ?></ul> <ul><li id="links"><h2>Airdrie United</h2></li> <?php wp_list_bookmarks('categorize=0&category_name=Airdrie United&title_li='); ?></ul> <ul><li id="otherlinks"><h2>Other Links</h2></li><?php wp_list_bookmarks('categorize=0&category_name=Other Links&title_li='); ?>Forum: Fixing WordPress
In reply to: Sending email on Role changeFound an alternative way to do this using the WP User Moderation plug-in
Forum: Fixing WordPress
In reply to: New user can’t loginDid you use the password sent by e-mail?
Forum: Fixing WordPress
In reply to: Login informationTry this:
<?php global $user_identity; get_currentuserinfo(); if ($user_identity == '') { echo('Welcome Guest'); } else { echo('Welcome ' . $user_identity); } ?>This will show Welcome Guest. Or if the visitor is logged in it will show Welcome members name
Forum: Plugins
In reply to: plugin request – restrict post view for members onlyPlugin Name: HideIt
Plugin URI: http://00schmidt.com/wp/?p=306
Description: Allows to hide parts of postings from readers who are not logged in.Forum: Fixing WordPress
In reply to: Limiting width on image uploads, possible?You may want to check out this plug-in:
Plugin Name: iMax Width
Plugin URI: http://www.soldesignco.com/wordpress-imaxwidth.htmlForum: Fixing WordPress
In reply to: tring to set up seperate home pageHi tricknick. See this thread: http://wordpress.org/support/topic/61041?replies=19
Forum: Fixing WordPress
In reply to: Realllllllly SlowThanks whooami – maybe I need more DDRAM on my PC!
Forum: Fixing WordPress
In reply to: Realllllllly SlowHi Moshu. Thanks for the answer – thought it might mean that! Is this good or bad and if bad, have you any suggestions to improve it? Thanks.
Forum: Fixing WordPress
In reply to: Realllllllly SlowI get a figure from the load query of 79 1.003 What does this actually mean? Thanks.
Forum: Fixing WordPress
In reply to: Drop Cap…With Shadow?Me too. I have tried placing the dropcaps folder in different directories as well but no luck. Any ideas?
Forum: Plugins
In reply to: counterize plugin – restrict access to only administratorI agree. Is there a way to include code to restrict this?
Forum: Plugins
In reply to: Democracy 2.0.1 ReleasedYikes! I upgraded to version 2 and all my answers have now gone from the 1.2 version. Any ideas why. I even tried deleting and re-activating version 1.2 but no luck. It also looks as if the tables in the database show no answers.
Forum: Fixing WordPress
In reply to: Date not showingOne thing I didn’t mention was that I have Adhesive installed – would this make a difference?