I'm also using this mod here. I made Occupation non-editable. I can still see it but maybe because I'm an admin. Can you see it in your end?
Btw, why would you want to make the fields non-editable? That means user can't enter their info.
Announcement
Collapse
No announcement yet.
Add Custom Profile Fields in Postbit
Collapse
X
-
Hi everybody =)
I recently added custom profile fields code Glenn posted on the https://www.vbulletin.com which displayed in the postbits section.
When I add or enter text for the Biography, Location, Interests or Occupation fields, the values or entries for the added custom fields gets erased.
I just made one custom profile field as editable and the entry in it doesn't get erased when the other built-in custom fields (Biography, Location, Interests or Occupation) are edited. The other non-editable custom fields' entries still get erased.
Regards,
Jeremiah
- Top
- Translate
- Bottom
Leave a comment:
-
Yes. I can do that as a separate mod.
- Top
- Translate
- Bottom
-
Is it possible to add the "Send PM" link also to the user profile somehow?
- Top
- Translate
- Bottom
Leave a comment:
-
Love it, especially the Send PM feature. Running v5.2.6 Just bought you a cup of coffee Glenn. Enjoy!
- Top
- Translate
- Bottom
Leave a comment:
-
Sorry, did not see, I do not have a style buttons around nickname.Originally posted by glennrocksvb View PostThe chat bubble icon next to the username already does that. So it would be a duplicate if "Send PM" does the same.
- Top
- Translate
- Bottom
Leave a comment:
-
The chat bubble icon next to the username already does that. So it would be a duplicate if "Send PM" does the same.Originally posted by artscripts View PostIn Vbulletin 5.2.5 appeared chat to communicate with users. You can change a little code in the plugin for those who uses 5.2.5 below by clicking on the button send_pm opened a pop-up chat window.
[ATTACH=CONFIG]n2170[/ATTACH]
replaceCode:<vb:if condition="$vboptions['profile_fields_sendpm']"> <li class="b-userinfo__additional-info"><a href="{vb:raw baseurl}/privatemessage/new/{vb:raw userInfo.userid}" class="send-pm-in-postbit" rel="nofollow"><span></span>{vb:phrase pm_send}</a></li> </vb:if>]]>
I think it will be much easier. I apologize for my bad English.Code:<vb:if condition="$vboptions['profile_fields_sendpm']"> <li class="b-link h-align-middle js-link js-pmchat-link"><a href="{vb:raw baseurl}/pmchat/chat?toUserid={vb:raw userInfo.userid}" class="b-link h-align-middle js-link js-pmchat-link" rel="nofollow"><span></span>{vb:phrase pm_send}</a></li> </vb:if>]]>
- Top
- Translate
- Bottom
Leave a comment:
-
In Vbulletin 5.2.5 appeared chat to communicate with users. You can change a little code in the plugin for those who uses 5.2.5 below by clicking on the button send_pm opened a pop-up chat window.
replaceCode:<vb:if condition="$vboptions['profile_fields_sendpm']"> <li class="b-userinfo__additional-info"><a href="{vb:raw baseurl}/privatemessage/new/{vb:raw userInfo.userid}" class="send-pm-in-postbit" rel="nofollow"><span></span>{vb:phrase pm_send}</a></li> </vb:if>]]>
I think it will be much easier. I apologize for my bad English.Code:<vb:if condition="$vboptions['profile_fields_sendpm']"> <li class="b-link h-align-middle js-link js-pmchat-link"><a href="{vb:raw baseurl}/pmchat/chat?toUserid={vb:raw userInfo.userid}" class="b-link h-align-middle js-link js-pmchat-link" rel="nofollow"><span></span>{vb:phrase pm_send}</a></li> </vb:if>]]>
- Top
- Translate
- Bottom
Leave a comment:
-
Released a new version of this mod v1.1 to add rel="nofollow" to Send PM link to prevent search engines to follow the link and get Access denied error.
See updated first post for more info.
- 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

because our users have problems finding the button in the profile (we have the "about"-tab first...)
Leave a comment: