ahschoy
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Date format year/month/dateOK thanks. I will try and sort this out myself.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Date format year/month/dateI asked this question in another thread:
“I have added Sex (Male/Female) as a radio button type and the label is right justified. If I change it to drop down list box then the label is left justified consistent with other fields. How can I change it left justified for radio button? Also, the selection Male and Female appear on 2 lines, can I change them to appear side by side on the same row?”and this was your reply:
“This field type is not from my plugin, it’s from xprofile extension of buddypress… To do this, you need to use css, all you want to do is possible with css.”I want to change the formatting of the buttons and date fields so am wondering where I should start.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Date format year/month/dateThanks very much, that works.
Could you please tell me which css I need to change to adjust the formatting of the displayed data?Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Date format year/month/dateI am using birthdate. I have changed the date format to be yyyy/mm/dd in the general setting. I tried to bp-xprofile-custom-fields-type.php file so that the order of the code is year, month then date. I am new to php programming and am not sure whether that was the right thing to do. After changing the php file when I add new birthdate field to in the profile setup page the date was showing yyyy mm dd. After I saved the setting and view the profile in the actual site, only the drop down for the date appears, no month or year. I am testing in a local development server so cannot send you the url. But what I am trying to do is to change the date format so perhaps you can guide me through how to achieve this?
Thanks
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Radio button formattingOK thanks.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] New visibility setting 'Nobody'Thank you.