Originally posted by glennrocksvb
View Post
Announcement
Collapse
No announcement yet.
Add Custom Profile Fields in Postbit
Collapse
X
-
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; }

My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
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?
My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
Ok, try adding this custom CSS:
Code:.b-userinfo__additional-info:nth-child(3) > span { font-weight: bold; color: red; }
My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
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
Comment
-
It's hardcoded in the template. You can edit hook_profile_fields_postbit template to change it. This was one of the very first few mods I created when I started doing this. I didn't make it to use the phrase system yet.
My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
Although it was in the beginnings but exceeds the professional limitOriginally posted by glennrocksvb View PostIt's hardcoded in the template. You can edit hook_profile_fields_postbit template to change it. This was one of the very first few mods I created when I started doing this. I didn't make it to use the phrase system yet.
Thank you Glenn
enjoy your coffee

- Top
- Translate
- Bottom
- Likes 1
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
-
Get Affordable and Fast VPS for vBulletin -
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment