Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
RPG Inferno 2.4 Addon: RPG Info in postbit Details »»
RPG Inferno 2.4 Addon: RPG Info in postbit
Version: 1.00, by Cyricx Cyricx is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Version: 3.5.7 Rating:
Released: 08-14-2005 Last Update: 10-02-2005 Installs: 27
Uses Plugins Template Edits
 
No support by the author.

This is a modification for RPG Inferno v2.4

This presents the users RPG Info in their postbit in a dhtml dropdown box.

A version similar to this was released by Zero Tolerance, with his permission I'm releasing this one as he's busy working on the new Inferno version

Okay, this is in the format that I originally did. ZT's was much nicer and I may try to work out a combination of the two later but for now, this will do

If you have an rpg avatar it'll display that, if not it'll grab your job's image.

Also, all the words are controlled through phrases. The money phrase in the plugin default is "Gil" though in the screenshots here it'll be "Spam Coins".

If you want to change it from Gil to something else, just go to your Languages & Phrases -> Search in Phrases ->

Search for Text: inferno_postbit_gil
Search in: Phrase Variable Name only
Click Find
Click Edit
Type the name of your money in the box and click save.


Again, when this plugin is installed it will be "Gil".
Things to do:

Upload 1 xml
Edit 1 template
Enjoy!
(Optional, edit one phrase if your money is named something other then "Gil")


Version 1.1.0 does not work in PMs so it has If statements so it doesn't even display the box (broken links annoy me). There is an addon released in https://vborg.vbsupport.ru/showpost.php?p=757324&postcount=18]THIS POST[/url] that enables it to work in PMs however, currently that requires a file edit so it is not in the main version.

Screenshots included


New Version 1.1.0 to fix error when reputation system is enabled and bar images.

To upgrade follow the instructions in the zip.

You ONLY have to do the file edit if you use the reputation system.



UPDATE 8-16-05

Fixed dhtml in PMs however as it requires a file edit I've released it in this post

https://vborg.vbsupport.ru/showpost....4&postcount=18

And not with the full hack as I'm hoping to avoid file edits whereever I can. This way people who donot wish to do the file edit can install the normal version and those that want it to appear in PMs can do the addon after installing the normal version.


UPDATE 10/03/05

Altered layout to avoid confusion with other rpg mods.


PLEASE CLICK

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 08-15-2005, 04:22 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GrendelKhan{TSU
um...stupid question...

but the inferno forums say RPG Inferno v2.4 is only good for vb up to 3.0.7. yet, your mod is for RC2. :/ :ermm:

so.... we need to have RPG installed first to use this right? (but can't cause its not compatible). Am I missing something?
there is a rc2 version inferno is running rc2 with the game now..
you have to purchase it i believe the older versions are free
Reply With Quote
  #13  
Old 08-15-2005, 04:58 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As they mention there is a v2.4 for vbulletin 3.5. He didn't change anything between the two versions other then making the variables compatabile and moving file edits to hooks etc.

Vizionz -

1) Not sure what you mean, what exactly do you have the mouse resting on that your looking for hover text on?

2) to change this so that only the job image appears and not the avatar go to

Admincp -> Plugin System -> Plugin Manager -> Scroll down to "Postbit build info for RPG Inferno" and click edit.

In the code there find this -
Code:
	if($post['avatar'] == ''){
			$rpgavatar = "Inferno/jobs/$post[jimg]";
 		}
	else
	    {
			$rpgavatar = $post['avatar'];
	}
And REPLACE it with
Code:
			$rpgavatar = "Inferno/jobs/$post[jimg]";

That will change it so that it only shows the job image and never shows a user's rpg avatar.
Reply With Quote
  #14  
Old 08-15-2005, 05:06 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks ya know when you hover plain text how the cursor changhes to like a I shape. thats how it looks whenever i hover the view rpg stats link.. but if i click it will open it..

but like any other link on the board it will show a little pointer hand icon...as the curser..

does this call some cursor that i might not have in my style
Reply With Quote
  #15  
Old 08-15-2005, 05:21 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It sure doesn't... hmm maybe it doesn't define a cursor at all and should.

Never noticed that in the year or two I've had this code up LOL!

I'll peek at some other code, and see if I can find how/where it might define that.
Reply With Quote
  #16  
Old 08-16-2005, 10:20 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rover416
Rpg inferno is avaliable for 3.5

And the hack works great,thank you
where do you get teh compatible version?

the very top of the inferno web site says:
Quote:
Please note that RPG Inferno will only work with vBulletin Candidate 4 upto 3.0.7, it will not work with any 3.5 Beta Versions!.
so does that mean it works for RC1-2 but not with the betas??

I don't mind paying...but certainly don't want to pay for a version that isn't compatible with RC. :ermm: :surprised:
Reply With Quote
  #17  
Old 08-16-2005, 12:32 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm he must have typoed.

It only works with RC and up as it uses the "Product Manager" which didn't exist in the beta stages.

Once you own a license you go to http://rpginferno.net and click on members download, it's right there.

Any questions about rpg inferno though really should be directed to here -
http://www.gzevolution.net/forums/forumdisplay.php?f=75

Then Zero Tolerance and Decado will be able to directly answer your questions instead of getting answers second hand from us
Reply With Quote
  #18  
Old 08-16-2005, 12:38 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah thats the best way to get your questions answered, but i am running the latest version of vb and so is cyricx and it works perfectly so yeah your all good if you purchase

Note: able to find out about the hovering the link ?
Reply With Quote
  #19  
Old 08-16-2005, 01:46 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahha! Fixed in PMs, however it requires a file edit to do so I've posted a request for a new hook location.

/me crosses his fingers...

In the meantime, attached is the addon. I won't be releasing it with the full hack as it requires a file edit and I'm hoping to avoid this at whatever cost I can heh.
Reply With Quote
  #20  
Old 08-16-2005, 01:53 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats that mean in pm ? so like when someone battles you when you get that pm it will have there stats in that window ? or all pm windows
Reply With Quote
  #21  
Old 08-16-2005, 01:55 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PMs is private messages.

When you view private messages from people on the boards with version 1.1.0 it doesn't show their rpg stats at all.

With the addon it will, when you receive ANY pm but ONLY if they have an rpg inferno character. If they donot have a character nothing will be displayed.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:32 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.07485 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete