Custom profile field direct code
4 posters
Page 1 of 1
Custom profile field direct code
woo two questions in a row wow gg to me eHEM
um, is there a way to get the direct code(??)/field(??) thingy of a custom profile field? right now, the closest thing I could find was {postrow.displayed.profile_field.CONTENT} which is the content of ALL the profile fields in the mini profile. i want to have the code for the content of a SPECIFIC custom profile field. i tried using {postrow.displayed.profile_field_id1.CONTENT} (since apparently the field's class thingy is field_id1(??????)) but it didn't workand I am very sad.
any ideas?
um, is there a way to get the direct code(??)/field(??) thingy of a custom profile field? right now, the closest thing I could find was {postrow.displayed.profile_field.CONTENT} which is the content of ALL the profile fields in the mini profile. i want to have the code for the content of a SPECIFIC custom profile field. i tried using {postrow.displayed.profile_field_id1.CONTENT} (since apparently the field's class thingy is field_id1(??????)) but it didn't work
any ideas?
Last edited by Nekobake on Mon Aug 31, 2015 11:33 am; edited 1 time in total
Re: Custom profile field direct code
What are you trying to do to this customized field?
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: Custom profile field direct code
i want it to be a link to a certain topic (different for each member) and i want to customize it sort of like a button link thingy (not just a field name: link name). does this make sense???
eg.
<a href="{postrow.displayed.profile_field.CONTENT}">LINK</a>
but i want the {postrow.displayed.profile_field.CONTENT} to be the code for that certaain field, and not for the content of ALL the profile fields (like it is now).
eg.
<a href="{postrow.displayed.profile_field.CONTENT}">LINK</a>
but i want the {postrow.displayed.profile_field.CONTENT} to be the code for that certaain field, and not for the content of ALL the profile fields (like it is now).
Re: Custom profile field direct code
Could you just use the 'Website' profile field for that? Or why not and how the thing you want to add is different?
Re: Custom profile field direct code
even if i use the website field, i still need the direct code to it because i want to style it separately from the other profile fields.
Re: Custom profile field direct code
Well, you said you wanted it to be an image link (unless you meant an actual <button>), so you could just replace the image of that under Pictures management.
If you don't want to use the website field, you can also make a new field under AP > Users > Profiles > Contact Fields > Add
If you don't want to use the website field, you can also make a new field under AP > Users > Profiles > Contact Fields > Add
Re: Custom profile field direct code
no i dont want it to be an image (by button i meant button-like). um i really need the direct code of the field for what i want to do. i can't do it otherwise.
to be more exact, I'll show you what I want to do.
I want this to be the end result. IF it's possible.
to be more exact, I'll show you what I want to do.
CSS
- Code:
.mainu {width:150px;height:150px;overflow:hidden;}
.linku {margin:auto;width:80px;background:#f5f5f5;padding:10px;color:#c9c9c9;
}
.texto {padding-top:45px;background:#fff;width:150px;height:150px;margin-top:150px;-webkit-transition-duration:1s;-moz-transition-duration:1s;transition-duration:1s;}
.mainu:hover .texto {margin-top:0px;-webkit-transition-duration:1s;-moz-transition-duration:1s;transition-duration:1s;}
HTML
- Code:
<div class="mainu" style="background-image:url('{postrow.displayed.POSTER_AVATAR}');"><div class="texto"><a class="linku" href="{THE DIRECT FIELD CODE IM ASKING FOR}">thing</a></div></div>
I want this to be the end result. IF it's possible.
Re: Custom profile field direct code
AH NEVERMIND
i ended up making it work somehow. thank you all for replying and all <33
i ended up making it work somehow. thank you all for replying and all <33
Similar topics
» Profile Field for Custom Profiles adding an additional unwanted field?
» Profile field, multiple words with different colors in the same profile filed
» Custom Profile Field Appearance
» Javascript Code to "re-insert" a profile field in a different spot?
» Allowing Custom Code in Profile Text Zone
» Profile field, multiple words with different colors in the same profile filed
» Custom Profile Field Appearance
» Javascript Code to "re-insert" a profile field in a different spot?
» Allowing Custom Code in Profile Text Zone
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum