Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Single MP3 Player in Member Profiles Details »»
Single MP3 Player in Member Profiles
Version: 1.00, by Fırtına Fırtına is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 05-28-2009 Last Update: Never Installs: 30
Template Edits
Additional Files Translations  
No support by the author.

Mini single MP3 Player for members profile in right side block v1.0

Created by: Fırtına.

Demo: http://www.sistutkusu.com/member.php?u=1

================================================== ==========
Installations:
Upload all files files(compileTemplateMini.bat, compileTemplateMini.sh, player_mp3_mini.swf, TemplateMini.as) to your root folder
First create 2 profile fields...
One for song&artist title...
One for song link...

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

1:
Single-Line Text Box
Title: Mp3 & Artist
Description: Put your mp3 an artist 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 7, you will need to change the
i in $userinfo[fieldX1] to 7 like this, $userinfo[field7]
================================================== ==========
Add another Profile Field.

2:
Single-Line Text Box
Title: Single Mp3 Link
Description: Put your mp3 link 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 8, you will need to change the
t in $userinfo[fieldX2] to 8 like this, $userinfo[field8]
================================================== ==========

Import the plugin....


admin >> Plugins & Products >> [Add/Import Product] and import
product-firtina_memberinfo_mp3.xml file..

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

Edit two templates...

1:
AdminCP >> Styles & Templates >> Member Info Templates >>
firtina_memberinfo_sagblok

Find one $userinfo[fieldX1] and change the X1 to the Mp3 & Artist field number...

Find two $userinfo[fieldX2] and change the X2 to the Single Mp3 Link 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[muzikcalar] anywhere in there...
I have mine arter $blocks[groups]...

Like this:
Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[muzikcalar]
$blocks[visitors]
================================================== ==============
And this site for mp3 upload from all members: http://kiwi6.com/ upload mp3 file in is site after uploading copy hotlink code and paste here in USERCP >> Edit Your Details >> Additional Information >> Single Mp3 Link block...

================================================== ==============
Optional edit's for user groups:


To edit usergroups:
AdminCP >> Plugins & Products >> Plugin Manager:
Mp3 Player Right Block1

Add the usergroup ID, that you want to be able to use the Mp3 Player's..


Code:
if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7))
Like this: ,1 ,2 , 3, 4, 5, 6, 7 ,8 ,9

Screenshot:





****************************************
*Coming soon: Multi MP3 Player (Editable Playlist's) *
****************************************

Download Now

File Type: zip Single Mp3 Player-v1.zip (7.5 KB, 206 views)

Screenshots

File Type: png MP3 Player.PNG (7.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-25-2009, 02:05 PM
msnfrmnet's Avatar
msnfrmnet msnfrmnet is offline
 
Join Date: Jun 2008
Location: İstanbul !
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

teşekk?rler fırtına
Reply With Quote
  #23  
Old 07-25-2009, 04:21 PM
PaylaX PaylaX is offline
 
Join Date: Apr 2008
Location: Turkiye
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #24  
Old 07-31-2009, 06:08 AM
Abdullah SZ Abdullah SZ is offline
 
Join Date: Mar 2008
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to to make it auto play?

Could you please make a features list.

Thanks!
Reply With Quote
  #25  
Old 08-20-2009, 01:09 PM
SİMAR's Avatar
SİMAR SİMAR is offline
 
Join Date: Jun 2009
Location: Germany~Offenburg
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #26  
Old 10-20-2009, 11:10 PM
sELcuk DEMIR's Avatar
sELcuk DEMIR sELcuk DEMIR is offline
 
Join Date: May 2009
Location: Turkey
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

usefull document. added to my archive.
Reply With Quote
  #27  
Old 10-21-2009, 07:53 AM
vlastanovak's Avatar
vlastanovak vlastanovak is offline
 
Join Date: May 2009
Location: Coos Bay
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've followed the instructions perfectly and for some reason it is not showing up on user's profiles? The text input boxes are appearing, so the profiles are editable but yeah not appearing on a user's profile page.

Any ideas?
Reply With Quote
  #28  
Old 10-22-2009, 03:39 PM
Fırtına Fırtına is offline
 
Join Date: Mar 2008
Location: Saudi Arabia / Turkey
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vlastanovak View Post
I've followed the instructions perfectly and for some reason it is not showing up on user's profiles? The text input boxes are appearing, so the profiles are editable but yeah not appearing on a user's profile page.

Any ideas?

I told you correctly, I might have done wrong. You must have left an area of missing?..
Taking a temporary administrator account can do for you.
Reply With Quote
  #29  
Old 11-21-2009, 04:38 PM
compact123 compact123 is offline
 
Join Date: Jun 2006
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for mod....

fırtına bunu v4 i?in g?ncellemen m?mk?n m? acaba_ teşekk?rler
Reply With Quote
  #30  
Old 10-26-2010, 08:59 PM
xoclanes xoclanes is offline
 
Join Date: Feb 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this work in 4.8?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05047 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete