The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Social Networking Fieldset in User Profile & Postbit Details »» | |||||||||||||||||||||||||||
Social Networking Fieldset in User Profile & Postbit
Developer Last Online: Oct 2013
This template modification adds links to user's social networking profiles like MySpace, FaceBook, Youtube, eBay, Xbox etc.
Instructions: In order to add each site ie. MySpace, FaceBook, Youtube, etc. You will need to add Profile Fields via the Admin Control Panel. Like this: Admin CP > User Profile Fields > Add new profile field Title: *Social Networking Site* Description: *Your Social Networking Site Profile* Max length of allowed user input: 20 Field editable by user: Yes Private Field: No And a new profile field for each site. Each profile field will be represented by a field number. ie. field5 . You will need to know which field number represents which site in the template editing! - Don't forget to upload the images to YOUR SKINS /misc folder. :: Refer to the attached text file for template edits and further instructions! :: *Please Mark as Installed* Make the Fieldset not show when the user hasn't entered anything in the profile fields! Go to the MEMBERINFO template: Find: Code:
<!--Social Networking--> Code:
<if condition="$userinfo['fieldXX'] OR $userinfo['fieldXX'] OR $userinfo['fieldXX'] OR $userinfo['fieldXX'] OR $userinfo['fieldXX']"> Then Find: Code:
</fieldset> </div> Code:
</if> Show Your Support
|
Comments |
#32
|
|||
|
|||
Would really like this for 3.7.x, I'm new to vb so not sure what code to look for
|
#33
|
|||
|
|||
Quote:
Will send $100 to anyone who updates this with clear instructions for adding to 3.7.x |
#34
|
||||
|
||||
Send me the 100.00 as it's the same and works in 3.7 as is...
|
#35
|
||||
|
||||
How about 3.8..?
Maybe he'll send that $100 to you still. Also will this conflict with the xbox one i have installed already.? ----- I have NO such code in my MEMBERINFO template Code:
<!--Social Networking--> |
#36
|
||||
|
||||
Ok so i have a few probelms..
one thing is that the facebook doesn't work, & i dont see where to make the URL edits..? *edit* I found the edits.. they're in the zip folder. lol But i still get - http://www.facebook.com/542920214 Another problem (although im sure it is simple) is that i still have the box that used to go around the Social Networking icons, but now the box is empty & below the icons..!? Code:
<div class="smallfont"> <br /> <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> <if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> $template_hook[postbit_userinfo_right] <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> <if condition="$post['field18'] OR $post['field19'] OR $post['field20']"> <if condition="$post['field18']"> <a href="http://www.facebook.com/$post[field18]"target="_blank"><img src="$stylevar[imgdir_misc]/facebook.gif"border="0"alt="View Member's FaceBook Profile"></a> </if> <if condition="$post['field19']"> <a href="http://www.myspace.com/$post[field19]"target="_blank"><img src="$stylevar[imgdir_misc]/myspace.gif"border="0"alt="View Member's Myspace Profile"></a> </if> <if condition="$post['field20']"> <a href="http://youtube.com/user/$post[field20]"target="_blank"><img src="$stylevar[imgdir_misc]/youtube.gif"border="0"alt="View Member's YouTube Profile"></a> </if> </fieldset> </div> <!--/Social Networking--> </if> </div> </div></div> </td> |
#37
|
||||
|
||||
Quote:
So everything appears to be working now, except the empty box is still in postbit under the icons. And I dont see these links on my profile. (but im sure that is a whole other story, since im using 3.8 & i have major profile mods) |
#38
|
||||
|
||||
HOLY SH*T.. i think i got it.. lol
the links work, the icons are there, my only small issue now is the empty box in postbit.. And that the links on my profile are see-thru, no background.? URL is ugly, is it supposed to look like that.? (i would think that they should work & look just like the postbit where it is just the icon) I think someone should repackage this into one zip. And make the "fb url" edits to the postbit also That would help immensely.. |
#39
|
|||
|
|||
This is an immense mod somebody needs to work on it.
|
#40
|
|||
|
|||
I made some modifications to the codes and was able to install and make it work. The FB bar is displayed under the users avatars, however if the user has not loaded an avatar the function does not show up. Any ideas anyone?
|
#41
|
|||
|
|||
Edited to load above avatar pics. No problems.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|