Page 1 of 1
Want to remove help link from admin section
Posted: Thu Feb 21, 2008 6:24 am
by dan1sh
Hi Friends!
I'm new with CMSMS. I found it an interesting CMS. Dear Friends I need a help, there is a link "Help (new window)" on every page in admin section. on some pages there is "Community Help (new window)" as well. and help menu on left side of every section
Help
* Forums
* Wiki
* IRC
* Module Help
I just want to remove all these links from all pages in admin section. I dont want users to redirect on CMSMS's website or community for help
one more question!!
Is there and site to download CMSMS Themes? I already know this one "
http://themes.cmsmadesimple.org"
Re: Want to remove help link from admin section
Posted: Thu Feb 21, 2008 10:33 am
by alby
NO CROSS POSTING. Read rules
I have deleted post in Developers Discussion
dan1sh wrote:
I'm new with CMSMS. I found it an interesting CMS. Dear Friends I need a help, there is a link "Help (new window)" on every page in admin section. on some pages there is "Community Help (new window)" as well. and help menu on left side of every
You can disable:
Administration Shortcuts
Hide help links (wiki and module help links in page headers)
Go to: My Preferences > User Preferences > uncheck field
themes.cmsmadesimple.org is the CMSMS site for themes
view in
visual tutorial for transform / import a template
Alby
Re: Want to remove help link from admin section
Posted: Thu Mar 27, 2008 11:31 am
by billwill
Hello -
I tried this for the "Editor" usergroup, and it worked fine. However, all an Editor has to do is go to My Preferences > User Preferences and re-tick that option.
I tried to disable the My Preferences > User Preferences for Editors, but I can't figure out which option in my own Admin panel would do that.
How do I remove this page for a usergroup?
Thanks,
BW
Re: Want to remove help link from admin section
Posted: Thu Jun 17, 2010 7:52 pm
by musicscore
I also want to remove the help link in the top of the adminpanels.
A operational website doesn't need that help link and it is only (very) confusing for the web-editors.
Do I have to change the template of the adminpanel or is there a simple way.
Please help
Musicscore
Re: Want to remove help link from admin section
Posted: Thu Jun 24, 2010 4:21 am
by tyman00
You will have to change the admin template. It shouldn't be too difficult to remove if you wish.
Re: Want to remove help link from admin section
Posted: Thu Jun 24, 2010 7:06 am
by kermit
add
span.helptext {display:none;}
to the end of the admin theme stylesheets (cmsmsroot/admin/themes/themename/css/style.css)
Re: Want to remove help link from admin section
Posted: Thu Jun 24, 2010 3:41 pm
by musicscore
I did manage it. I change class.admintheme.inc.php and remove the function where the help link is generated.
Thanx for all the solutions. Reading your solutions I realize my solution is the worst solution.
Your solutions are much easier.
Thanx