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 |
#12
|
|||
|
|||
Quote:
Set the profile fields to private. You as an Admin still can see the private profile fields as far as I know. |
#13
|
|||
|
|||
OK, thanks, got that working, but in my case, I had to set "Can View Private Custom Fields" to 'No' in the Usergroup permission section.
The problem I have left now is, that they're not showing up in the Postbit. Any clues where I should look to get that working? As an Admin, everything looks good, but as general user, they're not showing up there. One note of interest, is if I set "Can View Private Custom Fields" to 'Yes', the postbit works for Admin & general users, but then it won't display in the Member Profile for general users! So I'm going around in circles! Any ideas, appreciated!! Many thanks. |
#14
|
|||
|
|||
Quote:
Can view member info: Yes Also maybe the profile field has to be NOT set to private. And maybe in vBoptions > User profile options vB code in non forum specific areas: Yes |
#15
|
|||
|
|||
Thanks for the ideas, but the only option that helps is the one I was asking about initially.
If I make the new profile field NOT private, it does indeed work in the Postbit as well, but then I'm left with that field name and user info shown in the Member Profile, under "Additional Information". So it's displaying there on it's own and also to the right of that, in the new "Social Networking" section. Which is not really good to look at Is this not what everyone else is experiencing? Am I alone with this? I don't understand what could be different for me? Or is this the way it's supposed to display? Thanks. |
#16
|
|||
|
|||
does this work with 3.7?
|
#17
|
|||
|
|||
The code would work fine, it's a matter of finding where to put the code within those templates because they are different from 3.6x
|
#18
|
||||
|
||||
Thanks - installed
|
#19
|
|||
|
|||
Thanks my members have been asking for this
EDIT: Ugh... for some reason I can not get these icons to show in the postbit. Am I the only one? |
#20
|
|||
|
|||
Got it.... I did all of the editing in my postbit legacy template... I should have been in postbit Good to go now
Is there any way to make it show next to the standard icons instead of in it's own seperate "Social Networking" section in the postbit? My postbit is starting to stretch the area out and makes the avatar look tiny and out of place. EDIT: I figured it out. I'm pretty new to this so I had never seen the "Fieldset" code before that was surrounding this area and labeling it "Social Networking". Common sense told me that it was putting the box around the icons considering it said "Social Networking" on it. I deleted the codes and it cleaned it up a little bit for me. Good to go now thanks again lol. |
#21
|
|||
|
|||
Okay this is the last time I will post I promise Okay, though I solved my problem posted above, I still was unsatisfied because I wanted the new icons to show next to the standard ones (yahoo, msn, etc.) I have found that a lot of members really only have Yahoo and AIM so I didn't feel it was necessary to have a second row for icons. So here is what I did...
I completely did away with the Social Networking section that we pasted into the postbit template originally. Here is what I deleted: PHP Code:
In postbit_legacy (just postbit for me) we FOUND: PHP Code:
PHP Code:
Obviously I didn't want this either (starting to see how much trial & error I had? lol). So I played around with conditionals. I went back to the original text Nick (ChU v2) gave us and took the conditionals he used. No need to reinvent the wheel. I put the conditionals around my new icon links as a whole AND I put conditionals around each site seperately. Here is what it looked like after that... PHP Code:
NOTE: I only used MySpace and Facebook. Using all of the ones he gave us will probably cause a problem if the user has info in every field on the profile. I would think that too many icons showing will distort the layout somehow. For my site, even if they have all 5 standard fields AND MySpace & FaceBook, we'll still be good because everything will fit. If you're using everything I don't know if it will work. I would think the icons wouldn't fit. Then again, it may be set up to wrap around and start another row. I have not clue! Alright well that's it. I now have what I want and it only took me forever NOTE: Please don't bash me. I have only had my forum for one month and before that, I had never seen this stuff before in my life. If there was a much easier way to do it, I didn't know about it lol. I really just used common sense and patience to figure this out. This is probably basic stuff to most of you. Anyway that's what I did and I have what I want. Thanks to the creator of the hack... I learned a TON of stuff messing around with this one. It's now valued as more than just a hack to me... I appreciate it! Here's how it looks for me now considering I only have AIM, Yahoo, and MySpace... BEFORE: Attachment 79867 AFTER: Attachment 79864 And for those of you looking at my backwards post count... yes I did go back and change it to the way I didn't like it just so I could attach the "BEFORE" picture lol |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|