The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Real Name In Profile And Postbit Details »» | |||||||||||||||||||||||||||||||||||
Please click Mark as Installed if you are using this hack.
What Does This Hack Do?[hr]hr[/hr] This is an update to my 3.7.x version of this hack. A very simple hack to display your real name in your profile and postbit (or postbit legacy), just like here at vBulletin.org. If no real name is entered, then it will not display in the postbit (or postbit legacy). This hack was created because of a request by Hannan here. Limitation with this hack[hr]hr[/hr] People keep asking for usergroup permissions for this hack. While this would easy to implement, what people fail to realise is that User Profile Fields are not controlled by usergroup permissions at all, and even if usergroup permissions were added to this hack, the User Profile Fields would still be viewable by members even if they do not have permissions to use them. User Profile Fields are either viewable by all or viewable by none, this is how they were implemented in vBulletin by design, there is no in between with User Profile Fields. So, I will not be adding usergroup permissions to this hack. vBulletin Version Compatibility[hr]hr[/hr] This hack can be used with vBulletin versions 3.6.0 - 3.8.8. For the v4.0.x version of this hack - check here. Hack Support/Feature Requests[hr]hr[/hr] IMPORTANT: This hack is no longer supported. Install Instructions[hr]hr[/hr] The Real Name In Profile And Postbit Installation Instructions 3.8.xxx.pdf instructions file is included in attached .zip (includes visual instructions). NOTE: If upgrading then just do Step 2 and Step 3 again. Uninstall Instructions[hr]hr[/hr]
Version History[hr]hr[/hr] v3.8.001 - Thursday 8th January 2009 -- Initial Release Thanks[hr]hr[/hr] Thanks go out to Paul M who gave me permission to use some of his install code. Show Your Appreciation [hr]hr[/hr] Although not required, if you have enjoyed the benefits of this hack, and would like show your appreciation for my efforts, then please feel free to click on the Support Developer link and donate any amount you feel is appropriate. Download Now
Screenshots
Show Your Support
|
Comments |
#32
|
|||
|
|||
I require my members to use their real name. This would be great mod. Is there anyway I can make it required they fill in their real names so this will work 100% of the time
thank you |
#33
|
|||
|
|||
You can make it required that they enter data into the profile field(s) at registration & profile updating by editing that particular profile filed in the admincp (admincp/user profile fields/user profile field manager), but that no guarantee they're entering their actual information.
|
#34
|
|||
|
|||
If you use c&d garage on your site, you will have to change the name of your $template_hook.....C&D uses the same hook for your members garage to show in their template......great mod though.
|
#35
|
|||
|
|||
Hello there,
Seems I have done this after uploading the .xml. HTML Code:
<td width="100%"> </td> <td valign="top" nowrap="nowrap"> <div class="smallfont"> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> if ($post['field8']) { $template_hook['postbit_userinfo_right_after_posts'] .= '<div>' . $vbphrase['real_name'] . ': ' . $post['field7'] '$post['field8'] . '</div>'; } <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if> $template_hook[postbit_userinfo_right] <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </td> </tr> </table> <!-- / user info --> </td> </tr> Quote:
|
#36
|
||||
|
||||
Quote:
What I suggest is that you revert the template, as a quick look at the code pasted above reveals that you are trying to mix plugin code with template code. |
#37
|
|||
|
|||
hiya, thanks for this plugin very much needed on my forum, is it possible to duplicate it all? as i would like another field permenently on i tried doing copy and paste of the code but i get the fiel number not the name of the field or it repeats real name with the profile field of the one i want?
apart from that very easy to install thankyou. |
#38
|
|||
|
|||
Mod is good, but there is a problem, i have installed the mod and its working for the post bits n legacy...
But what i want is to show every where through out site Real name instead of username, which is not happening for me now how can i do it ??? Pleaseeeeeeee help |
#39
|
||||
|
||||
Quote:
username is referred to extensively throughout the code and MySQL queries and would require a lot of the vBulletin source files to be altered (including queries). It would probably take 100's (if not 1000's) of hours to alter the code and completely test to ensure there are no bugs in the code. You would have to make a paid request from a coder to do, and you would expect to spend a hell of a lot of money to have this done (probably a lot more than you paid for your vBulletin license). It would probably be a lot easier writing a forum yourself from scratch, that has this included right from the ground up. |
#40
|
|||
|
|||
Instead of displaying "Real Name" I would like it to just say "First Name" how would I go about doing this?
Never mind, figured it out. |
#41
|
|||
|
|||
is there a way to make it appear under the user's title on the forum instead of under where their age/post count appears?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|