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 TikTok BBCodeby glennrocksvbFor that specific TikTok video, the BBCode doesn't seem to be the issue. I also tried using the official embed HTML code provided by TikTok in a forum...Today, 03:57 PM
-
Reply to TikTok BBCodeby flohse
The video loads, but does not play. Clicking on the play control has no effect.
I have found out that it varies from video...Today, 11:14 AM -
Reply to TikTok BBCodeby glennrocksvb
Works for me in vB 6.2.2.
How does it look like on your end. Do you not see a video at all? Can you post a screenshot?...Yesterday, 09:36 PM

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