davidspan
Forum Replies Created
-
Ok I found problem, I was missing this
$user_id_role = new WP_User($user_id);then changed this
$user_id_role->set_role(‘contributor’);Forum: Plugins
In reply to: User Roles [Connection Error – Double Post] [Earlier Post – Not Resolved]You could use the function get_currentuserinfo() http://codex.wordpress.org/Function_Reference/get_currentuserinfo
with that you can get both level of user and username. You can change the level with string replace.
Forum: Plugins
In reply to: e-mail pluginyou can use feedburner for this
Forum: Plugins
In reply to: compare user to authorok never mind I found it:$user_ID & $author
Forum: Themes and Templates
In reply to: Navlink imagesThanks again moshu. I’ve been looking at general-template.php line 299, I could see how I could make a new function to do this. How would I go about suggesting it to the WordPress team?
Forum: Themes and Templates
In reply to: Image or logo on pages but not on blog or categoriestry using the full url for the image
Forum: Themes and Templates
In reply to: Trying To Remove Line Breakin the second block after
<div class="FooterCommented2"> <h2>Most Recent Comments:</h2>should have a
<ul>ul tag
look at the blocks both above and below.. not sure if this is your problem…Forum: Themes and Templates
In reply to: style is not lined up rightmight want to try putting your headercontent with in your maincontainer
Forum: Themes and Templates
In reply to: Navlink imagesThank you moshu, but I didn’t want to use a plugin for this. any other thoughts?
Forum: Themes and Templates
In reply to: Navlink imagesanyone?…
Forum: Themes and Templates
In reply to: problem with themeFound problem file was encoded UFT-8 changed it to ANSI, seems to be working now. Thanks moshu
Forum: Themes and Templates
In reply to: problem with themeyea read that,…checked that
still getting error
Forum: Fixing WordPress
In reply to: widget disappearAnyone?