vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - XEON Mp3 Player in vBadvanced Center Block (https://vborg.vbsupport.ru/showthread.php?t=130411)

FFW 10-31-2006 05:46 PM

Doesn't work with or without a link in the navbar. I've tried that.

ed146 11-01-2006 12:53 AM

Quote:

These instructions assume you have installed the vBa CMPS in the Forum root
Apologize in advance for asking a noob question but where do you download vba cmps? or does it come with 3.6 installation?

radarhunter 11-01-2006 01:01 AM

go to www.vbadvanced.com site and you`ll find the software there

PtP 11-01-2006 01:10 AM

Mine also does not show the mp3's on the portal but fine with original popup.

syrus.xl 11-01-2006 06:41 AM

Quote:

Originally Posted by FFW
This doesn't work for me. I get "null" on playlists. It doesn't find the MP3 files for some reason. Was/is working fine in using the original pop-up.

Hi FFW,

A NULL value in the player indicates that the player is not connecting to the database. Make sure you change the 'forum_root' in the code to your own forum directory name.

If the code below doesn't work then I have another idea.

[high]Try this code:[/high]

Code:

<!-- Start XEON Player -->
<tr>
<script type="text/javascript" src="/forum_root/flashobject.js"></script>

</tr>
        </thead>

        <tr>
                <td class="$getbgrow">
<!-- js flashobject -->


<div align="center" width="100%" id="xeon_player">
Warning!!! To view this vbMp3 Player please enable JavaScript and Flash!
</div>
      <script type="text/javascript">
  var fo = new FlashObject("/forum_root/xeon_mp3_beta.swf", "xeon_player", "450", "400", "8,0,0,0", "#f7f8fa");
  fo.addParam("quality", "high");
  fo.write("xeon_player");
      </script>

<!-- js flashobject -->
                </td>
        </tr>
<!-- End XEON Player -->


Lionel 11-01-2006 06:45 AM

I think there is some kind of conflict with both versions installed. Both, the popup in navbar and the vbadvanced returned NULL value. When I disabled one of them, the other worked, and vice versa.

FFW 11-01-2006 03:42 PM

Quote:

Originally Posted by syrus.xl
Hi FFW,

A NULL value in the player indicates that the player is not connecting to the database. Make sure you change the 'forum_root' in the code to your own forum directory name.

If the code below doesn't work then I have another idea.

Hi syrus, I had already done that in my code -- my forum root is "forums/". Also tried an absolute path but still nothing.

Lionel, I have disabled the original popup and tested but its still the same.

It would be good to know whether the people here who have it working have their CMPS in the same directory as their forums. I suspect this is the case and why a couple of us who have their forums in a sub-directory are having problems.

syrus.xl 11-02-2006 12:21 AM

Quote:

Originally Posted by FFW
Hi syrus, I had already done that in my code -- my forum root is "forums/". Also tried an absolute path but still nothing.

Lionel, I have disabled the original popup and tested but its still the same.

It would be good to know whether the people here who have it working have their CMPS in the same directory as their forums. I suspect this is the case and why a couple of us who have their forums in a sub-directory are having problems.

I looked at one install this evening, where the vBa CMPS was installed outside the forum root, it is now working.

The actual launch link in the navbar for the main player was changed to a full url. It was showing a PHP error.

Entering the full url inside the javascript popup code seemed to have cured the problem.

FFW 11-02-2006 08:46 PM

Hmm, I can't seem to get this to work in CMPS no matter what I do. I have tried placing absolute paths to all the files but alas I still get the null error. :(

syrus.xl 11-02-2006 08:57 PM

Quote:

Originally Posted by FFW
Hmm, I can't seem to get this to work in CMPS no matter what I do. I have tried placing absolute paths to all the files but alas I still get the null error. :(

If you PM me your URL... I'll take a look tomorrow morning, getting pretty late here in the UK. Time I had a break.;)

It shouldn't cause problems, but sometimes its just simple things that are overlooked in most cases. But I will check your install for you.

A 'null' or 'NaN' normally derives if the player is not reading data correctly from the database. If it's a 'NaN' error then it could be a mistype on track adding. A 'NULL' or undefined is usually a database read problem.

Other errors occur from the way other addons have been installed, causing conflicts. One of which I had to fix with the flashobject.js file recently, that didn't like one of the vBulletin .js files.:confused:


All times are GMT. The time now is 05:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01096 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete