memetics
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Modifying Admin MenuI tried that as well, it is a bit buggy on 2.1 and also It does not let me have different menu for different roles.
So far the method I could use which is not a very clean way is to remove the innerHTML of the IDs of unwated divs using javascript. I hope there is a better way than this.
Forum: Developing with WordPress
In reply to: Modifying Admin MenuI tried with the Role Manager plugin first. It is a very good plugin or use management.
Unfortunately It does not let me remove the items from the menu.Forum: Plugins
In reply to: External logged-in checkI am also trying to do a similar check. (ie: If an admin is logged into wordpress, I would like for the admin to be able to access a standalone php file in the plugins folder).
For the code below to work (to get the COOKIEHASH), what should I include from wp?
$user_login = $_COOKIE[‘wordpressuser_’ . COOKIEHASH];
if($user_login) {Forum: Fixing WordPress
In reply to: how to remove the dashboard? (or go directly to other page)It does no go directly to the write post. but the content of dashboard is remvoed when i pasted the code in there. is there any other setting i have to do?
Forum: Fixing WordPress
In reply to: how to remove the dashboard? (or go directly to other page)Is there a way to remove the dashboard and go directly to write post on wordpress 2.0?