[REQ] Profile Awards for ibProArcade

Here you go Black Boy


1:
Mini YouTube Video for member profile in right side block v2.1

(New)Added cache_templates,,user group permissions and
the option for auto-play...

Demo-www.next-level-arcade.com

============================================================

First create 3 profile fields.
One for YouTube ID'
one for YouTube title and
one for Auto-play..

============================================================
admin >> User Profile Fields >> Add New User Profile Field

1:
Single-Line Text Box
Title: YouTube ID
Description: Put your YouTube ID here.

Private Field: Yes
Field Searchable on Members List: NO
Show on Members List: NO

Then Save..

Remember the Field number..
Say the field number is 9,,you will need to change the
i in $userinfo[fieldi] to 9 like this,, $userinfo[field9]
============================================================
Add anther Profile Field,,

2:
Single-Line Text Box
Title: YouTube Title
Description: Put your YouTube Title here.

Private Field: Yes
Field Searchable on Members List: NO
Show on Members List: NO

Then Save..

Remember the Field number..
Say the field number is 10,,you will need to change the
t in $userinfo[fieldt] to 10 like this,, $userinfo[field10]
============================================================
Add anther Profile Field,,

3:
Single-Line Text Box
Title: YouTube Auto-play
Description: Put &autoplay=1 in the input box below,to have it auto-play..

Private Field: Yes
Field Searchable on Members List: NO
Show on Members List: NO

Then Save..

Remember the Field number..
Say the field number is 11,,you will need to change the
a in $userinfo[fielda] to 11 like this,, $userinfo[field11]
============================================================

Import the plugin..

admin >> Plugins & Products >> [Add/Import Product] and import
youtube-member-profile.xml file..

============================================================

Edit two templates.

1:
admincp >> Styles & Templates >> Member Info Templates >>
memberinfo_block_youtube

Find three $userinfo[fieldi] and change the i to the YouTube ID field number..

Find two $userinfo[fieldt] and change the t to the YouTube title field number..

Find one $userinfo[fielda] and change the a to the YouTube auto-play field number..

2:
Edit: Styles & Templates >> Member Info Templates >> MEMBERINFO

Look for,,

Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]

Put $blocks[youtube] anywhere in there..
I have mine arter $blocks[friends_mini]..
Like this,,

Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[youtube]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]

Go to youtube dot com,,find the video you want..
Say the link is
Code:
http://www.youtube.com/watch?v=HhuVgywiO3w

Put HhuVgywiO3w in your YouTube ID field..

Then put,,Welcome Home Roscoe Jenkins,,in your YouTube title field..

To edit your YouTube fields..
USERCP >> Edit Your Details >> Additional Information

================================================================

To edit usergroups,,
admincp >> Plugins & Products >> Plugin Manager:
Mini right side YouTube for Member Profile

Add the usergroup ID,,that you want to be able to use the YouTube vidoes..

Code:
if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7))

Like this: ,1 ,2 , 3, 4, 5, 6, 7 ,8 ,9


If you have an older version,,uninstall the plug-in and revert the memberinfo_block_youtube template before installing the newest version..



===================================================


2:


What HZibProArcade: Profile Awards is ?

It's a product that will display all the games a member won with the TOP highscore (first place) in a new Tab on his profile page! In case the user doesn't have any highscore, it wont display anything!

ONLINE Demo :
My profile on my community, Climbers-Arg.com.ar
Depression_within's Profile at Golpo.net

Requirements :
ibProArcade v2.6.6+ installed

Extra Information :
New Templates : 2 ( automatic )
-memberinfo_block_hzibpatrofeos
-memberinfo_block_hzibpatrofeos_mini
New Phrases : 10
-hzibpatab : tab text
-hzibpatextoi : image rollover text
-hzibpagoarcade : text link under block
-The rest is for settings

Installation :
1. download the product product-HZibPAProfileAward130.xml
2. Go to Manage Products ( AdminCP -> Plugin & Products -> Manage Products -> Add/Import Product )
3. Import the product-HZibPAProfileAward130.xml
4. Ready. Will start working right away.

Upgrade :
1. download the product product-HZibPAProfileAward130.xml
2. Go to Manage Products ( AdminCP -> Plugin & Products -> Manage Products -> Add/Import Product )
3. Check Allow Overwrite yo Yes
4. Import the product-HZibPAProfileAward130.xml
3. Ready. Will start working right away.

Upgrade from 1.0.0 or 1.1.0 to 1.2.X and later versions :
UNINSTALL THE OLD VERSION FIRST, then just follow the normal install procedure
 
Back
Top