Aligning profile header & removing "Rank:" / "Offline"
+2
Nera.
ℋunni
6 posters
Page 1 of 1
Aligning profile header & removing "Rank:" / "Offline"
For the content boxed in red in this image, I'd like it centered (this also applies to the FRIENDS header, I just forgot to box it).
The content within the blue boxes, I'd like removed (that is, the "Rank:" and the type that reads "Offline".)
The content within the orange boxes, as they're 50 x 50 images, I'd just like the black box surrounding it removed.
The content within the blue boxes, I'd like removed (that is, the "Rank:" and the type that reads "Offline".)
The content within the orange boxes, as they're 50 x 50 images, I'd just like the black box surrounding it removed.
Last edited by ℋunni on July 1st 2012, 9:02 am; edited 1 time in total
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Aligning profile header & removing "Rank:" / "Offline"
Hunny, you know the procedure, post your forum URL please for apperance problems. Thank you.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Aligning profile header & removing "Rank:" / "Offline"
Since I can't view any of your boards profiles, I can't give you the correct element for the profile block which is var x. I'm too lazy to try it on an invision board to do it for you...ℋunni wrote:Aigo, I thought I placed it. I didn't bother to check when I bumped~
http://anamnesis.nstars.org/
- Code:
$(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/Rank: /,'')}});
$(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/(online)/,'')}});
$(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/offline/,'')}});
if the offline one doesn't work, we'll have to use jquery
Re: Aligning profile header & removing "Rank:" / "Offline"
Hi,
To remove the "rank" title. Insert the following code into your CSS (ACP >> Display >> Colors >> CSS (tab).
To remove the "rank" title. Insert the following code into your CSS (ACP >> Display >> Colors >> CSS (tab).
- Code:
#profile-advanced-right .center {
color: transparent;
}
Re: Aligning profile header & removing "Rank:" / "Offline"
Sir Chivas: Although it did hide it, is there any way to completely remove it?
Ryanette: It should be visible for guests now, but is JS necessary?
Ryanette: It should be visible for guests now, but is JS necessary?
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Aligning profile header & removing "Rank:" / "Offline"
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Profile Rank and Avatar profile problem
» Online and offline profile?
» Help Removing Author and MESsage in Header
» Removing post count rank Text in posts
» Online and offline appearances (PhpBB2) profile
» Online and offline profile?
» Help Removing Author and MESsage in Header
» Removing post count rank Text in posts
» Online and offline appearances (PhpBB2) profile
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum