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.

Remove "Rank:" for rank images

4 posters

Go down

Remove "Rank:" for rank images Empty Remove "Rank:" for rank images

Post by bhagirath March 5th 2012, 6:59 am

Hi,
i want to remove the text which says "rank:" in the profile. I tried to put img in place of rank: but it doesn't look good.. see below to knw what i'm saying:
Remove "Rank:" for rank images 23523510


Thanks Very Happy
avatar
bhagirath
New Member

Posts : 17
Reputation : 2
Language : English

Back to top Go down

Remove "Rank:" for rank images Empty Re: Remove "Rank:" for rank images

Post by Omu March 5th 2012, 6:22 pm

Your forum version is punbb? And please, post your forum url Smile
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Remove "Rank:" for rank images Empty Re: Remove "Rank:" for rank images

Post by YoshiGM March 5th 2012, 10:42 pm

Try adding:

Code:
<no>

And save
YoshiGM
YoshiGM
Active Poster

Male Posts : 1488
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

Remove "Rank:" for rank images Empty Re: Remove "Rank:" for rank images

Post by LGforum March 5th 2012, 10:50 pm

Lol what ^

This code will do it for a phpbb3 board, however I think it will work on a punbb board too, since the profiles follow the same structure.
Code:

$(function(){
if(/^\/u\d+$/.test(window.location.pathname)) {
  var x=document.getElementById('profile-advanced-right').nextSibling;
  x.innerHTML=x.innerHTML.replace(/Rank: /,'');
}
});
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

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