MyBB Community Forums

Full Version: questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a few things i need.

-How do you remove the calendar link?
-How do you add links to blank pages where you can edit? (I am running a fansite and i want to put a wiki in the site)
To remove Calendar link: Go to: ACP > templates > header Templates > header > find and remove the following;
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>

To add links, you have to edit Page's template.
(2011-04-16, 03:10 PM)Yaldaram Wrote: [ -> ]To remove Calendar link: Go to: ACP > templates > header Templates > header > find and remove the following;
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>

To add links, you have to edit Page's template.

i went to acp-templates-the cure template- edit- header templates- header,

and there was barely any words. just like 10 lines
Forum URL please ?
(2011-04-16, 03:23 PM)Yaldaram Wrote: [ -> ]Forum URL please ?
http://www.wizard101society.com/

Open header_welcomeblock_guest template and find and remove;
<li><a href="http://wizard101society.com/calendar.php">Calendar</a></li>
(2011-04-16, 03:27 PM)Yaldaram Wrote: [ -> ]Open header_welcomeblock_guest template and find and remove;
<li><a href="http://wizard101society.com/calendar.php">Calendar</a></li>

k. now what do i have to do it to remove it for all the other users. it wont show for guest but it will show for registered ppl