Removing line of text which says: Show: Today's Messages etc. [message #164004] |
Mon, 27 December 2010 22:06 |
|
Kiwi
Messages: 20 Registered: December 2010
Karma: 0
|
Junior Member |
|
|
Hi everyone!
My first post here ..... so far I must say I like what I see with FUDforum! Thanks for all the work everyone has put into it.
I'm keen to remove the following line of text and links:
Show: Today's Messages :: Unread Messages :: Unanswered Messages :: Show Polls :: Message Navigato
How do I go about doing it?
Thanks in advance!
|
|
|
|
|
|
|
|
|
Re: Removing line of text which says: Show: Today's Messages etc. [message #164015 is a reply to message #164012] |
Tue, 28 December 2010 19:33 |
|
Kiwi
Messages: 20 Registered: December 2010
Karma: 0
|
Junior Member |
|
|
naudefj wrote on Tue, 28 December 2010 09:57ACP -> Template Editor -> Select Template/Lang and Edit -> Expand show.tmpl -> show_links
Thanks for this! It almost did exactly what I hoped it would do and taught me a lot about how Fudforum works!
I cleared out the show.tmpl completely - this removed it on the forum home page, the category page and the message page.
It did not however remove it on the forum page itself.
Any further suggestions of how to remove it from there?
[Updated on: Tue, 28 December 2010 20:05] Report message to a moderator
|
|
|
|
|
|
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: 0
|
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
|
|
|
|