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
Level & Class Details »»
Level & Class
Version: 3.0, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 05-05-2010 Last Update: Never Installs: 59
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

EXP (Experience Point - exp)
Activities under the characters and is divided into six levels, is automatically included in the article.
Less than 200 characters: 0 EXP
201-700 symbols: + 1 EXP
701-1300 letters: + 2 EXP
1301-1900 letters: + 3 EXP
1901-3000 letters: + 4 EXP
Over 3000 letters: +5 EXP

Note:
- The following article will be recalculated when the Edit EXP

Below is the case without EXP:
- The words are quoted in Tab [quote]
- Spaces between words.
- The BB Code as [b] [i] [u] [url] ...

SP (Skilll Point - Point Skills)
What skills here, the article quality, depth, covering general knowledge, guidance ,.... . This point is not automatically added to the experience of characters as EXP, which can only be plus (or minus) into by MOD, SMOD, ADMIN.

Depending on the quality, depth, contents of the article:
- Moderators can add or subtract points from -3 levels SP => SP + 3
- SMOD can add or subtract points from -4 levels SP => +4 SP
-Admin can add or subtract points from -5 levels SP => SP +5

Level: Calculated based on EXP points.

Class (level character): It is divided into 6 levels, and division SP level on points you get. Once registered at the forum, we will "gift" to encourage you 5 skill points (SP) to start conquering each level on the board.

1. None: SP 00-10
Wallpaper: no
Edit the title was not
Do not insert the signature image invisible
Not up avatar

2.Beginner: SP 11-20
Wallpaper: no
Not the Edit title
Inserted an invisible signature image
Not up avatar

3.Normal :21-50 SP
Wallpaper:
Do not Edit title
Inserted two invisible signature image
Was up avatar

4.Advanced :51-100 SP
Wallpaper:
Do not Edit title
Inserted 3 invisible signature image
Was up avatar

5.Professional :101-200 SP
Wallpaper:
Edit title was
4 photos inserted numerous signatures
Was up avatar

6.MASTER:> 200 SP
Wallpaper:
Edit title was
Inserted 5 invisible signature image
Was up avatar


Arabic translation by : Dr.osamA



Pls Mark Install My Mod
I have strength for code new mod

Download Now

File Type: zip Level & Class.zip (73.8 KB, 386 views)

Screenshots

File Type: jpg addpoint.jpg (30.7 KB, 0 views)
File Type: jpg memberinfolv.jpg (27.2 KB, 0 views)
File Type: jpg postbitlv.jpg (45.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Code Geass

Comments
  #2  
Old 05-06-2010, 01:38 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged!!!
Reply With Quote
  #3  
Old 05-06-2010, 01:57 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

give me your site,
all my friend do it, no have proplem T_T
Reply With Quote
  #4  
Old 05-06-2010, 02:22 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sgfish View Post
Thank u! Hope can solve this as i would love to have this mod to replace all my current rank titles.
going to adminCP > Styles & Templates > Search in template >

Find template

HTML Code:
  level_postbit_showlevel_legacy
you look

HTML Code:
 <div style="font-size:11px;margin-top:2px">{vb:rawphrase lv_plusmess,{vb:raw lv.userid},{vb:raw lv.plus_times},{vb:raw lv.minus_times},{vb:raw lv.total}}</div>
Font-size you edit = 10 i think your site OK :up:


and i think going to Languages & Phrases >Search in Phrases

type : Total add|reduce
and click search

you can look
HTML Code:
Total add|reduce point: <a href="member.php?u={1}&amp;tab=level" title="Add: {2} times | reduce: {3} times" target="_blank"><span id="level_total_{1}">{4}</span></a> times
and you translate again, because my english no good
Reply With Quote
  #5  
Old 05-06-2010, 02:40 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<!-- Level & Class System v3.0 - Posbit -->
<dl class="userinfo_extra">
<div class="level_class_legacy">
<div class="lv_tr">
<div class="lv_td">{vb:raw lv.level}</div>
</div>
<div class="class_tr">
<div class="class_td">{vb:raw class.name}</div>
</div>
<div class="exp_tr">
<div class="exp_td" style="background:transparent url(level_class/img/ExpBar.gif) {vb:raw lv.epfx} 2px no-repeat;" title="{vb:rawphrase lv_exp}: {vb:raw lv.exp}/{vb:raw lv.maxEXP} ({vb:raw lv.epf}%)">&nbsp;</div>
</div>
<div class="exp_tr">
<div class="exp_td" style="background:transparent url(level_class/img/SpBar.gif) {vb:raw lv.spfx} 1px no-repeat;" title="{vb:rawphrase lv_sp}: {vb:raw lv.sp}/{vb:raw class.maxsp} ({vb:raw lv.spf}%)">&nbsp;</div>
</div>
<div style="font-size:11px;margin-top:2px">{vb:rawphrase lv_plusmess,{vb:raw lv.userid},{vb:raw lv.plus_times},{vb:raw lv.minus_times},{vb:raw lv.total}}</div>
</div>
</dl>
<!-- / Level & Class System v3.0 - Posbit -->


_________

font-size:11px
Step 1: change it to 10px or 9px T_T
Step 2: Mak install and it working
Reply With Quote
  #6  
Old 05-06-2010, 03:04 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant support it
but have tip* : you can cut all content in template " level_postbit_showlevel_legacy "
pate to template u want show
Reply With Quote
  #7  
Old 05-06-2010, 07:44 PM
Gn_Snake Gn_Snake is offline
 
Join Date: Feb 2006
Location: Italy
Posts: 358
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beautiful and installed, but does not work postbit_legacy, graphics overlays ... I can explain how to solve?

Thx
Reply With Quote
  #8  
Old 05-06-2010, 09:01 PM
YankForum's Avatar
YankForum YankForum is offline
 
Join Date: Mar 2010
Location: MY
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged for further use
NOTE: this author has best mods in vbulletin.org
thank you ry215
Reply With Quote
  #9  
Old 05-07-2010, 05:04 AM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

u want add below " trader Repulation " ???
Reply With Quote
  #10  
Old 05-07-2010, 06:08 AM
murekhalir murekhalir is offline
 
Join Date: Oct 2006
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow... this is sexy..
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 08:13 PM.


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.04764 seconds
  • Memory Usage 2,339KB
  • 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
  • (3)bbcode_html
  • (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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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