PDA


View Full Version : How do I install my modules back


LEAD_WEIGHT
06-03-2005, 07:59 PM
I have Devnav, G180 Top Posters, Top (10) Reputation Module, Scrolling Ad + Manual Scrolling Latest Forum Topics
http://www.vbadvanced.com/forum/showthread.php?t=5919&highlight=devnav
http://www.vbadvanced.com/forum/showthread.php?t=1542
http://www.vbadvanced.com/forum/showthread.php?t=964&highlight=topReputation
http://www.vbadvanced.com/forum/showpost.php?p=46686&postcount=3
http://www.vbadvanced.com/forum/showthread.php?t=8156&highlight=scroll

Just tried to place these modules in and it says it there but I can not activate them?

LEAD_WEIGHT
06-03-2005, 09:57 PM
I got it now I just enter in templates or if I have php I go there & just enter only the adv_portal_ [ example ] without the code if I already have it from previous CMP 1.0.1 Duh again. :rolleyes:

Except this module does not want to work. It was working until I reinstall the CMP 2.0.rc1
The link to code
http://www.vbadvanced.com/forum/showpost.php?p=6455&postcount=1

better yet the code.

First is Manuel Scroll
<!-- Latest Threads -->

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <span class="smallfont"><strong>$vbphrase[latest_forum_topics]</strong></span></strong></span></td>
</tr>
</thead>
<tr>
<td class="$getbgrow" width="100%">
<A name="scrollingCode"></A><div style="vertical-align: top; height: 200px; overflow:auto;padding-right: 5px; width:100%;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<if condition="$mods['modcol'] == 0">
<tr> <if condition="$vba_options['portal_threads_showicon']">
<td class="thead" width="5">&nbsp;</td>
</if>
<td class="thead" width="100%"><span class="smallfont">$vbphrase[title_username_date]</span></td>
<if condition="$show['lastpost']">
<td align="center" class="thead" nowrap="nowrap" width="25%"><span class="smallfont">$vbphrase[last_post]</span></td>
</if>
<td class="thead" width="15"><span class="smallfont">$vbphrase[replies]</span></td>
<td class="thead" width="15"><span class="smallfont">$vbphrase[views]</span></td>
<if condition="$vba_options['portal_threads_showforum']">
<td align="center" class="thead" width="10%"><span class="smallfont">$vbphrase[forum]</span></td>
</if> </tr>
</if>$threadbits
</table>
</div>
</td>
</tr>
</table>
<br />

<!-- End Latest Threads -->

Second is Auto Scroll
<!-- Latest Threads -->

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <span class="smallfont"><strong>$vbphrase[latest_forum_topics]</strong></span></strong></span></td>
</tr>
</thead>
<tr>
<td class="$getbgrow" width="100%">
<A name="scrollingCode"></A><MARQUEE behavior="scroll" align="center" direction="up" height="220" scrollamount="2" scrolldelay="20" onmouseover="this.stop()" onmouseout="this.start()">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<if condition="$mods['modcol'] == 0">
<tr> <if condition="$vba_options['portal_threads_showicon']">
<td class="thead" width="5">&nbsp;</td>
</if>
<td class="thead" width="100%"><span class="smallfont">$vbphrase[title_username_date]</span></td>
<if condition="$show['lastpost']">
<td align="center" class="thead" nowrap="nowrap" width="25%"><span class="smallfont">$vbphrase[last_post]</span></td>
</if>
<td class="thead" width="15"><span class="smallfont">$vbphrase[replies]</span></td>
<td class="thead" width="15"><span class="smallfont">$vbphrase[views]</span></td>
<if condition="$vba_options['portal_threads_showforum']">
<td align="center" class="thead" width="10%"><span class="smallfont">$vbphrase[forum]</span></td>
</if> </tr>
</if>$threadbits
</table>
</MARQUEE>
</td>
</tr>
</table>
<br />

<!-- End Latest Threads -->