Re: Removing line of text which says: Show: Today's Messages etc. [message #164022 is a reply to message #164021] |
Wed, 29 December 2010 10:39 |
Ernesto
Messages: 413 Registered: August 2005
Karma:
|
Senior Member |
|
|
The template system is written in HTML. You can wrap HTML in comments. So all you had to do, as a patch job, is to add
<!-- --> around the stuff you dont wanna show - so in the show.tmpl, just wrap HTML comments around the main thingymabob and then boom, it will be hidden for users.
The proper way to remove it though, is to remove all instances of {TEMPLATE: show_links} (search and replace all files).
However, removing stuff is permanent, adding a comment, is temporary, so you can undo it at a later time.
Ginnunga Gaming
|
|
|