[REQ]vBulletin Add-ons - PLZ

KrazyFire

New Member
EPC MySpace Music Player to Profile

Description:


All of you bands, music artists on MySpace looking to increase your hits and plays? Well here you go!

Install:

Follow the README.pdf :) or here:
  • Go To: Admincp > User Profile Fields > Add a new user profile field
    • See the PDF document for a screenshot of the required fields.
    • Note down the field id
    • Edit the memberinfo_customfields template
    • Add the following at the end:
PHP:
<if condition="$profilefield[profilefieldid]=='5'">

*Remember to change the number 5 to match the custom field ID for your forums.
  • Import the attached plugin – plugin_epc_myspace_player.xml
  • Edit the plugin:-
PHP:
$url ="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=".$bbcode_parse
r->parse($userinfo["field5"],0, true);

Replace field5 with the field number that corresponds to the custom field id for “My Space
Friend ID” field.

  • Save the plugin.
  • Thats all
Usage:

Enter your friend id in the usercp profiles section. Goto member profile to view your myspace player. Viola Pure Love!!!!!

Requirements:

You mush have CURL installed on your server.

Don't ask me how to install CURL or verify, ask your webhost, technician or whoever runs this server for you if CURL is installed.

Enjoy as it works look at the screenshot and do add do friend up with me at MySpace :) EPCTechno

Oh and mark install if you like this!
Copyrights:


Another thing, do NOT use this code elsewhere in another hack unless you ask for permissions stating you made this and made that :D Let's get real and give props to my MySpace profile for this!
 

KrazyFire

New Member
WHAT's THIS

  • This product adds a public friends and/or buddy list in the profile.
  • What are friends? Friends means you are on each others buddylists. It is no seperate addition/addon. It's all based on vb's buddy system.
  • Need more info? Look at the attached screenshots, or the live demo(s).
  • Avatars/profilepics will not show up, if stored in filesystem!
  • Need some kind of informing the users, which have been added to a buddy list? Look at the AutoPM after addBuddy Plugin by Antivirus
  • The product adds 2 queries to the profile page


INSTALLATION


Install with product manager.


Set your preferences in the acp (vBulletin options)


Add
PHP:
$FNB_HTML
somewhere in your MEMBERINFO template. Whereever you'd like to show up the friends or buddies. If you're not sure what to do, search for
Code:
<if condition="$show['signature']">
in your MEMBERINFO template and add it before that line.


OPTIONAL (User selectable)


If you want to have this user-selectable you need to add a custom profile field. Create the new field as a radiobutton, give it a name and description of your choice, the options yes and no and use the following code instead of only $FNB_HTML:

HTML:
<if condition="$userinfo[fieldXX] == yes">$FNB_HTML</if>
(if user wishes to show up)
or

HTML:
<if condition="$userinfo[fieldXX] != no">$FNB_HTML</if>
(show by default, user can deactivate it)

Remember to replace XX with the number of the new profilefield!


TODO


  • Looking into avatar/profilepicture display/detection
  • Online status of friends/buddies
  • ?SEO compatibility?


LIVE DEMO(S)




CREDITS


Thx to Cloud-Warrior for inspiration and idea. If you want a seperate friends page, too, get the vBFriends extension by Cloud-Warrior.

vwturbo (for the idea of gettin profilepics instead of avatars),
gamebgs (limitting shown friends/buddies to a max number),
D|ver (hiding the information who you got in your buddy list and whohas added you to his buddy list),
yayvb (show a "no avatar" picture if no avatar is available),
ThorstenA (see changelog version 1.0.2)
 
Top