SMF Support > SMF 2.0.x Support
How to remove forum name, smf logo and upshrink?
Square:
Hi,
Yesterday I've installed SMF 2.0.2.
I would like to remove the forum name, smf logo and upshrink function from the head.
The "hello member" line etc should then move to top.
I tried by deleting this code but then the rest is screwed.
--- Code: --- // the upshrink image, right-floated
echo '
<img id="upshrink" src="', $settings['images_url'], '/upshrink.png" alt="*" title="', $txt['upshrink_description'], '" style="display: none;" />';
echo '
', empty($settings['site_slogan']) ? '<img id="smflogo" src="' . $settings['images_url'] . '/smflogo.png" alt="Simple Machines Forum" title="Simple Machines Forum" />' : '<div id="siteslogan" class="floatright">' . $settings['site_slogan'] . '</div>', '
</div>
<div id="upper_section" class="middletext"', empty($options['collapse_header']) ? '' : ' style="display: none;"', '>
<div class="user">';
--- End code ---
K@:
Forum name: Admin>Server settings>Forum Title.
Remove logo: http://custom.simplemachines.org/mods/index.php?mod=2383
Dunno about the upshrink, I'm afraid. :(
Square:
Thanks but I don't want to change the forum name. I just don't want that it's displayed there.
I would like to remove these 3 things from the header.
K@:
So, leave the title blank. :)
--- Quote from: K@ on June 20, 2012, 06:42:44 AM ---Dunno about the upshrink, I'm afraid. :(
--- End quote ---
Square:
I need the forum name. I don't need that it's displayed there.
I would like to remove these 3 things from the header, the rest must move to the top.
Sorry, I thought that my 1st post was clear enough.
Navigation
[0] Message Index
[#] Next page
Go to full version