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
Ranks Without Usergroups Details »»
Ranks Without Usergroups
Version: 1.2, by MarkFL MarkFL is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 01-28-2016 Last Update: 02-23-2016 Installs: 21
Uses Plugins
Translations  
No support by the author.

Overview

This product allows you to define ranks that can be assigned to individual users without having to create usergroups with which to associate them. These ranks will then display beneath ranks defined in the "User rank Manager" in postbits and profile pages. All of the settings are self-explanatory.

In postbit:



In profile:



Updates:

Version 1.1:
  • Fixed problem arising on some sites where only last user shows rank.

Version 1.2:
  • Removed case sensitivity of usernames.

Compatibility:

Tested and working on VB 4.2.x and should work on all 4.x versions of vBulletin.

Backup/Warning:

This product does not alter your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod.

As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered.

To Install:
  1. Download and extract the attached .zip file.
  2. Follow AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product.
  3. Click on "Choose File" and browse to the product .xml file that was packaged in the .zip file.
  4. Click "Import."
  5. You MUST enable the product in the settings before it will function.
  6. Configure the remaining settings to your liking. Each setting has a detailed explanation of its use.



Support for this product can be found here:

Download Now

File Type: zip MarkFL - Ranks Without Usergroups v1.2.zip (2.8 KB, 83 views)

Screenshots

File Type: png markfl_rng_profile.png (6.3 KB, 0 views)
File Type: png markfl_rng_postbit.png (4.2 KB, 0 views)
File Type: png markfl_rng_acp.png (47.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
Alan_SP, alcazarx, In Omnibus, Lynne, RichieBoy67, z3r0

Comments
  #32  
Old 09-15-2016, 12:53 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by X-or View Post
could you kindly provide your own css code?
will test if issue is specific to the css
Okay, in the "CSS Classes/Selectors" field, enter:

Code:
.rank_wrapper_EP {
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 24px;
	margin: 2px 0px;
	padding: 1px;
	border-radius: 6px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 1.8em;
	white-space: nowrap;
	box-shadow: inset 0 -3px 3px 1px rgba(192,192,192,0.5), inset 0 3px 3px 1px rgba(64,64,64,0.5);
}

.rank_badge_EP {
	position: relative;
	top: 1px;
	left: 1px;
	width: 178px;
	height: 22px;
	display: table-cell;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.badge_siteowner_EP {
	background: #0080ff; /* Old browsers */
	background: -moz-linear-gradient(top, #0080ff 0%, #0050a0 75%, #004080 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0080ff), color-stop(75%,#0050a0), color-stop(100%,#004080)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #0080ff 0%,#0050a0 75%,#004080 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #0080ff 0%,#0050a0 75%,#004080 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #0080ff 0%,#0050a0 75%,#004080 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #0080ff 0%,#0050a0 75%,#004080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080ff', endColorstr='#004080',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}
And in the "Ranks Definitions" field enter:

Code:
test_badge|<div class="rank_wrapper_EP"><div class="rank_badge_EP badge_siteowner_EP">Test Badge</div></div>
And then in the "Assign Ranks To Users" field, choose a user to test this on, and enter:

Code:
username|test_badge
where "username" is replaced by the username of the user on whom you are testing this.
Reply With Quote
  #33  
Old 09-15-2016, 01:42 AM
X-or X-or is offline
 
Join Date: Nov 2005
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, I'm still getting a specific error in profile page when user has an image rank as well

Like the other css, it is fine in postbit but bugged in profile page :-(
Attached Images
File Type: jpg cut1.jpg (5.3 KB, 0 views)
Reply With Quote
  #34  
Old 09-15-2016, 01:44 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you post a link to that profile so I can see what's up within the DOM?
Reply With Quote
  #35  
Old 09-24-2016, 05:03 PM
X-or X-or is offline
 
Join Date: Nov 2005
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you say you tested and you have no such issue, well....
it's odd though as someone reported a similar issue in post #11
I would like to stress the bug occurred in profile page only for me, not in postbit, and only with image ranks
Reply With Quote
  #36  
Old 09-24-2016, 05:11 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Without a link to that profile, I can't really say what the issue might be.
Reply With Quote
  #37  
Old 12-19-2016, 04:04 AM
friendlymela's Avatar
friendlymela friendlymela is offline
 
Join Date: Dec 2012
Location: Karachi, Pakistan
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Mod..
Reply With Quote
  #38  
Old 04-26-2017, 03:11 AM
X-or X-or is offline
 
Join Date: Nov 2005
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry but for privacy reason I can't post link to profile.
Try to fix the product in your test site.
Use an image rank to reproduce the bug in profile page.
Reply With Quote
  #39  
Old 04-26-2017, 02:28 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by X-or View Post
Sorry but for privacy reason I can't post link to profile.
Try to fix the product in your test site.
Use an image rank to reproduce the bug in profile page.
It works without issue on every site on which I have installed it.
Reply With Quote
  #40  
Old 04-26-2017, 03:07 PM
Stratis's Avatar
Stratis Stratis is offline
 
Join Date: Jan 2010
Posts: 738
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by X-or View Post
if you say you tested and you have no such issue, well....
it's odd though as someone reported a similar issue in post #11
I would like to stress the bug occurred in profile page only for me, not in postbit, and only with image ranks
That's mine, but I do not see that we have (had) the same issue.
Mine was order issue

Quote:
Originally Posted by X-or View Post
Sorry but for privacy reason I can't post link to profile.
Try to fix the product in your test site.
Use an image rank to reproduce the bug in profile page.


If you have same problem, see this,
https://vborg.vbsupport.ru/showthread.php?t=319659


If something else only with css, ok than ignore it.
Hope at least you test it in your default skin to see if you see issue there to
Reply With Quote
  #41  
Old 04-27-2017, 11:41 AM
X-or X-or is offline
 
Join Date: Nov 2005
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^I have same issue as post#11
the text and container are not aligned

it happens when you have an image rank, I don't remember if option stack is set to yes or no

mark do you use an image rank or not? did you test both stack = yes & no?
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 11:29 AM.


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.05839 seconds
  • Memory Usage 2,354KB
  • 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_code
  • (4)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • 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