MyBB Community Forums

Full Version: how to show catagory in portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
http://mig33family.co.cc/forum/portal.php this my forum's portal but not show forum's catagory and forum in the portal can anyone say me how to show catagory in thereAngel
So you basically want all your forums on the portal too?? Huh

{$forums} is what is on the index, try that I guess.
(2008-09-26, 01:17 PM)Matt_ Wrote: [ -> ]So you basically want all your forums on the portal too?? Huh

{$forums} is what is on the index, try that I guess.

in where i try it
The portal template?? Rolleyes
(2008-09-26, 02:01 PM)Matt_ Wrote: [ -> ]The portal template?? Rolleyes

in which template

Quote:Portal Templates Collapse
portal Options
portal_announcement Options
portal_announcement_numcomments Options
portal_announcement_numcomments_no Options
portal_latestthreads Options
portal_latestthreads_thread Options
portal_pms Options
portal_search Options
portal_stats Options
portal_welcome Options
portal_welcome_guesttext Options
portal_welcome_membertext Options
portal_whosonline Options
portal_whosonline_memberbit Options

i get this template can you say me manuallly :| step by step
Just 'Portal'.

Paste the code in here and I'll put it where it should go.
Quote:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>

this my portal code :|
Replace it with this to see if it even works...

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$forums}
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>
not work :| check it http://mig33family.co.cc/forum/portal.php
can you say me how to active contact http://www.hackforums.net/contact.php lyk this
I guess it isn't possible then.

That's a pluign at mybbcentral.com that you have to pay for.
Pages: 1 2 3