Toggle profile Field
5 posters
Page 1 of 1
Toggle profile Field
Hello guys,
So I added a profile field on my forum that shows the medals people have earned. However the problem is that this field is stretching the profile information section of the messages.
Like here, if you see the post made by Elijah Krum, see the profile section of the message, the 'YEAR' field (where I have put the medals for now) is stretching it.
http://www.pottersarmy.net/t19810-i-would-love-to-get-some-more-threads#398624
Is there some way I can make this field only show up when someone clicks it?
So I added a profile field on my forum that shows the medals people have earned. However the problem is that this field is stretching the profile information section of the messages.
Like here, if you see the post made by Elijah Krum, see the profile section of the message, the 'YEAR' field (where I have put the medals for now) is stretching it.
http://www.pottersarmy.net/t19810-i-would-love-to-get-some-more-threads#398624
Is there some way I can make this field only show up when someone clicks it?
PA- Forumember
- Posts : 219
Reputation : 2
Language : english
Re: Toggle profile Field
Guests can not see what is linked.
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.
Re: Toggle profile Field
Thanks for pointing that out Sl Gray
PA- Forumember
- Posts : 219
Reputation : 2
Language : english
Re: Toggle profile Field
Hi @PA,
How does this appear exactly ? From what I see, it looks like this :
I'm getting an error from one of your JavaScripts : "oldhtml is null"
Does it appear correctly, while logged in ?
How does this appear exactly ? From what I see, it looks like this :
I'm getting an error from one of your JavaScripts : "oldhtml is null"
Does it appear correctly, while logged in ?
Re: Toggle profile Field
Hey guys, this is basically waht I want to do:
https://help.forumotion.com/t138420-profile-toggle?highlight=toggle
But that's for PHBB2. Its not working for me.
https://help.forumotion.com/t138420-profile-toggle?highlight=toggle
But that's for PHBB2. Its not working for me.
PA- Forumember
- Posts : 219
Reputation : 2
Language : english
Re: Toggle profile Field
Can someone help me with this or is it not possible...?
PA- Forumember
- Posts : 219
Reputation : 2
Language : english
Re: Toggle profile Field
Hi, Sorry for the delay.
See how this looks with CSS :
Display > Colors > CSS stylesheet
When you hover the profile it should extend the profile infos.
See how this looks with CSS :
Display > Colors > CSS stylesheet
- Code:
.postprofile dl > dt + dd + dd + dd {
overflow:hidden;
max-height:0;
transition:700ms linear;
}
.postprofile:hover dl > dt + dd + dd + dd { max-height:500px }
When you hover the profile it should extend the profile infos.
Re: Toggle profile Field
nice helpful tips, i should atleast try that one day
Worst Nightmare- Forumember
- Posts : 107
Reputation : 2
Language : English
Similar topics
» profile field
» Profile field, multiple words with different colors in the same profile filed
» Forum Profile Field?
» Profile toggle not working anymore
» [Profile Field Shadow]
» Profile field, multiple words with different colors in the same profile filed
» Forum Profile Field?
» Profile toggle not working anymore
» [Profile Field Shadow]
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum