MyBB Community Forums

Full Version: How can i make The4gnation.com/shoutbox.php a page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i make The4gnation.com/shoutbox.php a page?

i know i have to go to header and edit it there but what do i put. heres my header atm

<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">Home{$mybb->settingsForums}</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php" class="index">Forums{$lang->toplinks_Home}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li><!-- Store_PIP -->
<li><a href="{$mybb->settings['bburl']}/pointshop.php" class="4G Point System">4G Point System </a></li><!-- /Store_PIP -->
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
Just add another line.

<li><a href="{$mybb->settings['bburl']}/shoutbox.php">Shout Box</a></li> 
is there a way so you can see the other menus cause it looks like this http://www.the4gnation.com/shoutbox.php
you can use this :
<li><a href="{$mybb->settings['bburl']}/index.php?action=full_shoutbox">Shout Box</a></li>
thanks but wheres the option to put a text in lol. see look http://www.the4gnation.com/index.php?act...l_shoutbox
nvm its cool
zen how do i make pages?
^ OFF TOPIC :
making pages is a different issue . please start a new topic with a description of your requirement..