Back to vBulletin 3.6 Template Modifications

Myspace button in signature
Mod Version: 1.00, by Bratz-Designs

This modification is in the archives.
vB Version: 3.6.5 Rating: (0 vote - 0 average) Installs: 8
Released: 03 May 2007 Last Update: Never Downloads: 33
Not Supported  

Hey all,

This small modification will add a small button to your signature space.

Bratzer
http://www.bratz-designs.net

1. Make a profile field
Profile field type = Single-line text box
Title: Myspace ID
Description: Type your Myspace ID number.
You can leave the rest to default.

**Note down the number of the field! Example: field16. You need to replace the XX in the next code with the number!**

2.1 Template changes - In postbit_lecacy Replace XX with the # of the profilefield two times!

Find:
Code:
		<if condition="$show['postedited']">
		<!-- edit note -->
			<div class="smallfont">			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
				<em>
				<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
				<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
				</em>			</div>
		<!-- / edit note -->
		</if>
After ad:
Code:
		<if condition="$post[fieldXX]">
		<!-- Myspace button -->
			<div class="smallfont"><a href="http://www.myspace.com/$post[fieldx]" alt="View my myspace" target="_blank">
<img src="images/misc/buttondeviantart.png" border="0"></a></div>
		<!-- / Myspace button -->
		</if>

2.2 Template changes - In postbit Replace XX with the # of the profilefield two times!

Find:
Code:
		<if condition="$show['postedited']">
		<!-- edit note -->
			<div class="smallfont">			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
				<em>
				<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
				<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
				</em>			</div>
		<!-- / edit note -->
		</if>
After ad:
Code:
		<if condition="$post[fieldXX]">
		<!-- Myspace button -->
			<div class="smallfont"><a href="http://www.myspace.com/$post[fieldx]" alt="View my myspace" target="_blank">
<img src="images/misc/buttondeviantart.png" border="0"></a></div>
		<!-- / Myspace button -->
		</if>

3. Button upload

Upload it in your: images/misc folder!

4. Click install!

Please click the install button!

Bratzer
http://www.bratz-designs.net

Download

This modification is archived, downloads are still allowed.

File Type: %1$s instructions.txt (2.3 KB, 31 downloads)

Screenshots

Click image for larger version
Name:	MSpreview.jpg
Views:	216
Size:	29.4 KB
ID:	63932  

Similar Mods

Mini Mods Myspace button in postbit vBulletin 3.6 Template Modifications
Myspace button in signature vBulletin 3.5 Template Modifications
DeviantArt button in signature vBulletin 3.5 Template Modifications
Myspace button vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024