The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Sorry, didn't see this before, thanks, seems to work like a charm. :up:
|
#12
|
|||
|
|||
on my site all i did was rename all phrases for yahoo with xfire, made the links point to http://profile.xfire.com/$userinfo[yahoo], and uploaded an xfire image over the im_yahoo.gif. a bit tedious but xfire users don't use yahoo...
|
#13
|
|||
|
|||
Eh, xfire did an update and there are 4 different miniprofiles now with 4 sizes each, is there a way to edit this so people can at least choose the style they want?
|
#14
|
||||
|
||||
Gimmie a little bit and sure thing
In memberinfo template replace what you already have with this: **NOTE** replace field14 with whatever field you have for your xFire username, and replace field18 with whatever field you have for your profile type! Code:
<!-- [Xfire Hack ] --> <if condition="$userinfo['field14']"> <fieldset class="fieldset"> <legend>xFire Info</legend> <div class="fieldset"> <div style="padding:$stylevar[formspacer]px"> <if condition="$userinfo['field18'] == 'Classic'"> <a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/bg/type/0/$userinfo[field14].png width=440 height=111 border="0"></a> </if> <if condition="$userinfo['field18'] == 'Fantasy'"> <a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/os/type/0/$userinfo[field14].png width=440 height=111 border="0"></a> </if> <if condition="$userinfo['field18'] == 'Combat'"> <a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/co/type/0/$userinfo[field14].png width=440 height=111 border="0"></a> </if> <if condition="$userinfo['field18'] == 'SciFi'"> <a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/sf/type/0/$userinfo[field14].png width=440 height=111 border="0"></a> </if> </div> </div> </fieldset> </if> <!-- [end Xfire Hack ] --> Type: Single-Selection Menu Title: xFire Profile Type Description: Choose the type of profile you would like to display in your profile Options: Classic Fantasy Combat SciFi Set Default: Yes, but No First Blank Option Field Required: No Field Editable by User: Yes Private Field: Yes Field Searchable on Members List: No Show on Members List: No Allow User to input their own value for this option: No Working fine for me www.hdclan.org/forums/member.php?u=1 |
#15
|
|||
|
|||
Thanks, works great.
|
#16
|
||||
|
||||
Quote:
Glad to hear it! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|