IzMbit
Forum Replies Created
-
that would be really interested
Forum: Networking WordPress
In reply to: theme option change // add_action('admin_menu'no success so far.
My theme looks like:/****************************** THEME OPTIONS PAGE *******************************/ add_action('admin_menu', 'demo_theme_page'); function demo_theme_page () {... add_theme_page(__('demo Options'), __('demo Options'), 'edit_themes', basename(__FILE__), 'demo_settings'); add_submenu_page(__('demo Options'), __('demo Options'), 'edit_themes', basename(__FILE__), 'demo_settings'); }i want to make these pages visible from all users logged in. I think i should replace ‘admin_menu’ option somehow
Forum: Networking WordPress
In reply to: theme option change // add_action('admin_menu'yes, can i include that function in a capability somehow?
i am looking for something similar. limited access to the administrator of blogs.
Forum: Networking WordPress
In reply to: Replace Timthumb and add upload button crop feature?network admin – themes – activated my new theme :/
Forum: Networking WordPress
In reply to: Replace Timthumb and add upload button crop feature?the theme doesnt work in multisite :/ meaning that a new user register in my site he doesnt has that theme by default but another one.. can i make it work in multisite ?
Forum: Networking WordPress
In reply to: Replace Timthumb and add upload button crop feature?no luck so far cause the theme vendors dont reply to my mails :/ . But is it possible to change the default thumb with another script which can have a feature like croping? any tutorial?
thx in advance,
cForum: Networking WordPress
In reply to: Default roles at registrationPer site admins cannot install themes or plugins.
disable tools/plugings/appearance/lings/page editing for admins. dont i need to edit their role access?
Which is again, WHY do these people need their own blogs?
in order to post in their blog + having access at a reservation plugin + users be t able to contact them.
CPT looks so powerful! i ll give a better look to it!Forum: Networking WordPress
In reply to: Default roles at registrationif i can limit the blog administrator rights by default then i dont need other roles, the defaults subscriber & admin are enough! I only need is to configure them in my needs.
Can i separate the registration form of mu in two forms? one form for the user who only needs a username and another one if the user needs a blog?
The admins should have their own blogs but not be able to manage plugins, themes or pages, only posts and their info. Any plugin to extend their profile and show it as page?Forum: Networking WordPress
In reply to: Default roles at registrationThanks for making it clear i was trying to assign custom roles with the registration with no luck :/ . I am looking for specific functions and i am not sure yet if multisite is the answer to what i am trying to make.
I want the admin to be able only to make posts and have a profile presentation.
And the user be able to have account info and a way to txt only in the backend, the admin of each blog, he was to get in contact with.1.Can we limit and specify the rights of each user (blog & subscriber)?
2.Also the subscriber is subscribed at specific blog or at all the network ?thx,
cForum: Networking WordPress
In reply to: How to add first name and last name in blog registration?tried cimy but the new fields prompt at the first step of registeration, where the user is asked to submit username and email. Can i select the new fields to appear at the second step of registartion? where he selects site title ?
Should we use a plugin for that or should we try to add the fields by editing the source files?