pillow
07-03-2006, 10:38 PM
I am new at the whole cmps...
I recently downloaded the "Top 10 Posters" mod, and the readme says to create 2 new templates:
Top 10 Posters Module
This module was originally created by Adico for vBA CMPS 1.x on 3.0.x, I am just porting it to CMPS 2.x on vBulletin 3.5.x. Full credit goes to Acido for creation of this module, and the original can be found here: http://www.vbadvanced.com/forum/showthread.php?t=889
Installation Instructions:
1] Upload the topten.php file to your /forums/modules/ folder.
2] Create two new templates, adv_portal_topposters and top_posters and fill them in with the template information listed below.
3] Create a new PHP type CMPS module in your AdminCP, which includes the topten.php file and adv_portal_topposters templates.
4] You're done!
Templates:
=======================adv_portal_topposters=======================
$top_stats[top_posters]
============================top_posters============================
<tr class="alt1">
<td><span class="smallfont"><a href="/forums/member.php?u=$top_poster[userid]">$top_poster[username]</a></span></td>
<td><span class="smallfont">[$top_poster[posts]]</span></td>
</tr>
So could someone create a clearer step by step guide on doing everything it says here? that would help alot. Thanks!
I recently downloaded the "Top 10 Posters" mod, and the readme says to create 2 new templates:
Top 10 Posters Module
This module was originally created by Adico for vBA CMPS 1.x on 3.0.x, I am just porting it to CMPS 2.x on vBulletin 3.5.x. Full credit goes to Acido for creation of this module, and the original can be found here: http://www.vbadvanced.com/forum/showthread.php?t=889
Installation Instructions:
1] Upload the topten.php file to your /forums/modules/ folder.
2] Create two new templates, adv_portal_topposters and top_posters and fill them in with the template information listed below.
3] Create a new PHP type CMPS module in your AdminCP, which includes the topten.php file and adv_portal_topposters templates.
4] You're done!
Templates:
=======================adv_portal_topposters=======================
$top_stats[top_posters]
============================top_posters============================
<tr class="alt1">
<td><span class="smallfont"><a href="/forums/member.php?u=$top_poster[userid]">$top_poster[username]</a></span></td>
<td><span class="smallfont">[$top_poster[posts]]</span></td>
</tr>
So could someone create a clearer step by step guide on doing everything it says here? that would help alot. Thanks!