Display an image insted of an username?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 2 of 2 • Share •
Page 2 of 2 •
1, 2
Display an image insted of an username?
First topic message reminder :

Her username appears in its true text forum on profiles and such but in posts, it appears as
. Is this possible for me to do it on my own Forumotion forum?
I know how to make ranks into images so this made me curious.

Her username appears in its true text forum on profiles and such but in posts, it appears as
. Is this possible for me to do it on my own Forumotion forum?I know how to make ranks into images so this made me curious.
Last edited by Hollybell on December 31st 2011, 2:35 pm; edited 1 time in total

Scouts Mom- Forumotion Member
-

Posts: 34
Language: English
Location: Great Britain
Points: 34
Join date: 2011-12-16
Re: Display an image insted of an username?
i already activate my Js in my forum ahmm can you give me an exact size of image?? that you have been used?

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
Why do you need the size? :$ The image I'm using is the one from the JS I posted here. It's in the JS Code. The size is not important. You are not doing something correctly. Do you have any other JS on your forum that does not function properly? That would make this one not to work.
If you want send me a test account and I'll set it up for you.
If you want send me a test account and I'll set it up for you.
Re: Display an image insted of an username?
Finally it works i delete the other js, some of my js is not working thank you nera advanced merry xmas and happy new year

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
I'll say finally too
Your JS gets combined so if your other JS is not OK this one will not work too.
Marry Christmas to you too
I'll leave the topic open for others.
Your JS gets combined so if your other JS is not OK this one will not work too.
Marry Christmas to you too
I'll leave the topic open for others.
Re: Display an image insted of an username?
Thanks Nera

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
Nera how can i removed the red mark below the name

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
ReDMizT wrote:Nera how can i removed the red mark below the name
yeah like a small red box

FL.ux- Forumotion Member
-

Posts: 842
Age: 17
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13
Re: Display an image insted of an username?
OK, lol, I got all three of you but I don't see the box, can anyone show it to me please?
Re: Display an image insted of an username?
wait i will put some screenshots

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?


how can i remove that.

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22

FL.ux- Forumotion Member
-

Posts: 842
Age: 17
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13
Re: Display an image insted of an username?
nera, i know the solution about this it defend to our browser that we use im using google chrome when i try in mozilla i didn't see the red box

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
ReDMizT wrote:nera, i know the solution about this it defend to our browser that we use im using google chrome when i try in mozilla i didn't see the red box
yeah i'm using chrome too.... it's the browser. i think

FL.ux- Forumotion Member
-

Posts: 842
Age: 17
Language: I hope I could be a FM staff :'(
Location: I shall fly to the subterranean sky.
Points: 763
Join date: 2011-11-13
Re: Display an image insted of an username?
@pidot101 your right i will try later to clear my cache

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
It's not your chache. It's the way the letters are hidden and Chrome displays them a bit 
I found an other way but it's stupid
See from Chrome http://tiki.makingforum.com/
I found an other way but it's stupid
See from Chrome http://tiki.makingforum.com/
Re: Display an image insted of an username?
how did you remove the red box??

ReDMizT- Forumotion Member
-

Posts: 178
Age: 19
Language:
Location:
Points: 175
Join date: 2011-08-22
Re: Display an image insted of an username?
This will work on all versions without the CSS or anything else and there is no DAMN dott.
Just delete the CSS you added and add the JS file to your JS Managment:
Just delete the CSS you added and add the JS file to your JS Managment:- Code:
$(function() {
$('a[href="/u1"] span strong')
.html('<img src="http://i1128.photobucket.com/albums/m481/Final-Moogle/Sanae20Flower.png" border="0" />');
});
Re: Display an image insted of an username?
Thank you so much, Nera!
I only have one question left regarding this.
Is there a certain way to display the image in posted topics/general posts only?
I only have one question left regarding this.
Is there a certain way to display the image in posted topics/general posts only?

Scouts Mom- Forumotion Member
-

Posts: 34
Language: English
Location: Great Britain
Points: 34
Join date: 2011-12-16
Re: Display an image insted of an username?
My forum version is phpBB 2

Scouts Mom- Forumotion Member
-

Posts: 34
Language: English
Location: Great Britain
Points: 34
Join date: 2011-12-16
Re: Display an image insted of an username?
Try:
- Code:
$(function() {
$('table.forumline tbody tr.post td.row1 span.name strong a[href="/u1"]')
.html('<img src="http://i1128.photobucket.com/albums/m481/Final-Moogle/Sanae20Flower.png" border="0" />');
});
Guest- Guest
Re: Display an image insted of an username?
Thank you so much! ^______^
Topic solved. <3
Topic solved. <3

Scouts Mom- Forumotion Member
-

Posts: 34
Language: English
Location: Great Britain
Points: 34
Join date: 2011-12-16
Re: Display an image insted of an username?
Glad I could help, but don't forget to thank Nera also. 
Guest- Guest
Re: Display an image insted of an username?
| Topic Solved & Locked |

MrMario- Helper

-

Posts: 22309
Points: 74077
Join date: 2008-06-10
Page 2 of 2 •
1, 2
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum

Home

by Scouts Mom on December 17th 2011, 6:54 pm





