vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - [Sog-team]xFire in Postbit Hack [Add On] (https://vborg.vbsupport.ru/showthread.php?t=184549)

m002.p 09-20-2008 03:21 PM

Quote:

Originally Posted by Instructions
Note you need to edit xx to the field id of your username entry, and 00 to the field id of your style entry.

Please re-read the instructions. They save you and I alot of hassle and time :)

michael5472 10-11-2008 07:14 AM

installed ok

the .png file for the "Get xfire" refused to show so i just removed it :)

Thanks - I left a message in your other mod for XFIRE because it wont work

m002.p 10-13-2008 06:07 PM

check you put the image in the right directory. Also ensure you didnt modify the name of the .png when downloading.

Ive responded to the other question in the other mod

brianFL1 10-15-2008 07:12 AM

Installed Perfectly! I made a minor change though so clicking on a users XFIRE status it will redirect to their XFIRE profile page instead of adding them to your friends list, I'll post the change, If the author doesn't mind (Send me a PM if you want me to remove it). This is a very easy change to make.

So it goes to their profile page instead of adding to friends.

REPLACE: (In postbit legacy, after installing original)
Code:

<!-- / START SOGTEAM XFIRE POSTBIT ADDON -->
<br />
<if condition="$post['fieldxx']">
<if condition="$post[field00]">
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/$post[field00]/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
<else />
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/sh/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
</if>
<else />
<a href="http://www.xfire.com" target="blank"><img src=/forum/images/getxfire.png border="0"></a>
</if>
<br />
<!-- / END SOGTEAM XFIRE POSTBIT ADDON -->


WITH THIS:
Code:

<!-- / START SOGTEAM XFIRE POSTBIT ADDON -->
<br />
<if condition="$post['fieldxx']">
<if condition="$post[field00]">
<a href="http://www.xfire.com/profile/$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/$post[field00]/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
<else />
<a href="http://www.xfire.com/profile/$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/sh/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
</if>
<else />
<a href="http://www.xfire.com" target="blank"><img src=/forum/images/getxfire.png border="0"></a>
</if>
<br />
<!-- / END SOGTEAM XFIRE POSTBIT ADDON -->


m002.p 10-20-2008 10:00 PM

No dont mind at all.

Thanks for sharing, and yes as you well know, you can make it do anything you like :)

betts02 11-28-2009 07:16 PM

i know its an old mod but i like this and just installed

betts02 11-28-2009 07:52 PM

old mod i just installed and working fine, NOW,lol
as a newbie to vbulletin i placed everything word for word, which is wrong really.
i put :

* bg
* os
* co
* sf
* wow
* sh

when it should be

bg
os
co
sf
wow
sh

the * made it the wrong path.lol

but working great cheers


All times are GMT. The time now is 02:12 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.01037 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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