![]() |
Quote:
|
this is cool... Thanks.
**INSTALLED** |
Quote:
|
Quote:
Hope to heck it pans out as my members would like this hack. |
I have 3.6.3 and its now working on mine...the player shows but the song does not and I get this error when I try to edit the mp3 and approve the mp3, then I hit update and get this error. Maybe its not ready for 3.6.3 yet. I will wait patiently. :)
Quote:
UPDATE,,,,Now it works...I just reloaded files and uploaded product again |
Quote:
|
this is what my navbar looks like for my custom template:
<script type="text/javascript"> <!-- function log_out() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(gray scale=1)"; if (confirm('$vbphrase[sure_you_want_to_log_out]')) { return true; } else { ht[0].style.filter = ""; return false; } } //--> </script> <br /> <!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> <tr> <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td> </tr> </table> <else /> <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> <if condition="$show['member']"> <td class="alt2" valign="top" nowrap="nowrap"> <div class="smallfont"> <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> <if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if> </div> </td> <else /> <td class="alt2" nowrap="nowrap" style="padding:0px"> <!-- login form --> <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td> <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td> <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td> </tr> <tr> <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td> <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td> <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td> </tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <!-- / login form --> </td> </if> </tr> </table> <!-- / breadcrumb, login, pm info --> <br/> <if condition="THIS_SCRIPT == 'index'"> <script type="text/javascript"><!-- google_ad_client = "pub-4071418295268632"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text_image"; google_ad_channel = ""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </if> <br /> where would i add: <!?Mp3 Player Launch --> <if condition="$show['member']"> <td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playeri ndex.php?do=viewmp3playerpopup','newWin','width=50 0,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No'); NewWindow.focus(); void(0);">vbMp3 Player</a></td> </if> <!?End Mp3 Player Launch --> ANYONE?? |
Quote:
Because you are using a custom style - the navbar link would not go in your navbar template. It is more than likely to be in your header template. You need to find where your Calendar 'call' code is situated. If you can give me the name of the style I maybe able to tell you where the code is. :) |
sure no problem thanks, the name of my style is called visual depth. You can download it from minerskinz.com, it is situated in the 3.6 styles and templates
|
Quote:
Hi there Syrus is right if you are using a style other than vbulletins you would find the navbar links in the template called header And would like some thing like this PHP Code:
PHP Code:
PHP Code:
|
mine does not contain that code in the header template.
|
Quote:
You would need to change one of these images to launch the player. Does the style come with a spliced PSD (Photoshop Document)? Many free styles don't, that's why I'm asking. Because you would need to edit a button image and then change the code accordingly. |
no it doesnt come with that.
what do i need to to then? |
Quote:
Then the code for the button would need to be swapped out. If you can try and create a button first, because if you can get that done, then the rest is quite easy. |
[SUGGESTION]
Anyway that you can change some of the text to be a vB forum color and not black? This is what I get when I add an mp3: http://upload.pzind.com/files/2/mp3.JPG [PROBLEM] The software isn't working for me. It says that the track was added, but nothing ever shows up on the playlist |
Quote:
The background of the mp3 flash player can also be changed. All it uses is a HEX color value which is in the mp3player_popup template of your style. Here's the default code: Code:
<!-- Xeon popup --> HTH |
Quote:
And how do I troubleshoot this problem where MP3s aren't actually getting added to the playlist? I'm not getting any error in the browser, nor in the server logs. |
Quote:
Quote:
All these errors will be fixed in the update. |
Quote:
i doubt i'll be able to do this. :confused: |
where does the sfo files go? i get this error could not find phrase 'mp3player_cp_redirect" ?
and can u upload songs from your own computer or does it have to be the web. |
Quote:
|
Quote:
|
I already have flashobject.js in my root folder ( from The vbFLV Video Player) do I ftp it again or skip it
|
I did all the instructions but can't see anything in my ADmin CP. The only thing I didn't upload is (flashobject.js ) and if I click on the link in navbar it says I am not allowed to have access to that page...help if u can..thanks
new development: the MP3 settings menu showed up in the Admincp but still the same message ( not allowed to access this page) comes up and when trying to save settings I get (couldn't find phrase 'mp3player_cp_redirect') |
Quote:
Quote:
Also check you have allowed your usergroup access - Usergroups - Edit - Check permissions per usergroup. You should be all set then. HTH :) |
How stupid I feel...If I had read your instructions carefully I wouldn't have made such a fool of myself...I was missing this (Also check you have allowed your usergroup access - Usergroups - Edit - Check permissions per usergroup)
Sorry..All good..I have also installed your vdo mod...You guys rock :) |
Quote:
|
i get this error could not find phrase 'mp3player_cp_redirect' when i try to update
|
I think this is normal..the coder said this exists
"Known Issues: Redirect phrase missing in AdminCP. Approval Setting not holding setting after clicking Update in AdminCP Settings. Use of quote or double quotes causes database error in AdminCP." |
Quote:
|
Quote:
|
you are most welcome...I was able to translate most of the important stuff for my forum readers and I changed the play list names easily...really great mod.
|
Quote:
This will be an option in future versions.:) |
can i use the same instance of the mp3 player on multable sites. both sites are on the same server but different databases and domains. i was thinking if i used complete paths in the borrowing sites nav bar path to player it might work?
im not concerned w/ the borrowing site to be able to upload anything. just be able to listen to it. i have a dj that is hooking it up on the intergrated site. |
Quote:
|
thanks syrus. it does work w/ a full path to player :D
i searched this thread and you were close to an explanation but can u give me and example on how you would use a button to open this player using a image/button in a header. i have a button and i know where i want it. just need to convert your code from text to image. |
Is this not for sale at the moment? I went to the site and saw this message:
Quote:
|
Quote:
There are forthcoming commercial versions of all players, but with many enhancements than what are currently on here. I am gradually, tidying up my site so new modifcations can be added. |
Thanks for the fast response! I will try this and the video player tomorrow. I'd love to be added to the list of folks you e-mail when a premium version is available. Looks great!
Mike |
Is there a way to host the MP3s on another server? The site I want it on is on a shared plan, but I have a dedicated server with plenty of bandwidth. Same question with the video player.
Mike |
All times are GMT. The time now is 11:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|