News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Wish to remove info.

Started by CheeseHead05, June 12, 2013, 03:13:36 PM

Previous topic - Next topic

CheeseHead05

How do I remove these from my forum:

XHTML
RSS
WAP2
News: SMF-just installed!
time in the top left corner

kat

News... You're gonna kick yourself...

Change the news! Admin>News and newsletters.

The other stuff's a bit more complicated and I don't remember... I'll go for a look.

Mick.


kat

Isn't it these, in index.template.php?

<li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>

<li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>

Mick.

Yeah but its missing the RSS  :P

kat

#5
That'll need the whole block removing, then.

<li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>
', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'] . '</span></a></li>' : '', '
<li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>


OO, look!

http://www.simplemachines.org/community/index.php?topic=505689

LOCKED. :P

Advertisement: