vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   xFire Status in Postbit (https://vborg.vbsupport.ru/showthread.php?t=131143)

Dr.NoTime 03-31-2007 02:21 PM

Nice hack. Question. Everything is working except the "add to xfire friends list" link. Double checked all of the code and everything is as listed. Anyone know what I could have done wrong?

Thanks,

Rob

sava700 03-28-2008 12:07 AM

I tried this and no matter what I do the xfire box will now show up... suggestions?

K4GAP 04-28-2008 04:20 PM

Any chance at all this will work in 3.6.8 ? I'm such a chicken and don't won't to try it.. :)

I'm also new to this.

headmetal 04-29-2008 06:40 PM

works on the new 3.7 :)

thanks and installed

sava700 04-30-2008 11:13 PM

Quote:

Originally Posted by headmetal (Post 1502606)
works on the new 3.7 :)

thanks and installed

How did you get it to work in 3.7??

I've got it to work or show up ONLY if I put in some msn,aim or yahoo etc ID... then it shows up. If I remove one of those above ID's it disappears again??

I've double checked everything.. I'm editing both postbit and postbit_legacy templates with no luck in having either one make a difference.

sava700 05-02-2008 11:42 AM

Ok i figured it out.. you need to move this whole thing up above the im icons for it to work for some odd reason.

Amm0 05-05-2008 07:16 PM

Erk, even when putting it between here:

Code:

                                        <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                        <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                        <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                       

<div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>
                                        <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                        <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                                        <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

 <!-- XFire Hack -->
<if condition="$post['field5']"><a href=http://profile.xfire.com/$post[fieldx1]><img src=http://miniprofile.xfire.com/bg/$post[field6]/type/3/$post[field5].png width=149 height=29 border=0></a>
<br>
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow">Add to xFire Friends List</a>
</if>
<!-- / End XFire Hack -->
                                </div>

[/QUOTE]

It still shows absolutely nothing on the postbit for me.

Damn....do you need to put it above the ICQ etc icons on 3.6.8?

sava700 05-21-2008 02:22 PM

Quote:

Originally Posted by Amm0 (Post 1509650)
Erk, even when putting it between here:

Code:

                                        <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                        <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                        <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                       

<div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>
                                        <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                        <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                                        <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

 <!-- XFire Hack -->
<if condition="$post['field5']"><a href=http://profile.xfire.com/$post[fieldx1]><img src=http://miniprofile.xfire.com/bg/$post[field6]/type/3/$post[field5].png width=149 height=29 border=0></a>
<br>
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow">Add to xFire Friends List</a>
</if>
<!-- / End XFire Hack -->
                                </div>


It still shows absolutely nothing on the postbit for me.

Damn....do you need to put it above the ICQ etc icons on 3.6.8?[/QUOTE]


I moved the whole hack above the IM icons to work... not just ICQ

blackwolf1962 06-02-2008 11:49 PM

It never worked for me aswell but i messed around with it and this is what i used in the end

Quote:

<!-- XFire Hack -->
<if condition="$post['field10']"><a href=http://profile.xfire.com/$post[fieldx11]><img src=http://miniprofile.xfire.com/bg/co/type/3/$post[field10]/type/3/$post[field10].png width=149 height=29 border=0></a>
<a href="xfire:add_friend?user=$post[field10]" rel="nofollow">Add my xfire</a>
</if></div>

<!-- / End XFire Hack -->
this is the line i changed

Quote:

miniprofile.xfire.com/bg/co/type/3/
which i got from my xfire i also added </div> to give me a space under it

UNFAITHFUL 06-06-2008 03:13 PM

i added this same thing as blackwolf and i never got the picture to work just got the thing to add user to xfire. that is it

Just remember the field#'s you change to where you added the profile fields. don't put what everyone else has. you have to do where you had your own. I know that most of you all know that but some dont and that is out there for them.

So i am assuming this is a no go on getting the image to work?


All times are GMT. The time now is 02:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01326 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete