The Arcive of vBulletin Modifications Site. |
|
Myspace button in postbit Details »»
|
|||||||||||||||||||||||||
Hey all,
This small modification will add a small button to your postbit. This small modifications will put a button in the postbit to the Myspace page of the user. Bratzer 1. Make a profile field Profile field type = Single-line text box Title: Myspace account Description: Type your Myspace ID. You can leave the rest to default. **Note down the number of the field! Example: field16. You need to replace the X in the next code with the number!** 2. Template changes - In postbit_lecacy & Postbit Find: Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] Code:
<!-- Myspace start --> <if condition="$post[fieldX]"><a href="http://www.myspace.com/$post[fieldx]" alt="View my myspace" target="_blank"> <img src="images/misc/myspace.gif" border="0"></a> </if> <!-- Myspace end --> Upload it in your: images/misc folder! Bratzer http://www.bratz-designs.com Currently i am working to get this integrated with the messenger fields, when this is updated you will hear from me asap!! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
~reserve & installed
|
|
#3
|
|||
|
|||
|
i think i did it right, replacing the two variable "X"s with values "8"s, and can't see it --
|
|
#4
|
|||
|
|||
|
- Did you upload the banner to the correct path?
- Did do this modification both in the postbit and postbit_lecacy template? Mark |
|
#5
|
|||
|
|||
|
my bad -- i didn't see to update BOTH templates -- was doing only one --
thanks -- works great! eric |
|
#6
|
|||
|
|||
|
OK, I've kind of got this working but when I click on my icon it just takes me to the myspace homepage and not to my profile. I've edited $post[fieldx] to $post[field6] to match my myspace prodile name but it still isn't working .
Any ideas? |
|
#7
|
|||
|
|||
|
There are 2 $post[fieldx]'s did you edit both of them?
|
|
#8
|
|||
|
|||
|
Doh!
Thanks for that mate, corrected now and working fine. Would this be easy to do for other sites like Bebo too?? |
|
#9
|
|||
|
|||
|
More of my members have Bebo pages so I altered the original code a little and got it working for Bebo too. I hope thats ok with the original author :up:
Code:
<!-- Bebo start --> <if condition="$post[fieldX]"><a href="http://$post[fieldx].bebo.com" alt="View my Bebo" target="_blank"> <img src="images/misc/bebo.gif" border="0"></a> </if> <!-- Bebo end --> |
|
#10
|
|||
|
|||
|
Quote:
|
![]() |
|
|