Thread Rating:
  • 4 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show Portal Boxes on Forums Main Index!
#1
Index Boxes brings the cool portal boxes to the index page of your forum:
  • Welcome Box
  • Forum Statistics
  • Who's Online
  • Search Box
  • Latest Discussions

Download: http://mods.mybboard.net/view/index-boxes
License: GPL
Reply
#2
Thanx , let me check it
Reply
#3
Good idea, can you choose which side you want it on?
100 Posts - $3.00
PM me for more information.
Reply
#4
(2010-03-10, 03:29 PM)iPod15 Wrote: Good idea, can you choose which side you want it on?

It shows exactly the same boxes you enabled on portal.
Reply
#5
Anyway to add ekstra info ? html !
Reply
#6
(2010-03-11, 06:14 PM)HuggyBear Wrote: Anyway to add ekstra info ? html !

Just edit the index template.
Reply
#7
(2010-03-11, 06:48 PM)querschlaeger Wrote:
(2010-03-11, 06:14 PM)HuggyBear Wrote: Anyway to add ekstra info ? html !

Just edit the index template.

If I want an extra "box" between private message box and online users box.
Where do I edit index to do that ?
Reply
#8
Open the template and you will see the box variables:

{$welcome}
{$pms}
{$search}
{$stats2}
{$whosonline2}
{$latestthreads}

Just insert some HTML beetween the "boxes":

{$welcome}
{$pms}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Box Title</strong></td>
</tr>
<tr>
<td class="trow1">Box Content</td>
</tr>
</table>
<br />
{$search}
{$stats2}
{$whosonline2}
{$latestthreads}
Reply
#9
Screenshot? O.o
Reply
#10
@ TheLifelessOne
Just take a look at your portal.php Smile

@querschlaeger
thx - works perfect.


BUT - is it posible for me to make a template with the html - and inserte it into index template ?

something like:
{$welcome}
{$pms}
{$MY-TEMPLATE}
{$search}
{$stats2}
{$whosonline2}
{$latestthreads}
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)