Announcement
Collapse
No announcement yet.
Add Custom Profile Fields in Postbit
Collapse
X
-
Make 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
-
Yeah, its field2,field4Originally posted by glennrocksvb View PostDid you specify it as field2,field4 instead of just 2,4?
- Top
- Translate
- Bottom
Leave a comment:
-
Did you specify it as field2,field4 instead of just 2,4?
- Top
- Translate
- Bottom
- Likes 1
Leave a comment:
-
Yea, I got field 2 and 4 there.Originally posted by glennrocksvb View PostDid you configure the mod in AdminCP > Settings > Options > Custom Profile Fields in Postbit Settings > Profile Fields to Add to Postbit to specify the profile field IDs to show on postbit?
- Top
- Translate
- Bottom
Leave a comment:
-
Did you configure the mod in AdminCP > Settings > Options > Custom Profile Fields in Postbit Settings > Profile Fields to Add to Postbit to specify the profile field IDs to show on postbit?
- Top
- Translate
- Bottom
-
I've tried this mod as well, but doesn't show the location in postbit. Maybe there's a bug.
- Top
- Translate
- Bottom
Leave a comment:
-
By default, the profile fields are styled with display:inline-block which means they are displayed next to each other in the same line until it wraps to the next line. If you want each field to display in its own line, then you need to set it to display:block
Code:.l-small .b-userinfo__additional-info { display: block; }
- Top
- Translate
- Bottom
-
That is a known issue on 5.4.4 and I believe is fixed in 5.4.5.
- Top
- Translate
- Bottom
-
It looks like starting vB 5.4.4 or 5.4.3, they changed the old PNG sprites file and removed the envelope icon. The preferred and new way of using icons is via the SVG sprites. This is the SVG sprites used on your forum: https://hakafe.net/sprite.php?stylei...&ts=1542587853. So try using this code instead (changes are in red):Originally posted by watershed View PostI seem to be having an issue with the message icon not showing. I have an RTL forum so tried to change in the css to the rtl version of the .png file (Also exists on server) but that didn't work either.
Code:.send-pm-in-postbit:before { content: ''; width: 15px; height: 14px; position: relative; bottom: -1px; [COLOR=#B22222]background: transparent url(https://hakafe.net/sprite.php?styleid=36&td=rtl&sprite=sprite_icons_general.svg&ts=1542587853) no-repeat 0 -176px;[/COLOR] display: inline-block; [COLOR=#B22222]margin-{vb:stylevar right}: 3px;[/COLOR] }
- Top
- Translate
- Bottom
Leave a comment:
-
And one final issue to report, this seems to mess up the alignment on the mobile style, even if I leave just one field. When removing all fields (with the mod still on), this problem goes away on mobile. Anyway to disable this on mobile styles?
- Top
- Translate
- Bottom
Leave a comment:
-
-
Hey glennrocksvb thanks for yet another great mod!
I seem to be having an issue with the message icon not showing. I have an RTL forum so tried to change in the css to the rtl version of the .png file (Also exists on server) but that didn't work either.
You can check it live here for example: https://hakafe.net/node/35
Thanks
- Top
- Translate
- Bottom
Leave a comment:
-
Thanks Glenn - just bought you a couple "PayPal" beers!
- Top
- Translate
- Bottom
- Likes 1
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

how to add the country flag png to it?
Leave a comment: