Log in

View Full Version : DeviantArt button in signature


Bratz-Designs
04-30-2007, 10:00 PM
Hey all,

This small modification will add a small button to your signature space.
DeviantArt (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:
<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:
<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:
<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:
<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

Bratz-Designs
05-01-2007, 08:03 AM
Note: If you want to use another button you will have rename it to buttondeviantart.png