MyBB Community Forums

Full Version: Portal Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Guys,

i have set up my new forum and i am wondering how can i make a new box in the portal ?

i am wanting to make a navigation box to go to custem pages i have made

Thanks
James
anyone?
The code for a new box is
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Box heading here</strong></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">Box content here</span></td>
</td>
</table>
<br />

Put this at the end of one of these templates depending on where you want your custom box

portal_welcome
portal_pms
portal_search
portal_stats
portal_whosonline
portal_latestthreads
If not already done, that would be a good thing to add to the Tutorials forum.