Sidebar Column Advertise System + Contact Info.

RL714

New Member
Sidebar Column Advertise System + Contact Info.


Sidebar column with contact info.

such as:

Contact name:......
Phone:..........
E-mail:.........
YIM:...allowed 3 id....


Installation:
upload im_yahoo.gif in misc folder. images/misc

Templates to edit 1: FORUMHOME

Find:
Code:
<if condition="$show['guest']">
    <!-- guest welcome message -->

Above Add:
Code:
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="175px">
<table class="tborder" border="0" width="100%" align="center">
$+++++++_sideadv
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

Find next:
Code:
<a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
        </strong></div></td>
    </tr>
</tbody>

Below add:
Code:
</td>
</tr>
</table>

finish the edit!

admincp >> Plugins & Products >> Manage Products >> [Add/Import Product]
Go to >>> vBulletin Options ...
 
Back
Top