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.

More letters for rank titles

5 posters

Go down

Solved More letters for rank titles

Post by Bjerg August 16th 2015, 11:24 am

Hello everyone!

I want to type a long rank title with color, but it doesn't fit in the answer bar.
Is there any way to increase the max length of rank titles?

Thanks for reading!
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by Russel August 16th 2015, 11:50 am

Hi @Bjerg,

We only have less than 100 character limit or 96 characters to be exact for rank title. I don't think it is possible to increase the characters in the rank editbox.
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: More letters for rank titles

Post by Ange Tuteur August 16th 2015, 12:04 pm

Actually, you could probably extend the rank title with a CSS pseudo element. For example, add the following into the rank title :
Code:
<span class="rank-a"></span>
( you can change rank-a to correspond with the rank title )

Then in CSS you can do something like this :
( Display > Colors > CSS stylesheet )
Code:
.rank-a:after {
  content:"Extending the title..";
}

As far as increasing the limit by default, there's currently not a way.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 2:22 pm

It didn't work Sad, and I can't add HTML tags in CSS to change the color
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by Russel August 16th 2015, 2:38 pm

Hey @Bjerg,

The instructions given by Ange Tuteur will work if you followed the instructions correctly. Of course you can't add html tags to CSS.

For additional information, you can put color to a rank by adding this code: color: 'your color';

Code:
.rank-a:after {
  content:"Extending the title..";
  color: red;
}

color: red;
You may change red to any color or hex color you want.
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 4:48 pm

Okay thank you for your reply! Now I know how to add colors in Css. But I also made a mistake because my forum version is punbb and not phpbb3. I thought that I had phpbb3. Is there a new code for punbb?
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by Russel August 16th 2015, 5:28 pm

@Bjerg, the css code given above will also work in punbb version.

Just to clarify, did you put this code in Rank Title editbox?
Ange Tuteur wrote:
Code:
<span class="rank-a"></span>

(Administration Panel > Users & Groups> Rank Administration > Rank Title)
More letters for rank titles Untitl14
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 5:53 pm

Yes I did that exactly
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by Russel August 16th 2015, 6:11 pm

I've tried it in my test forum with punbb version and it worked well. Who's member or group are you trying to modify? Can i see the screenshot of your css stylsheet and member you try to change the rank? Thank you
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 7:34 pm

Wait nevermind, it is working
I made a spelling typo in the CSS one and not in the
other one.

But it is possible to make multiple rank texts? 3 ranks if possible?
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by SLGray August 16th 2015, 7:43 pm

You can:

Text Rank
Rank Title:  Rank 1<br />Rank 2<br />Rank3

Image Rank:
You will have to create it yourself.


More letters for rank titles Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 7:47 pm

Hello, thank you for your reply
but could you explain it more detailed for me?
Because I can't use HTML tags in CSS. What do I do exactly? I also want another color for each rank, which is why I need CSS to type as much letters as I want
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by SLGray August 16th 2015, 7:52 pm

Code:
<span class="rank-a">Rank 1<br />Rank 2<br />Rank 3<br /></span>


More letters for rank titles Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 7:57 pm

Thank you it worked!!!
But how do I add a color for each specific rank?
if I put <font color> it would be too long and it wouldn't fit.
is there something I could do with CSS to change the colors?
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by brandon_g August 16th 2015, 8:10 pm

You may just have to do as many as you can fit. Since there is no way to expand the limit. Sad


Just do the rank titles you consider most important, leave the rest normal color. That is what happened to me as well. Just had to go a little less fancy then I would have liked.


-Brandon


More letters for rank titles Brando10
Remember to mark your topic More letters for rank titles Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

More letters for rank titles 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

Solved Re: More letters for rank titles

Post by Bjerg August 16th 2015, 8:12 pm

Okay thank you

Solved!
avatar
Bjerg
New Member

Posts : 10
Reputation : 1
Language : Danish

Back to top Go down

Solved Re: More letters for rank titles

Post by brandon_g August 16th 2015, 8:14 pm

Your welcome, anytime Very Happy.

-Brandon


More letters for rank titles Brando10
Remember to mark your topic More letters for rank titles Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

More letters for rank titles 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

Solved Re: More letters for rank titles

Post by Russel August 16th 2015, 8:23 pm

You're welcome @Bjerg, I hope everything is clear you as we provided all the possible answers on your questions. Glad we could help. 

-Zayn
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: More letters for rank titles

Post by SLGray August 16th 2015, 8:25 pm

Topic solved and archived


More letters for rank titles Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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