The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to add more then one rank on profile?"

5 posters

Go down

Solved how to add more then one rank on profile?"

Post by jill February 20th 2017, 11:45 pm

how too add more then one rank on profile?"


Last edited by jill on February 25th 2017, 5:21 am; edited 1 time in total
jill
jill
Forumember

Female Posts : 36
Reputation : 3
Language : english

http://bakuganfunland.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by Mihai February 21st 2017, 12:32 am

jill wrote:how too add more then one rank on profile?"

hi there, @jill

to add more ranks, visit this steps:
Administration panel => Display => Users & Groups => Rank => Management Ranks

or you can use this address: http://your-forum-addresses/admin/index.forum?part=users_groups&sub=ranks&tid=0fca54f1e8d224497e653a868de5289b , to redirect directly.

Good Luck Very Happy.
Mihai
Mihai
Forumember

Male Posts : 819
Reputation : 36
Language : Romanian, English
Location : Bucharest, Romania

https://allprojects.forumotion.com/

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by jill February 21st 2017, 12:55 am

Smile the link you gave me to didnt work it went to time warner
jill
jill
Forumember

Female Posts : 36
Reputation : 3
Language : english

http://bakuganfunland.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by Sir Chivas™ February 21st 2017, 1:25 am

Hi,


In this thread read under multiple ranks: https://help.forumotion.com/t16692-user-ranks

Hope this helps,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6964
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by jill February 21st 2017, 4:35 am

im still working on this i have a question on the rank do i add the link to the picture confused
jill
jill
Forumember

Female Posts : 36
Reputation : 3
Language : english

http://bakuganfunland.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by Dr Jay February 21st 2017, 6:23 am

Hello there... Smile

This tutorial should help: http://fmdesign.forumotion.com/t413-personal-rank-titles

Let me know if you need help on it. It will allow you to add an extra rank/title underneath your avatar and other ranks. There is a way to reset it to be underneath the other rank directly; however, I have that code, which isn't in the tutorial. I have modified this quite a bit, which is why if you would like me to assist, I will help. Otherwise, just follow the tutorial above. Smile
Dr Jay
Dr Jay
Forumember

Male Posts : 92
Reputation : 7
Language : English
Location : USA(UTC-5)

https://geekpolice.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by jill February 21st 2017, 7:10 am

sure i need help to add the code when i added the code my phone didnt copy it right
jill
jill
Forumember

Female Posts : 36
Reputation : 3
Language : english

http://bakuganfunland.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by Dr Jay February 21st 2017, 8:19 am

Which code... JavaScript?

If you press the Copy Code link, it should copy it automatically for you, so you can go to your JavaScripts Code Management, add a new JavaScript, paste it in, and hit Submit...
Dr Jay
Dr Jay
Forumember

Male Posts : 92
Reputation : 7
Language : English
Location : USA(UTC-5)

https://geekpolice.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by jill February 21st 2017, 9:28 am

yes javascript i did that i cant show screenshot my laptop in safe mode i will copy and paste what happend heres what happend
$(function() {  'Personal Title - Give yourself your own personal title !';  'DEVELOPED BY ANGE TUTEUR';  'NO DISTRIBUTION WITHOUT CONSENT OF THE AUTHOR';  'ORIGIN : http://fmdesign.forumotion.com/t413-personal-rank-titles#3302';   var formatBBCode = true;   // editing of profile field  if (/\/profile|\/u\d+/.test(window.location.href)) {    for (var a = document.getElementsByTagName('TEXTAREA'), i = 0, j = a.length; i < j; i++) {      if (/class="fa_personal_title"/.test(a[i].value) && /profile_field/.test(a[i].id)) {        a[i].onfocus = function() {          this.value = this.value.replace(/\n|\r/g, '').replace(/\[table class="fa_personal_title"\]\[tr\]\[td\](.*?)\[\/td\]\[\/tr\]\[\/table\]/, '$1');        };         a[i].onblur = function() {          this.value = '
' + this.value + '
';        };      }    }  }   // parsing in messages  else if (/\/t\d+/.test(window.location.href)) {    var version = $('.bodylinewidth')[0] ? 0 : document.getElementById('wrap') ? 1 : $('div.pun')[0] ? 2 : document.getElementById('ipbwrapper') ? 3 : 'badapple',        closest = ['.poster-profile', '.postprofile', '.user', '.postdetails'][version],        find = ['br:first', 'dt + dd', '.user-basic-info', 'dt + dd'][version],         a = $('.fa_personal_title'),        i = 0,        j = a.length,        node, str, title;     if (version == 'badapple') {      if (window.console && console.warn) console.warn('Your forum version is not supported for the "Personal Title" plugin.');      return;    }     for (; i < j; i++) {      title = $('td', a[i]).eq(0);      title = formatBBCode ? title.html() : title.text();      if (title) {        node = $(a[i]).closest(closest).find(find);        str = '<span class="personal_title">' + title + '</span>';         version == 0 ? node.before(str) : node.append(str);         a[i].style.display = 'none';      }    }  }});
jill
jill
Forumember

Female Posts : 36
Reputation : 3
Language : english

http://bakuganfunland.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by Dr Jay February 21st 2017, 7:38 pm

Even though the JavaScript appears to be unformatted, it will still work.

Are you able to boot into Safe Mode with Networking? If so, you should be able to actively use browsers to access this site and your own...
Dr Jay
Dr Jay
Forumember

Male Posts : 92
Reputation : 7
Language : English
Location : USA(UTC-5)

https://geekpolice.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by jill February 25th 2017, 5:22 am

solved
jill
jill
Forumember

Female Posts : 36
Reputation : 3
Language : english

http://bakuganfunland.forumotion.com

Back to top Go down

Solved Re: how to add more then one rank on profile?"

Post by brandon_g February 25th 2017, 3:00 pm

Thanks for the help @Dr Jay Wink.

Topic solved & archived ~ brandon_g
Please read our forum rules: ESF General Rules


how to add more then one rank on profile?" Brando10
Remember to mark your topic how to add more then one rank on profile?" Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

how to add more then one rank on profile?" Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum