Back to vBulletin 3.5 Template Modifications

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

This modification is in the archives.
vB Version: 3.5.8 Rating: (2 votes - 5.00 average) Installs: 3
Released: 01 May 2007 Last Update: Never Downloads: 0
Not Supported Template Edits  

Hey all,

This small modification will add a small button to your signature space.
http://www.deviantart.com is one of the biggest Art communities. This small modifications will put a button in the postbit to the deviantart page of the user.

Bratzer

1. Make a profile field
Profile field type = Single-line text box
Title: DeviantArt account
Description: Type your deviantArt username.
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]">
		<!-- DA button -->
			<div class="smallfont"><a href="http://$post[fieldXX].deviantart.com" alt="View my profile" target="_blank">
<img src="images/misc/buttondeviantart.png" border="0"></a></div>
		<!-- / DA 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]">
		<!-- DA button -->
			<div class="smallfont"><a href="http://$post[fieldXX].deviantart.com" alt="View my profile" target="_blank">
<img src="images/misc/buttondeviantart.png" border="0"></a></div>
		<!-- / DA button -->
		</if>

3. Button upload

Upload it in your: images/misc folder!

4. Click install!

Please click the install button!

The myspace and bebo ones are coming up!

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

Download

No files for download.

Screenshots

 

Similar Mods

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

vblts.ru supports vBulletin®, 2022-2024