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.

simple question about "icon before username"

Go down

simple question about "icon before username" Empty simple question about "icon before username"

Post by Scatterbrain 7/2/2012, 09:11

https://help.forumotion.com/t90311-how-to-add-an-icon-before-username

i am working with this tutorial, and i liked it alot. i would like to have a icon before the username for users who have passed a sertian amount of posts. and... i am forced to to this manually, i can stand that, but now the question... does it work for a larger amount of members? lets say 100-200 members with icons before usernames? my feeling about it is that its going to destroy the forum or at least make it really slow

would really appreciate an answer!

thank you for the ability to ask
Scatterbrain
Scatterbrain
Forumember

Female Posts : 82
Reputation : 2
Language : swedish

Back to top Go down

simple question about "icon before username" Empty Re: simple question about "icon before username"

Post by Guest 7/2/2012, 12:26

Hi!

To moderators: sorry for posting an external link, but this forum is for forumotion support/help, and this helps the user a lot...

http://malware-site.www/showthread.php?tid=54

So, for first read that tutorial. I know, that is not what you want, but I going to transform that tutorial with the helps of that 2 codes and the interesing idea, into a solution to the topic: simple question about "icon before username"...

So, choose from there your forum version and replace:
Code:
<span class="specialpost">RANK TITLE HERE</span>
to this:
Code:
<span class="specialpost"></span>
So, you don't need to give user a rank.

Then, to JS management add this:
Code:
$(function() {
$('tr.post:has(".specialpost") td .name strong a').before('<img src="IMAGE_URL" />');
});
P.S. This JS Code is for phpBB2 version. I guess your version is phpBB2.

I hope my idea is working. Razz
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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