[REQ] ibProArcade Stats on Forum Home version 2.0

leonpadi

New Member
Feckie i had already checked that useful post.
It didn't include the mod i wrote about...
If you check it, you shall see only a .txt file describing how to install that hack-but hack wasn't included :)
 

leonpadi

New Member
No doubt about that.
But look...
Inside that rar there is a .txt file named...
ibProarcade Stats on forum home under navbar 2_1.txt

There it says...
To install..
Import Product: ibparcade_stats_on_forum_home_under_navbar2.1.xml
and that ibparcade_stats_on_forum_home_under_navbar2.1.xml there isn't anywhere...
That's why i bumped the thread :)
 

Feckie

New Member
leonpadi said:
No doubt about that.
But look...
Inside that rar there is a .txt file named...
ibProarcade Stats on forum home under navbar 2_1.txt

There it says...

and that ibparcade_stats_on_forum_home_under_navbar2.1.xml there isn't anywhere...
That's why i bumped the thread :)

Oh sorry left it out ;)
 

leonpadi

New Member
Feckie thank you very very much !
It works like a dream!
SpeedRazors thank you too for your time replying to my request :)

I would like also to ask you how is it possible to put this module in vbportal's home page ?
I mean, it seems a bit difficult to let vbportal understand where the ibparcade_stats_on_forum_home_under_navbar module stands for...

this is the code we put in forum's home template and works...
Code:
<!-- ibproarcade stats under navbar version 2.1 -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
		<td class="tcat" colspan="4">
			<a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('forumhome_ibproarcade_stats')"><img id="collapseimg_forumhome_ibproarcade_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_ibproarcade_stats].gif" alt="" border="0" /></a>
			<phrase 1="$vboptions[bbtitle]">ibProArcade Stats from $ttlcnt games..</phrase>
		</td></tr>
	</thead>
<tbody id="collapseobj_forumhome_ibproarcade_stats" style="$vbcollapse[collapseobj_forumhome_ibproarcade_stats]">
<tr align="center">
<td class="thead" width="25%" align="center">High-score Champions</td>
<td class="thead" width="25%" align="center">Newest Games</td>
<td class="thead" width="25%" align="center">Random Games</td>
<td class="thead" width="25%" align="center">Popular Games</td></tr>
<tr><td class="alt1" valign="top" width="25%">$top_champ</td>
<td class="alt1" valign="top" width="25%">$addg</td>
<td class="alt1" valign="top" width="25%">$rand</td>
<td class="alt1" valign="top" width="25%">$popp</td></tr>
</tbody>
</table>
<br />
<!-- /end ibproarcade stats under navbar version 2.1-->

How that code should be in vbportal's home template to work too?

Thanks in advance guys. Solving this question will definately make us understand a bit more how can vb's modules incorporate to vbportal's home template.
 

Feckie

New Member
Sorry have No idea I don't use vbportal....
But I am pretty sure you would have to have a pluging for it..........






leonpadi said:
Feckie thank you very very much !
It works like a dream!
SpeedRazors thank you too for your time replying to my request :)

I would like also to ask you how is it possible to put this module in vbportal's home page ?
I mean, it seems a bit difficult to let vbportal understand where the ibparcade_stats_on_forum_home_under_navbar module stands for...

this is the code we put in forum's home template and works...
Code:
<!-- ibproarcade stats under navbar version 2.1 -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
		<td class="tcat" colspan="4">
			<a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('forumhome_ibproarcade_stats')"><img id="collapseimg_forumhome_ibproarcade_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_ibproarcade_stats].gif" alt="" border="0" /></a>
			<phrase 1="$vboptions[bbtitle]">ibProArcade Stats from $ttlcnt games..</phrase>
		</td></tr>
	</thead>
<tbody id="collapseobj_forumhome_ibproarcade_stats" style="$vbcollapse[collapseobj_forumhome_ibproarcade_stats]">
<tr align="center">
<td class="thead" width="25%" align="center">High-score Champions</td>
<td class="thead" width="25%" align="center">Newest Games</td>
<td class="thead" width="25%" align="center">Random Games</td>
<td class="thead" width="25%" align="center">Popular Games</td></tr>
<tr><td class="alt1" valign="top" width="25%">$top_champ</td>
<td class="alt1" valign="top" width="25%">$addg</td>
<td class="alt1" valign="top" width="25%">$rand</td>
<td class="alt1" valign="top" width="25%">$popp</td></tr>
</tbody>
</table>
<br />
<!-- /end ibproarcade stats under navbar version 2.1-->

How that code should be in vbportal's home template to work too?

Thanks in advance guys. Solving this question will definately make us understand a bit more how can vb's modules incorporate to vbportal's home template.
 
Top