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

Reply
 
Thread Tools
Userlevel Details »»
Userlevel
Version: 1.0.0 pl1, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.1 Rating:
Released: 11-15-2009 Last Update: 01-18-2010 Installs: 109
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

What does it do
Shows a UserLevel in a post of a each user.
The level will calculate from the users registration date and from his posts (see pictures). This Mod can be switched off in the vBulletin settings.

Install
Simply upload the picture (gif) in or into your Style(s) and install the product.

Credits & Info
To @Tyran that he get the original wBB3 Mod. In wBB3 the UserLevel was also avaible in the users profile. NOT in this version.

Hooks
This Mod use a template hook. Without it, it won't work!
$template_hook [postbit_userinfo_right_after_posts]

This Mod is avaible in:
English, German, Italian and Turkish.

Permission for Translation is given !


Images see here:
https://vborg.vbsupport.ru/showthread.php?t=225925

EDIT: PL1 fixed the template cache !

Download Now

File Type: zip Userlevel v1.0 - vB4.zip (12.6 KB, 441 views)
File Type: zip Userlevel v1.0 PL1 - vB4.zip (12.6 KB, 387 views)

Show Your Support

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

Comments
  #32  
Old 12-17-2009, 02:24 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, that's correct. It will use the Template Hook and this is on the right side.

You can change it by changing the Template Hook:

In the Product search for:
PHP Code:
$template_hook[postbit_userinfo_right_after_posts] .= $templater->render(); 
and change it into:
PHP Code:
$template_hook[postbit_userinfo_left] .= $templater->render(); 
Remember:
I haven't test it in "postbit_legacy", but it works in "postbit".
Reply With Quote
  #33  
Old 12-17-2009, 05:27 PM
Toxic2 Toxic2 is offline
 
Join Date: Jul 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked Like a Charm ! Thank you Corner
Reply With Quote
  #34  
Old 12-24-2009, 08:39 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you possibly please implement all or most of the features found here https://vborg.vbsupport.ru/showthrea...t=vbexperience
for your product please. I would definetly install it then!

I rather have experience + activity of member rather than their level. Does this already do this?
Reply With Quote
  #35  
Old 12-24-2009, 09:31 PM
Boko577's Avatar
Boko577 Boko577 is offline
 
Join Date: Dec 2009
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Coroner View Post
Ok, that's correct. It will use the Template Hook and this is on the right side.

You can change it by changing the Template Hook:

In the Product search for:
PHP Code:
$template_hook[postbit_userinfo_right_after_posts] .= $templater->render(); 
and change it into:
PHP Code:
$template_hook[postbit_userinfo_left] .= $templater->render(); 
Remember:
I haven't test it in "postbit_legacy", but it works in "postbit".
Could you explain how to do this? I'm catching up on how to do this kind of stuff, but this will be my first time with a template hook, and I have no idea what that is. :erm:
Reply With Quote
  #36  
Old 12-26-2009, 12:59 AM
pandusetiawan pandusetiawan is offline
 
Join Date: Dec 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

after installing xml

when open post got this :

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895

plizz help , how to hook

In the Product search for:
PHP Code:
$template_hook[postbit_userinfo_right_after_posts] .= $templater->render();
and change it into:
PHP Code:
$template_hook[postbit_userinfo_left] .= $templater->render();
Reply With Quote
  #37  
Old 12-26-2009, 02:10 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanxx man

installed

plzz add arabic language
________
Russian Recipes
Attached Files
File Type: xml language_Arabic.xml (2.2 KB, 6 views)
File Type: xml product-userlevel (Arabic Master).xml (6.1 KB, 8 views)
Reply With Quote
  #38  
Old 12-29-2009, 05:50 AM
pandusetiawan pandusetiawan is offline
 
Join Date: Dec 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Coroner.......umm...the bar seems doesn't work for me.....can you help me with this problem?Thx.
Attached Images
File Type: jpg userlevel.JPG (3.9 KB, 0 views)
Reply With Quote
  #39  
Old 12-29-2009, 01:13 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you uploaded the image as well ?
Reply With Quote
  #40  
Old 12-29-2009, 04:49 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Coroner could you add to this or create a new mod, that has one bar that is green and calculates how active you are, basically shows a bar of a percent out of 100% to show how active you are in postbit_legacy and profile page?

I believe this is a simple addon to do, let me know please.
Thanks.
Reply With Quote
  #41  
Old 12-29-2009, 09:31 PM
darsalles darsalles is offline
 
Join Date: Oct 2009
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there someway to hide: Level, Experience and next level. And when someone click on some kind of spoiler it shows?

Only leave the bar always visible...
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 12:08 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04612 seconds
  • Memory Usage 2,343KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (5)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete