Quote:
Originally Posted by Gn_Snake
Hi,
after to have uploaded file php (new_vbcheats.php)in the dir module Vbulletin and create new Module via CMPS, my home page it is BLANK!! :cross-eyed:
plz help me !!!
I have installed vbadvancd and I would want to have the module of the new cheats active in Home Page
|
Ill have alook at this for you but it should be working.
Have you done what the install files says for installing the module to the letter.
Have you added the new templates for the module as well.
this is what you should have done.
PHP Code:
Adding of the newest cheats module for your cpms
**************************************************************
To do
Templates to add 2
Files to upload 1
First add this template
************************
template name ( adv_portal_new_cheats )
**********************************************
<tr>
<td class="alt1" align="center" colspan="2">Have you seen these new cheats?<br>
$newestcheats
</td>
</tr>
Second Template to add ( cmps_new_cheats )
*********************************************
<tr>
<td class="$class" align="center" colspan="2"><a href="javascript:NewWindow=window.open('http://www.michealmilton.com/forums/vbcheats.php?do=viewcheatidpopup&cheatid={$newcheat['cheatid']}','newWin','width=650,height=600,left=0,top=0,
toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);">$newcheat[cheatname]</a><br>$newcheat[platforum]</td></tr><tr>
</tr>
*********************************************************
File to upload ( new_vbcheats )
*********************************************************
Now to add the module to your cmps
*********************************************************
Goto vBa CMPS
Add Module
choose [PHP File]
Module Title Newest Cheats
Column you choose
Display Order you choose
Active yes
Update All Pages yes
File to Include new_vbcheats.php
Module Parent leave as is
Identifier newvbcheats
Templates Used leave as is
Clean File Output no
Use Module Shell Template no
choose what Usergroups can view or not
click save