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

Reply
 
Thread Tools
vJukebox - Song and Video Management System Details »»
vJukebox - Song and Video Management System
Version: 0.9.0, by Cole2026 Cole2026 is offline
Developer Last Online: Jul 2020 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 12-08-2005 Last Update: 01-30-2006 Installs: 119
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

vJukebox v 0.9.0 Alpha

What does this do?
This is a Jukebox system, you can add and listen to/play videos/songs, users can rate the media, comment it, and much more!
Updates:

0.9.0 - Total Rewrite, several new features, template overhall.
0.8.1 - Fixed several bugs that I overlooked at first distribution.

Known Bugs:

File Writing Error - Fix by Replicators, See this post.

To Install:
1. Import the product xml file in this folder.
2. Upload all files in the upload folder.
3. Create a folder named media in your forumroot (or another name, you can edit the name of the folder you want to upload media in, in the ACP settings. CHMOD 777
3. Enjoy.

Please note:
I will not officially support this until we get into the beta phases.

If you want to add a link to this in the navbar:
In the template: navbar
=============================
FIND:
=============================
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
=============================
BELOW THIS, ADD:
=============================
<td class="vbmenu_control"><a href="jukebox.php?$session[sessionurl_q]">Jukebox</a></td>
=============================

Bug Reporting:
Please report all bugs to:
http://www.digitalsupremacy.com/forums/vbugs.php


Please Donate if you want the product to grow. I'll donate 15% of all donations I get for this project to Unicef as well.

Supporters / CoAuthors

Show Your Support

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

Comments
  #482  
Old 10-20-2006, 06:27 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by angkor408
I also noticed this option ? Previous Item | Next Item ? does not link correctly. For some reason the media sorting is not correct.

I hope we can the plugin soon from Spikeman.
it use to do this b4, then i went and edited the MEDIADISPLAY template i think it was called. it doesnt do that nomore..

btw, i was able to upload another small song , lets see if i can upload a regular sized song
Reply With Quote
  #483  
Old 10-20-2006, 07:12 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you remember what you have edit in MEDIADISPLAY? What I think is best in Vbulletin to do a backup when editing a template under " Save and Reload". That way you can alway go back and view the history.

Before I have lots of issue using this jukebox which can't even play the song. All I have done just reload the XML file and most function seem to work.











Quote:
Originally Posted by Chicago_VLNU_4s
it use to do this b4, then i went and edited the MEDIADISPLAY template i think it was called. it doesnt do that nomore..

btw, i was able to upload another small song , lets see if i can upload a regular sized song
Reply With Quote
  #484  
Old 10-21-2006, 03:49 PM
ztempuser ztempuser is offline
 
Join Date: Nov 2005
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the numbering is a system writen in the php files and not in the templates.
i to have had trouble getting the sorting to wrok how i would like it to
Reply With Quote
  #485  
Old 10-21-2006, 06:38 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by angkor408
Did you remember what you have edit in MEDIADISPLAY? What I think is best in Vbulletin to do a backup when editing a template under " Save and Reload". That way you can alway go back and view the history.

Before I have lots of issue using this jukebox which can't even play the song. All I have done just reload the XML file and most function seem to work.
goto jukebox_mediadisplay then scroll down and find this chunk of code

Quote:
<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$prem">< Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$nextm">Next Item ></a>
</div>
thats what its suppose to look like. I know at first it looks like

Quote:
? Previous Item | Next Item ?
change the "?" to the proper arrows "<" and ">" and make sure everything looks like how it is in that chunk of code. Lemme know what happens
Reply With Quote
  #486  
Old 10-21-2006, 07:11 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I try that but when I click on previous or next got this error msg:

No entry specified, please check your url.
If you followed a valid link, please contact your administrator.


<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=<prem">? Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=>nextm">Next Item ?</a>
</div>

















Quote:
Originally Posted by Chicago_VLNU_4s
goto jukebox_mediadisplay then scroll down and find this chunk of code



thats what its suppose to look like. I know at first it looks like



change the "?" to the proper arrows "<" and ">" and make sure everything looks like how it is in that chunk of code. Lemme know what happens
Reply With Quote
  #487  
Old 10-21-2006, 08:01 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i think i've found your problem.. Look at mine, then look at yours... see any difference? i found two problems in yours

mine:
Quote:
<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$prem">< Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$nextm">Next Item ></a>
</div>
yours:
Quote:
<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=<prem">? Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=>nextm">Next Item ?</a>
</div>
change the "> / <" to "$" and let me know what happens
Reply With Quote
  #488  
Old 10-21-2006, 08:11 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think that what I have it before but I try editing the mid=$nextm to put the "<" to see if that work or not. Default I have like this:

<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$prem">< Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$nextm">Next Item ></a>
</div>


The < Previous Item | Next Item > still same issue that is not link to other song correctly.

Here the link: http://www.khmerclub.com/forums/jukebox.php


Thank,
Angkor







Quote:
Originally Posted by Chicago_VLNU_4s
ok i think i've found your problem.. Look at mine, then look at yours... see any difference? i found two problems in yours

mine:


yours:


change the "> / <" to "$" and let me know what happens
Reply With Quote
  #489  
Old 10-21-2006, 08:17 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

they work for me, Previous and Next..... ??? you sure they're not working?
Reply With Quote
  #490  
Old 10-21-2006, 08:23 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The < Previous Item | Next Item > link work but it doesn't link to other song category.

1. Let say member just a post a new song on this link:

http://www.khmerclub.com/forums/juke...e=media&mid=19

If you click on previous it say to the same screen is not link to the main page. If you click on next it jump to the next song but you can't go foward anymore.








Quote:
Originally Posted by Chicago_VLNU_4s
they work for me, Previous and Next..... ??? you sure they're not working?
Reply With Quote
  #491  
Old 10-21-2006, 08:29 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i see what youre saying, when you press Next, it goes one song foward and even if you keep pressing next, it will still load the same song, then when you press Previous, I get this error.

Quote:
Could not find phrase 'jukebox_medianotactive'.
bottom line, this hack was horribly written and not double or triple checked. Some good coder should re-write it cuz its a very GOOD feature, just lacks on what we all had to input on.
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 12:16 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.06714 seconds
  • Memory Usage 2,324KB
  • Queries Executed 26 (?)
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
  • (11)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete