PDA

View Full Version : Can't add modules.


TruckMuddr
09-22-2004, 09:41 PM
I'm having trouble added modules. I added one for contributors then I had to change the navbar to include "/forum/" to all the links to fix a redirect problem I had. Everything works with the frontpage, I can move them around, make them inactive or active all works except I can't add to it.

Here is some I have tried to add


Template Name:adv_portal_paypal

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] PayPal Donations</b></span></td>
</tr>
<tr>
<td class="$getbgrow" align="center">

<span class="smallfont">If you like this website, and would like to give something in return, you can make a donation. Your donation will be used to pay for hosting service, domain, & maintenance costs only!</span>
<br /><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="*******@*******.***">
<input type="hidden" name="item_name" value="Website Support Donation">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
</td>
</tr>
</table>
<br/>
------------------------------
Module Title: PayPal
Module Identifier:blank
File to Include: None
OR Template to Include:paypal
Active: Yes
Column: Right Column
Display Order: 5
Templates Used: blank





Template Name:adv_portal_google

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <!-- Module title here -->Google Ads </strong></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

<center><script type="text/javascript"><!--
google_ad_client = "pub-******************";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";
google_color_border = "22229C";
google_color_bg = "E0E0F6";
google_color_link = "22229C";
google_color_url = "0F1D8C";
google_color_text = "3E5C92";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>

</td>
</tr>
</table>
<br />
--------------------------------------
Module Title: Google Ads
Module Identifier: Blank
File to Include: None
OR Template to Include: google
Active: Yes
Column: Right Column
Display Order: 4
Templates Used: none


All usergroups are checked also.


Any help would be great

Brian
09-23-2004, 12:09 AM
Did you make sure that they were active on your 'Default / Homepage' page?

Our Sponsors
 

TruckMuddr
09-23-2004, 11:17 PM
You mean this right?????

They are shown as active and if I click on their name they are marked Yes.

http://img.photobucket.com/albums/v295/Truckmuddr/modules.gif

Brian
09-24-2004, 12:28 AM
Admin CP => vBa CMPS => Edit Pages => Default / Homepage

Make sure the box next to the module name listed there is checked.

Our Sponsors
 

TruckMuddr
09-24-2004, 12:54 AM
Ahh, allright that fixed it.:) Thanks Brian