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
  #22  
Old 08-16-2005, 01:56 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh okay that will work now if someone could make this plugin system aytomatically do the file edits we would be all good :P since i use multi styles
Reply With Quote
  #23  
Old 08-16-2005, 01:59 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fix for if you use the reputation system will always require an edit

But the PM fix could be done without an edit if the vb devs add the hooks in like they have in the showthread_query location.

I'm crossing my fingers they do as there is alot I'd love to do in PMs, specifically wanting to avoid adding queries
Reply With Quote
  #24  
Old 08-16-2005, 02:24 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Zero has obviously not updated the site

Satan
Reply With Quote
  #25  
Old 08-16-2005, 02:39 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

probably a little buzy doing all these hacks of the month and a new inferno
Reply With Quote
  #26  
Old 09-30-2005, 03:49 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont know if its me but im still getting the same database error after doing the showthread edit:

Database error in vBulletin 3.5.0:

Invalid SQL:

SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.filedata) AS hascustomavatar, customavatar.dateline AS avatardateline,
level,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

,inferno_user.*, inferno_jobs.*, inferno_element.*, inferno_clan.*, journals.journaldesc, journals.journal_id
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)
LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND type = 'post')
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid AND post_parsed.styleid_code = -1 AND post_parsed.styleid_html = -1 AND post_parsed.styleid_php = -1 AND post_parsed.styleid_quote = -1)
LEFT JOIN inferno_user AS inferno_user ON(inferno_user.rid = user.userid)
LEFT JOIN inferno_jobs AS inferno_jobs ON(inferno_jobs.jname = inferno_user.class)
LEFT JOIN inferno_element AS inferno_element ON(inferno_element.eid = inferno_user.element)
LEFT JOIN inferno_clan AS inferno_clan ON(inferno_clan.cid = inferno_user.inclan) LEFT JOIN journals AS journals ON (journals.journalist_id=post.userid)
WHERE post.postid IN (78144,78462,78464,78466,78556);

MySQL Error : Column: 'level' in field list is ambiguous
Error Number : 1052
Date : Friday, September 30th 2005 @ 12:48:57 PM
Script : http://www.dancehallareaz.com/forum/...=hybrid&t=4076
Referrer :
IP Address : 24.37.191.104
Username : MissKalunji
Classname : vb_database
Reply With Quote
  #27  
Old 10-03-2005, 05:19 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll retest the edit on 3.5 gold.

It appears you entered it in correctly.

I've also updated this version to 1.2 changing the layout of the dhtml to avoid confusion with other RPG mods.
Reply With Quote
  #28  
Old 10-03-2005, 06:11 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

let me know when its 3.50 capable
Reply With Quote
  #29  
Old 10-03-2005, 06:33 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cyricx
I'll retest the edit on 3.5 gold.

It appears you entered it in correctly.

I've also updated this version to 1.2 changing the layout of the dhtml to avoid confusion with other RPG mods.
good 2 go thought it was me....thanks i'll be waiting :nervous:
Reply With Quote
  #30  
Old 10-04-2005, 01:11 PM
TheSonic TheSonic is offline
 
Join Date: Aug 2002
Location: Stuttgart
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same errors like MissKalunji got on 3.5 gold on my forums
Reply With Quote
  #31  
Old 10-04-2005, 01:20 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheSonic
Same errors like MissKalunji got on 3.5 gold on my forums

i was starting to feel lonely
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:39 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.08616 seconds
  • Memory Usage 2,310KB
  • 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_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
  • (4)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