PDA

View Full Version : Quick Question.


Spaz Incendio
04-25-2009, 07:01 PM
Can anyone tell me if there's a way to add a button to the Navbar called [Ave Radio] for example. And when you click that button, it should bring up a stand-alone window. Inside this window would be a SoundClick Music Player. I know it's possible for portal based forums...but I'm unsure about vbulletin. If anyone could tell me if this is possible and how to do it, I would greatly appreciate it.

Thanks,
Shane

Lynne
04-25-2009, 07:04 PM
Bringing up a stand alone window is just basic javascript. vB allows javascript, so there is no reason why you can't do what you want.

Googling "javascript popup window" gives several links including this one- Using the window.open method (http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fwww.javascript-coder.com%2Fwindow-popup%2Fjavascript-window-open.phtml&ei=hGzzScmFI5HstgOMx7zuCg&usg=AFQjCNEmE_OZ72AFh3cxBCcEAQBfGhy9BA)

Spaz Incendio
04-25-2009, 07:49 PM
Actually,

Click Here (http://www.lyricalgodz.com)

If you go to that link and click LG Media, you'll see Audio Player. If you click that you'll get an idea of what I'd like. But it's more difficult on vbulletin than it is on that particular system. Is that something that would have to be coded?

Lynne
04-25-2009, 08:47 PM
Actually,

Click Here (http://www.lyricalgodz.com)

If you go to that link and click LG Media, you'll see Audio Player. If you click that you'll get an idea of what I'd like. But it's more difficult on vbulletin than it is on that particular system. Is that something that would have to be coded?
And hovering over that link shows it is just javascript. It just opens another file in the new window.

Spaz Incendio
04-28-2009, 02:27 PM
problem is: i'm unfamiliar with this kind of thing...is it simple? if so, could you possibly give more detailed info on how to go about this?

Lynne
04-28-2009, 02:42 PM
Is it simple? I guess that depends. If you are willing to play with it, I'm sure you can figure it out. But, if you don't like playing with code at all, then no it won't be simple.

I really can't go into anymore detail. I posted a link that goes into detail about what to do. I also told you what I googled, so if you don't like the link I posted, there are tons of other sites to help out with it.