Page Index Toggle Pages: 1 ReplyAdd Poll Send Topic
Hot Topic (More than 10 Replies) Custom User Titles (Read 6298 times)
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Custom User Titles
Jul 1st, 2014 at 2:31pm
Mark & QuoteQuote  
Custom User Titles V1.2 for YaBB 2.6.0
Version: 1.2

Allows Administrators and Global Moderators (if allowed) to add Custom User Titles to Members

Version History
1.0 - First release by Derek Barnstorm - 6th December 2008
1.1 - Updated for YaBB 2.4 - 14th April 2009
1.2 - Updated for YaBB 2.6.0 by Dandello - July 1, 2014

Files to edit
Admin/ModList.pm
Languages/English/Profile.lng
Sources/Display.pm
Sources/Load.pm
Sources/MyCenter.pm
Sources/Profile.pm
Sources/System.pm

Credits
(from V1.1) There was a version of this Mod for YaBB 1. I believe the original author was Godai, and it was also updated by rehlbe and mats.

German and German_Du also in package. (These should work for both UTF-8 and ANSI as there are no characters that need special encoding.)
« Last Edit: Jul 1st, 2014 at 5:25pm by Dandello »  

Custom_user_titles_260_2.zip ( 2 KB | 233 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Custom User Titles
Reply #1 - Jul 1st, 2014 at 3:03pm
Mark & QuoteQuote  
Error, space missing


Code
Select All
<search for>

     fopen( UPDATEUSER, ">$memberdir/$user.$userext", 1 )
 </search for> 




replace with this

Code
Select All
<search for>
     fopen( UPDATEUSER, ">$memberdir/$user.$userext", 1 )
 </search for> 

  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Custom User Titles
Reply #2 - Jul 1st, 2014 at 3:05pm
Mark & QuoteQuote  
Smiley  Embarrassed
New zip in 1st post.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Custom User Titles
Reply #3 - Jul 1st, 2014 at 3:37pm
Mark & QuoteQuote  
Does not work.
Input window does not exist.   Sad
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Custom User Titles
Reply #4 - Jul 1st, 2014 at 4:01pm
Mark & QuoteQuote  
The code is where it belongs - but for some reason it requires you to be logged out the User CP and log back in. (I think it's the changes to the vars file that have to be loaded.)

I've been fighting this problem - there's a logic issue hiding in there that I haven't tracked down yet.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Custom User Titles
Reply #5 - Jul 1st, 2014 at 4:34pm
Mark & QuoteQuote  
Working on it.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Custom User Titles
Reply #6 - Jul 1st, 2014 at 5:24pm
Mark & QuoteQuote  
Dandello wrote on Jul 1st, 2014 at 4:01pm:
(I think it's the changes to the vars file that have to be loaded.)


Just as it is.

Code
Select All
'cutitle',"Fototechnik    Forumgeistlicher    Seelsorger"
 'cutitlecol',"#000000" 




  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Custom User Titles
Reply #7 - Jul 1st, 2014 at 5:24pm
Mark & QuoteQuote  
Found the beggar.  Shocked
It was a missing line for Profile.pm
New zip in 1st post

Edited:
Smiley
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Custom User Titles
Reply #8 - Jul 1st, 2014 at 5:29pm
Mark & QuoteQuote  
Um - make that a missing change in MyProfile.template  :Smiley
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Custom User Titles
Reply #9 - Jul 1st, 2014 at 5:43pm
Mark & QuoteQuote  
Works   Cool
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Custom User Titles
Reply #10 - Dec 6th, 2014 at 8:07am
Mark & QuoteQuote  
fit for build 1611. No change necessary.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
ReplyAdd Poll Send Topic
Bookmarks: del.icio.us Digg Facebook Google LinkedIn reddit Twitter Yahoo
Custom User Titles

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 10000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry