Announcement
Collapse
No announcement yet.
Add Custom Profile Fields in Postbit
Collapse
X
-
Try clearing Firefox browser cache.
- Top
- Translate
- Bottom
- Likes 1
-
envelope appears well on chrome, but not shown in firefox !Originally posted by glennrocksvb View PostTo add the existing envelope icon in the default icon sprite image to the Send PM link, add the below custom CSS in css_additional template in AdminCP or in Sitebuilder > Style > CSS Editor. Code:
.send-pm-in-postbit:before { content: ''; width: 15px; height: 14px; position: relative; bottom: -1px; background: transparent url('images/css/sprite_icons_vb_ltr.png') no-repeat scroll -16px -176px; display: inline-block; margin-right: 3px; }
For dark colored themes, you can use the light colored envelope icon by changing -16px to 0 in the background value above.
- Top
- Translate
- Bottom
-
Ok, try adding this custom CSS:
Code:.b-userinfo__additional-info:nth-child(3) > span { font-weight: bold; color: red; }
- Top
- Translate
- Bottom
Leave a comment:
-
this is for field6.
My fields are:- Join Date: Jul 2008
- Posts: 21058
- State: Florida
- Top
- Translate
- Bottom
Leave a comment:
-
We can locate the specific field by its position in the list. Tell me the position of the target field in the list of fields in your postbit. Or can you post a link to a thread in your forum that shows the custom field in postbit?
- Top
- Translate
- Bottom
Leave a comment:
-
thx for reply, actually I want to only change one field value only, not all fields. Is it possible?
- Top
- Translate
- Bottom
Leave a comment:
-
I'm assuming you want to format the field value not the field label. If that is correct, then add this custom CSS:
The above code will format the value of all the displayed fields red and bold.Code:.b-userinfo__additional-info > span { font-weight: bold; color: red; }
- Top
- Translate
- Bottom
Leave a comment:
-
thanks for allowing me to download this mod. Question, how can make it display of the field (on postbox) in bold and red color?
- Top
- Translate
- Bottom
Leave a comment:
-
Glad it worked out for you.
- Top
- Translate
- Bottom
- Likes 1
-
All done. I just had to install mod again and rewrite everything. Looks ok now. Thanks a lot for your help.Originally posted by glennrocksvb View PostThe mod works here. I'd have to check your setup to see what's wrong.
- Top
- Translate
- Bottom
- Likes 1
Leave a comment:
-
The mod works here. I'd have to check your setup to see what's wrong.
- Top
- Translate
- Bottom
- Likes 1
Leave a comment:
-
It will appear for users who filled out the fields.
- Top
- Translate
- Bottom
-
Yes, I've checked now and is set to NO.
Maybe there's something wrong with module?
- Top
- Translate
- Bottom
Leave a comment:
-
How about if they are empty only for some users, not all? Still won't appear?Originally posted by glennrocksvb View PostMake sure those fields in the User Profile Field Manager in AdminCP have the "Private Field" option set to No. And also if those fields are empty in the User Setttings for a user, then those fields are not displayed in postbit.
- Top
- Translate
- Bottom
Leave a comment:
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Leave a comment: