Removing elements

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Muzzy

Removing elements

Post by Muzzy »

Hi.

I had finished a great site for a client and handed-over, then they went and used the (Help) link in the admin pages, with this knowledge they then managed to totally mess everything up.

To stop this happening again, how do I remove the help link from the pages?

Thanks.
Mike.
westis

Re: Removing elements

Post by westis »

Hi Mike,

No clue about how to remove the help pages, I think Elijah added those (and I think help links in the admin is a great thing!).

But would be interesting to know what your clients messed up so that we could rewrite those sections in the documentation? The documentation still has a lot more to wish for, but knowing what of what is there already that is difficult to understand helps us improve it.

Thanks!
Muzzy

Re: Removing elements

Post by Muzzy »

Hi Westis.

Basically, the client used the "Help" link in admin to access the CMSMS documentation and from there looked around all the other areas of CMSMS. Using limited knowledge they then applied or tried to alter the way things where set up including the CSS etc.

A little knowledge is very dangerous...

That is why I wish to remove the link in the admin pages to help documentation. As you say it's great for me but not for some people!!!

Mike.
cyberman

Re: Removing elements

Post by cyberman »

Not a real removing, only a hint  ;) ...

Go to admin/themes/default/css/styles.css and insert there something like

Code: Select all

p.pageheader a {display: none}
Works for me!
Muzzy

Re: Removing elements

Post by Muzzy »

cyberman wrote: Go to admin/themes/default/css/styles.css and insert there something like

Code: Select all

p.pageheader a {display: none}
Thanks Cyberman.
I'll give it a try when I get home.

Mike.
Maarten
Forum Members
Forum Members
Posts: 84
Joined: Sat May 06, 2006 9:52 am

Re: Removing elements

Post by Maarten »

Maybe it can made an option in the admin panel?
Muzzy

Re: Removing elements

Post by Muzzy »

Maarten wrote: Maybe it can made an option in the admin panel?
Great idea Maarten.
I don't know how much trouble it would be, but perhaps future versions could have the facility to "Turn Off" functions like this by the designer or site administrator.

Mike.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: Removing elements

Post by Elijah Lofgren »

muscroft wrote:
Maarten wrote: Maybe it can made an option in the admin panel?
Great idea Maarten.
I don't know how much trouble it would be, but perhaps future versions could have the facility to "Turn Off" functions like this by the designer or site administrator.
I'll look into making showing the help links an Admin User Pref sometime when I have the time.  ;)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Muzzy

Re: Removing elements

Post by Muzzy »

Elijah Lofgren wrote: I'll look into making showing the help links an Admin User Pref sometime when I have the time.  ;)
Excellent Elijah.
Thanks for taking this onboard, I know you're busy.

Mike.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: Removing elements

Post by Elijah Lofgren »

muscroft wrote:
Elijah Lofgren wrote: I'll look into making showing the help links an Admin User Pref sometime when I have the time.  ;)
Thanks for taking this onboard, I know you're busy.
It didn't take long.  :)
Added in latest SVN: http://viewsvn.cmsmadesimple.org/viewsv ... 5&view=rev

Enjoy  ;)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Maarten
Forum Members
Forum Members
Posts: 84
Joined: Sat May 06, 2006 9:52 am

Re: Removing elements

Post by Maarten »

Woh that is some fast work. Thanks!
westis

Re: Removing elements

Post by westis »

Great indeed. But could it be on by default? I think most users would want it on, as the help links mainly aim at beginners.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: Removing elements

Post by Elijah Lofgren »

westis wrote: Great indeed. But could it be on by default? I think most users would want it on, as the help links mainly aim at beginners.
I made it on by default: http://viewsvn.cmsmadesimple.org/viewsv ... nitial.sql ;)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: Removing elements

Post by Elijah Lofgren »

westis wrote: Great indeed. But could it be on by default? I think most users would want it on, as the help links mainly aim at beginners.
Fixed: Change Admin pref from 'show_help_links' to 'hide_help_links' so they will stay on through upgrades: http://viewsvn.cmsmadesimple.org/viewsv ... w=rev  ;)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
chrisinoz
Forum Members
Forum Members
Posts: 67
Joined: Tue Nov 16, 2004 4:17 am
Location: Adelaide, Australia

Re: Removing elements

Post by chrisinoz »

Hi Elijah

I think this option to show/hide help is wise.

Just uploaded the latest versioin to start a site.

I am green to how to make the upgrade to the CMS.

Please can you help here or point me to an article that explains how to implement the change.

Cheers

Chris
Humble web designer
Adelaide, South Australia
Locked

Return to “Layout and Design (CSS & HTML)”