Back to vBulletin 3.5 Add-ons

V3 Pad
Mod Version: 2.00, by Aesma Deva

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 19
Released: 13 Apr 2006 Last Update: 27 Apr 2006 Downloads: 21
Not Supported DB Changes Uses Plugins Template Edits Is in Beta Stage  

Credit for the idea goes to Chen and his VBPad for VB 2.2.
Basically, this hack does the same. You can save a certain number of notes, with a certain number of characters each. HTML, BB code, the IMG tag and smilies can be used, everything set in the Admin CP.
The only feature missing (comparing to Chen's hack) that I know of is the date when the notes were last updated, which I'll probably be adding soon.
Installation:
1. Update the product-vbpad.xml from your admin CP
2. In the USERCP template find:
Code:
<!-- ############## END NEW REPUTATION ##############  -->
</if>
Add below:
Code:
<if condition="$padactivated">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="5">
			My VB Pad Notes
		</td>
	</tr>
</thead>
<tbody>
$padoutput
</tbody>
</table>
</if>
3. In the USERCP_SHELL template find:
Code:
<tr>
	<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
Add below:
Code:
<tr>
	<td class="$navclass[v3pad]" nowrap="nowrap"><a class="smallfont" href="profile.php?do=editpad">Edit VB Pad</a></td>
</tr>
4. Make any changes you want in the VBPad options, in VBulletin options, and you're over

Screenshots:

Download

This modification is archived and cannot be downloaded.

Supporters / CoAuthors

  • Aesma Deva

Screenshots

File Type: %1$s pad1.bmp File Type: %1$s pad2.bmp


vblts.ru supports vBulletin®, 2022-2025