ringostar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: $user_level questionyea what i did was create a bogus capability and used the current_user_can worked beautifully thanks ??
Forum: Fixing WordPress
In reply to: $user_level questionunfortunately, that code is for listing a role, I’m looking for a hook to use for access purposes, am trying to stay away from having to enter a user level # since they are each level 0
ie
customrole1 > can see
this
else
everybody else
end
Forum: Fixing WordPress
In reply to: Get user’s infodamn everything but user_role, you mean there’s no code to get user_role ?, the role is more important than the capability as far as access goes,
Forum: Themes and Templates
In reply to: How can check logged in user is AdminI need to do this the other way based on the name of the role vs capbility, using role manager to create custom roles
Forum: Fixing WordPress
In reply to: $user_level questionis it possible to list by user role ?
ie
if ( customrole1, customrole2, customrole3 )
i have these all set to zero and just use the roles themselves
Forum: Plugins
In reply to: Replacing a function in pluggable.phpany solution found yet ? I had this working prior to 2.3 by adding a message to pluggable.php but now its not working which is strange, they must have did something to the core
Forum: Plugins
In reply to: Register 200 users at one time?there are no such scripts in wordpress that can import users what crack you smoking ??
all there is for import is posts and such from other programswould be nice if there were backend import-export capability for users
Forum: Plugins
In reply to: Articles plugin – failure to display categories/articlessomething i’ve been finding out, the plugin works on one wp 2.3 install but not another, i think it has to do with old plugins leaving their junk in the database, am cleaning it out but have yet to figure out what the heck is preventing the plugin from working
I think if its a common problem it should be fixed no ? We shouldn’t have to remedy the problem due to the plugins error, of course external links are the holy grail but that’s beside the point, the plugin should not be causing a problem of this magnitude in the first place imho
Forum: Installing WordPress
In reply to: Error on uploading themehow did you resolve it ?
Forum: Fixing WordPress
In reply to: How to display category desc in list of sub catsanyway to add the post count to this ?
Forum: Plugins
In reply to: Articles plugin – failure to display categories/articlesthe article plugin was working until WP 2.3
both methods of inserting articles aren’t working
the token or the php code, no articles are showing upForum: Themes and Templates
In reply to: shorten multiple is_page code?I can’t get seem to get this working, keep geting a parse error, is this the correct way to write it ?
if (is_page(1) || is_page(2) || is_page(3)) { ?>
<?php include (TEMPLATEPATH . “/pagetpl.php”); ?>
<?php } ?>