inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Sept 16, 2015 10:51:44 GMT -8
bump
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Sept 16, 2015 12:29:39 GMT -8
Never mind, figured both problems out on my own.
|
|
inherit
211836
0
Sept 26, 2016 9:37:33 GMT -8
nekobot
224
July 2014
nekobot
|
Post by nekobot on Sept 16, 2015 13:31:56 GMT -8
Scratch that, I changed something in the mini profile layout templates
and now the gender options won't show up in the profile settings. So, members cant pick their genders..
This is what I changed it to
<div class="info"> {if $[user.mini_custom_field.name] == "Gender"}Gender: $[user.mini_custom_field.value] {/if}
<br /> Posts: $[user.posts] <br /> {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/foreach} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} {if $[current_user.is_member]}<br /><a href="$[user.pm_href]" alt="PM $[user.name]">Send PM</a>{/if} </div><br />
I changed the name "gender options" to "gender" because I couldn't get 'gender' to show by itself.
SO YEAH... Someone help.
|
|
inherit
193294
0
Mar 10, 2021 16:34:07 GMT -8
N A T
1,330
April 2013
breathenataly
|
Post by N A T on Sept 16, 2015 20:40:57 GMT -8
nekobot, since you changed the classes to 'Gender', the code Loki added to hide the regular gender selection is now also affecting the custom profile field options. As stated in Loki's post, you can not rename your classes to 'Gender', so find something similar to rename it to, such as 'Gender Option', Gender Selection', 'Sex', or the like.
|
|
Former Member
inherit
guest@proboards.com
228303
0
Dec 4, 2024 16:11:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2016 5:41:38 GMT -8
Thank you so much for this! I was looking to add a way for non-binary genders to exist in my RPG
|
|
inherit
249276
0
Sept 21, 2017 12:36:00 GMT -8
burmecia
3
September 2017
burmecia
|
Post by burmecia on Sept 21, 2017 10:46:30 GMT -8
Sorry to necrobump this, but I'm so bad at coding. >_< I have successfully added this new option to my forum, and it shows up in the mini profile... BUT it also still shows the old gender as well, which I want completely removed. Am I supposed to replace something in the original template to remove that? eetc.boards.net/ is my forum, btw.
|
|
inherit
249276
0
Sept 21, 2017 12:36:00 GMT -8
burmecia
3
September 2017
burmecia
|
Post by burmecia on Sept 21, 2017 11:01:24 GMT -8
Nevermind, I fixed it (I think). I just placed the code at the bottom rather than next to the same area with gender.
Also I don't know how to remove the m/f icons, so I just changed them to transparent images. :/
|
|
inherit
249276
0
Sept 21, 2017 12:36:00 GMT -8
burmecia
3
September 2017
burmecia
|
Post by burmecia on Sept 21, 2017 11:18:51 GMT -8
... Forget that. It's STILL showing up in my miniprofile, just outside of the box. If anyone can help me with where to paste the code, or if there's an alternative to outright removing it, let me know please.
Edit: Outright taking the code out of the mini profile template seems to be enough... How strange?
|
|