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 do I remove the text above the rank image?

+3
Sanket
Tilum
Susan1814
7 posters

Go down

Solved How do I remove the text above the rank image?

Post by Susan1814 August 24th 2011, 7:05 pm

How do I remove this?

How do I remove the text above the rank image? Asdfgh10

I see that other forums have removed the text.
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Tilum August 24th 2011, 7:36 pm

Forum version?

~ Tilum
Tilum
Tilum
Active Poster

Male Posts : 1759
Reputation : 62
Location : England.

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Guest August 24th 2011, 8:53 pm

If that is the Rank Title then you can do it like this.

Code:
<spam></spam>
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Susan1814 August 25th 2011, 3:21 pm

Tony M wrote:If that is the Rank Title then you can do it like this.

Code:
<spam></spam>

Doesn't WORK! Sad Any more answers? Does it have to do with CSS??
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Sanket August 25th 2011, 3:33 pm

Add this in the rank title.

Code:
&nbsp
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Susan1814 August 25th 2011, 3:41 pm

Sanket wrote:Add this in the rank title.

Code:
&nbsp

Doesn't really work.
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Nera. August 25th 2011, 4:33 pm

Code:
<spam></spam>

Code:
&nbsp ;

Hi,

Have you tried it?

I've tried both and work.

Can you pleas explain what is not functioning good?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Guest August 25th 2011, 5:50 pm

or give use link to your forum?
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Guest August 25th 2011, 7:05 pm

If the URL to the image is short (less than, oh, 25 characters), you can use the image as the rank title. Take this:

Code:
<img src="X" />
and replace the X with the URL of your rank image. This new code goes into the rank title, and you should then delete the contents of the rank image URL field.

This technique is preferable to the others listed because it doesn't leave an ugly gap above the rank image.
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Susan1814 August 25th 2011, 7:06 pm

Nera. wrote:
Code:
<spam></spam>

Code:
&nbsp ;

Hi,

Have you tried it?

I've tried both and work.

Can you pleas explain what is not functioning good?

Hmm. I don't really know, its always been there. But I'll try your suggestion. Should it be like this?:


Code:
&nbsp<spam>TEXT</spam>
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by kirk August 25th 2011, 8:27 pm

Susan1814 wrote:
Sanket wrote:Add this in the rank title.

Code:
&nbsp

Doesn't really work.

Both of these ways worked for me,
I was just going to post the way Dion explained as well.
Can you get a screen shot of how you are setting it up.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Susan1814 August 26th 2011, 2:54 pm

kirk wrote:
Susan1814 wrote:
Sanket wrote:Add this in the rank title.

Code:
&nbsp

Doesn't really work.

Both of these ways worked for me,
I was just going to post the way Dion explained as well.
Can you get a screen shot of how you are setting it up.

OK, HERE it is...
How do I remove the text above the rank image? Rank10

And my URL link is more than 25 characters! So confused! Rolling Eyes
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by MrMario August 26th 2011, 11:16 pm

That's because he said if the image link is less then 25.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by kirk August 27th 2011, 10:22 am

you either use just this in there.. NO TEXT.. just that.
Code:
&nbsp

or this..

Code:
<img src="YOU TITLE TEXT HERE" />

I think Dion got mixed up. or now yous are mixing me up.. lol geek
I thought you said you wanted to remove the text above the rank image???
Susan1814 wrote:
Susan's Thread Title
How do I remove the text above the rank image?

How do I remove this?
How do I remove the text above the rank image? Asdfgh10
I see that other forums have removed the text.
yeah where it says administrator above the admin rank image right
so just use this so you can still be able to tell the names of ranks,
Code:
<img src="RANK TITLE" />

If you use the first code it's just going to appear as a blank space,
But you can still tell by the rank images.
So However you want to do it Smile

I just tested all of this in my rank title and it worked fine Smile
Code:
<img src="YOUR TITLE TEXT HERE and this and that and that and this " />

So not sure what you mean by more 25 characters??
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Susan1814 August 27th 2011, 5:40 pm

MrMario wrote:That's because he said if the image link is less then 25.

OK, so if I get the image URL under 25 chars, will it work??? Question
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Nera. August 28th 2011, 12:26 am

Susan,

All three ways will work but you are not adding them corectly.

If you want to remove 'Administrator' writen on your rank as a title ==>

Way one & two

AP > Users and grups > Rank administration > Rank title and paste only this
Code:
<spam></spam>
Or this (no spaces included)
Code:
&nbsp ;
in it, no extra text needed Exclamation

That means do not add anything else, paste either one or the other, not both.

Or use what Dion told you if you want no space there. Replace the x with your image link and add it to rank title.

That's all.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by bHulleT.w August 28th 2011, 2:05 am

Just add:
Code:
<br>
bHulleT.w
bHulleT.w
Forumember

Male Posts : 244
Reputation : 13
Language : Estonian - Html - Php - Css - MySQL
Location : Closet :3

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Guest August 28th 2011, 4:42 am

Susan1814 wrote:OK, so if I get the image URL under 25 chars, will it work??? Question
I chose 25 characters because some boards only allow rank titles of 36 characters. Others allow rank titles up to 64 characters. I have no idea why this is so. Perhaps you can ask "Godfather".

What I suggest is that you create the IMG tag as described above, and try to save it. If the entire tag gets saved, then you stayed under whatever limit your board has.
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by kirk August 28th 2011, 4:49 am

what gets me is why dose she even want to put a image in the rank title and remove the image from it's normal place.
That makes no sense, all she has to do is hide the rank text and leave the images where they are already.. done deal cheers

kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Nera. August 28th 2011, 7:56 am

Because kirk if she does not uses Dions way (put the image in the rank title) she'll have a blank space where 'Administrator' was previusly written. It does not collapse if you don't fix it and it does look bad than.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Nera. August 28th 2011, 8:48 am

Nither for me, as Dion said it is not same for all.

This will go under it http://imm.io/

It's my favourite lol!

Though there are better that host more.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by kirk August 28th 2011, 9:04 am

oops i deleted the post in between yours nera.. hehe you double poster you..

Or you can always use something to shrink your direct image url

http://bitly.com/

original servimg link
https://i.servimg.com/u/f45/14/35/03/17/15267115.jpg

shrunk to this
http://bit.ly/r9lY53

and now added img tags
How do I remove the text above the rank image? R9lY53

kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Susan1814 August 28th 2011, 10:33 pm

Yes! It works!!! Thank you!
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: How do I remove the text above the rank image?

Post by Nera. August 28th 2011, 10:46 pm

Solved > Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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