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)
-   -   Mini Mods - vbMp3 & XEON vbMp3 Player (https://vborg.vbsupport.ru/showthread.php?t=125817)

NuclioN 12-23-2006 11:20 AM

looks nice but can you add a fuction so that members can submit their mp3 with an url? :)

soletrader 12-23-2006 11:38 AM

Quote:

Originally Posted by basilrath (Post 1143934)
do you mean like i have in the nabar or something like it ..........




https://vborg.vbsupport.ru/showthrea...64#post1143364

I mean like a seperate link besdies the navbar. I to place the link in my left hand column navigation and want the mp3 player to popup. Would you be able to help me with this coding? Thanks

soletrader 12-23-2006 12:27 PM

I tried installing the xeon player in my forum. I have a problem with IE. All I get is a white popup box for IE. Can anyone help me with this?

basilrath 12-23-2006 12:46 PM

Quote:

looks nice but can you add a fuction so that members can submit their mp3 with an url?
the new version is out but there is a problem with file at the moment

soletrader 12-24-2006 08:21 AM

How do I change the code so it reads the direct path to the url? Im still having some problems in IE 7. Anyone get this to work? Thank you

syrus.xl 12-24-2006 08:32 AM

Quote:

Originally Posted by soletrader (Post 1144376)
How do I change the code so it reads the direct path to the url? Im still having some problems in IE 7. Anyone get this to work? Thank you

The url in the main popup code you need to change from relative to absolute urls.

Example: (the Popup code)
Code:

<!-- vbMp3 Player Start -->
<if condition="$show['member']">
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('http://www.domain.com/forum_name/ipod.htm','iPod','directories=no,height=430,width=190,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpeniPod()">vbPlayer</a></td>
</if>
<!-- vbMp3 Player End -->

Obviously you would need to change the url in bold to reflect your site.

Other code you may need to change to absolute would be in the ipod.htm file - edit this with Notepad and change accordingly.

HTH

revmitchell 01-13-2007 06:38 AM

In the instructions you said to find:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

This does not exist in my navbar template. What should I do?

syrus.xl 01-13-2007 12:10 PM

Quote:

Originally Posted by revmitchell (Post 1157804)
In the instructions you said to find:


<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

This does not exist in my navbar template. What should I do?

Are you using a custom vBulletin style? If this is the case then it maybe coded differently. You would need to look for a line referring to Calendar, unless you have removed this from your navbar.

revmitchell 01-13-2007 12:13 PM

No the calender is there on the navbar. I am currently using the epic style. i have looked and looked for the calender but come up short. Weird.

syrus.xl 01-13-2007 12:17 PM

Quote:

Originally Posted by revmitchell (Post 1157971)
No the calender is there on the navbar. I am currently using the epic style. i have looked and looked for the calender but come up short. Weird.

With custom styles it may have been moved to another template. Normally, these would either be the header or FORUMHOME templates. I've not heard of the Epic style/skin so I can't give you precise directions.


All times are GMT. The time now is 09:28 AM.

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.01563 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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