The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
1. I enabled html template tags in vboptions to try to trace what template I should edit to insert my Google adtracking code on the THANK YOU REGISTRATION PAGE (the confirmation page that says thank you for registering). I attached the page source and not exactly sure which template I should edit to be honest. Pehaps you can help. I also noticed it uses phrases instead of actual username / email (see picture)
2. Anyone knows how of a hack where you can have more than one poll on a thread? 3. How do I remove the entire threads/posts column from forumhome? www.talkjesus.com I can't seem to figure out the proper templates/code to adjust 4. On forumhome in the "what's going on" section, there is a gray border at the very bottom, about 2px at the bottom cell of the "total members that have visited the site today..." box www.talkjesus.com Where is this coming from? It wasn't there until I removed some boxes/cells last week but I cannot figure out why that gray border is there. The code for that area is: Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <tr> <td style="background: url('/designs/radio_dream/f_35.jpg');" width="4"></td> <td> <!-- what's going on box --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td> </tr> </thead> <if condition="$show['loggedinusers']"> <!-- logged-in users --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>) </td> </tr> </tbody> <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]"> <tr> <td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td> <td class="alt1" width="100%"> <div class="smallfont"> <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime"> $vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> <div>$activeusers</div> </div> </td> </tr> </tbody> <!-- end logged-in users --> </if> <tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]"> </tbody> <if condition="$show['upcomingevents']"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a> <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]"> <tr> <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td> </tr> </tbody> </if> </table> </td> <td style="background: url('/designs/radio_dream/f_37.jpg');" width="5"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td><img src="/designs/radio_dream/f_40.jpg" alt="" /></td> <td style="background: url('/designs/radio_dream/f_41.jpg');" width="100%"></td> <td><img src="/designs/radio_dream/f_42.jpg" alt="" /></td> </tr> </table> <!-- end what's going on box --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|