MyBB Community Forums

Full Version: Remove links in proper way
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How can I remove some specific buttons and links in my Homepage ?
I'm using Dark Fusion theme.

1.) I want to delete that Portal and Forums buttons.

2.) Where did edit code for that ?? I guess it'll be in Index but I'm afraid to edit code !

[Image: 5f4ff5e930578c2f447f64c215eb888b.png]


Thanks in advance.
Go to your header template, there you will find them. Delete it Smile Nothing bad can happend, you can always revert template Smile
(2013-01-14, 06:45 PM)JovanJ. Wrote: [ -> ]Go to your header template, there you will find them. Delete it Smile Nothing bad can happend, you can always revert template Smile

Not necessarily in the header template, it depends on the theme.
(2013-01-14, 06:50 PM)Spangle Wrote: [ -> ]
(2013-01-14, 06:45 PM)JovanJ. Wrote: [ -> ]Go to your header template, there you will find them. Delete it Smile Nothing bad can happend, you can always revert template Smile

Not necessarily in the header template, it depends on the theme.

That's true, but in most of cases it's in header Smile
Budhan please share your url link of forum so we can tell you where exacly is located Toungue
This is my forums link

http://www.y2kforums.com

I just started it Smile

Any suggestions/advices will be very great.
(2013-01-14, 06:53 PM)JovanJ. Wrote: [ -> ]
(2013-01-14, 06:50 PM)Spangle Wrote: [ -> ]
(2013-01-14, 06:45 PM)JovanJ. Wrote: [ -> ]Go to your header template, there you will find them. Delete it Smile Nothing bad can happend, you can always revert template Smile

Not necessarily in the header template, it depends on the theme.

That's true, but in most of cases it's in header Smile
Budhan please share your url link of forum so we can tell you where exacly is located Toungue

<div class="header_right">
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/home.png" alt="" title="" />{$lang->toplinks_portal}</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php" class="index"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/forums.png" alt="" title="" />Forums</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php" class="search"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/search.png" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="members"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/memberlist.png" alt="" title="" />Members</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/calendar.png" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/help.png" alt="" title="" />{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>
</div>


Fnd that code in your header template ACP>Templates &Styles>Templates>dark fusion> header templates>header

Then delete the bit in red.

Thats it, click on save and return to listing, go to your forum cntrl +F5 and the button will go
Thank You guys Smile love you all, Problem fixed..