Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-19-2014, 01:57 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Usergroup Title

Folks, I went to the Usergroups title and edited the usergroups i wanted for example the member one, Deleted the description part and updated counter. But its still showing http://prntscr.com/3u9jyg what else can be done to remove that?

Some even say http://prntscr.com/3u9k5y

or new member... I want to change that since i have user ranks and it look awful
Reply With Quote
  #2  
Old 06-22-2014, 03:59 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

find in postbit_legacy template:
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
and remove it.
Reply With Quote
2 благодарности(ей) от:
sa3eka.com, tbworld
  #3  
Old 06-23-2014, 08:55 PM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks

--------------- Added [DATE]1403563660[/DATE] at [TIME]1403563660[/TIME] ---------------

Quick question.. that also removes the option of having a description set in the usergroups option? I want to be able to add a description to the usergroup through that option if said usergroup doesnt have a user rank. I see the solution you gave me up there deletes that too.
Reply With Quote
  #4  
Old 06-23-2014, 11:12 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ahh, sorry, you dont like the word member, you dont want to remove the word member you want to edit it?

example: Admincp>User Titles>>User Title Manager?
Reply With Quote
  #5  
Old 06-24-2014, 12:34 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, for example before I deleted the line if I for example in the usergroup members put a title like Member Of Vbulletin, that would show below the users username. If i take it out, it says MEMBER below the users picture. When i took out the line you told me, no matter if i put a title in a usergroup it wont show.

I have a usergroup of active memers that I dont have a user ran for, and I want the title of it to be shown, right now its just blank, nobody knows what usergroup those users are. example http://prntscr.com/3vvfrm says nothing despite me adding a title in the usergroup area.
Reply With Quote
  #6  
Old 06-24-2014, 12:45 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just to confirm. are you saying, both user title and the rank image is missing?

the line above was for only user title, not rank image.

if you want user title back, re-add that line of code again.

sorry for not understanding fully.

does this happen to plain members only? like if you edit Usergroup: User Title. to Registered Users only user-group, the title still says "member" in your post bit?

EDIT: have you tried removing all titles from Admincp>User Titles>>User Title Manager?
then adding usergroup title. rebuild, that should work.
Reply With Quote
  #7  
Old 06-24-2014, 02:50 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if I take ALL user titles away, if i leave them blank then the users that dont have user ranks would display a ( member, senior member ) below the postbit picture... If i add a user title to lets say active members the tiltle will appear above the postbit avatar. but when I removed that line you gave me... it doesnt show below, but neither does it show if i add a user title under usergroups.
Reply With Quote
  #8  
Old 06-24-2014, 02:59 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what i did was removed all titles from Admincp>User Titles>>User Title Manager.
then i went to usergroups and added title. and it worked.

as long as you add this line back to postbit_legacy template.

find:
Code:
$post[musername]
				</if></div></div>
and under that: add this line back:
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
the only other thing i tested along with doing the above. i went into a Registered User in admincp, edited and changed Custom User Title in drop down to "yes user set". and hit save
the titles actually appeared after that.

i added 2 screenshots. one with a usergroup title added. and one with usergroup title removed.
Attached Images
File Type: jpg hello.JPG (23.1 KB, 0 views)
File Type: jpg hello2.JPG (20.3 KB, 0 views)
Reply With Quote
  #9  
Old 06-24-2014, 03:17 AM
Terrablade Terrablade is offline
 
Join Date: Oct 2013
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look at an example.. I took away the user title from member usergroup bcause i have user rank. http://prntscr.com/3vwis2 but since i took it off now it shows member... I just want it to show the title for 1 usergroup i have no user rank for which is the active members group.
Reply With Quote
  #10  
Old 06-24-2014, 03:24 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what i said in my last post, it worked mate. you can see in screenshot i added for normal registered users. i have user ranks and titles to. it worked for me.

EDIT: ok, im getting what you mean now. hmm.

so removing all titles from Admincp>User Titles>>User Title Manager. then adding in usergroup active members a new title.
then find 1 active user member, edit them in admincp and change Custom User Title in drop down to "yes user set".

thats all i did and for some reason it worked.

EDIT: This works. I tested on my test forum and it worked fine. thats 2 forums i tested on.
All i did was delete all the user titles from "Admincp>User Titles>>User Title Manager." NOT user ranks. "User Title Manager.".
I then went to Registered User Groups and added a title.
then went to Maintenance>>Update Counters>>"Update User Titles and Ranks".
thats it, and worked mate for what you want.

as long as you remove all titles, "Admincp>User Titles>>User Title Manager." delete. it should work.

screenshot added of second test on another forum.
Attached Images
File Type: jpg hellotest.JPG (11.0 KB, 0 views)
Reply With Quote
Благодарность от:
Terrablade
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 09:20 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.04314 seconds
  • Memory Usage 2,284KB
  • Queries Executed 12 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (3)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_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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete