The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Pop-up a topic?

4 posters

Go down

Solved Pop-up a topic?

Post by BLUElearnings January 28th 2010, 3:17 am

is there a way, when a member click my topic, it could not be open and pop up show up?
let us say, i created a topic which has a song name, then a pop up appeared with a music played when someone pressed it...


Last edited by BLUElearnings on March 12th 2010, 4:00 pm; edited 1 time in total
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by kirk January 28th 2010, 4:05 am

Well sure you can have a pop out music player.
but why would you create a forum and have the forum name pop-out to music? Meaning now you have forum that no one can get in.

So please explain a lil more what you mean and where exactly you want this pop-out to be.

but here is a coupls examples of a pop out music players.
Now i have an icon image. but it can be just text to clock if you wanted it that way instead.
preview here
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 11th 2010, 2:43 am

yes something like that, but what i want is if i click a topic, it pops up like yours.
example is if i click "Home"page of forumotion,then "others", then when i click a topic, instead of going inside, a pop up appears, so how to do that?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by Clug February 11th 2010, 4:46 am

If you are on now, talk to me on MSN. If not, all you need to do is add a button the the navbar with Log In/Out on it. Make the link http://evolymrobynb.forumotion.net/top-hits-play-list-h7.htm and set it to open in new window, it will pop up.

ACP > Display > Headers and Navigation > Scroll Down and Add a Customized Menu
Clug
Clug
Forumember

Male Posts : 425
Reputation : 8
Language : English
Location : Australia

http://lbtproductionz.forumsmusic.com/

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 13th 2010, 7:26 am

ok, i will message you. its a bit complicated what you're saying...
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by kirk February 13th 2010, 2:49 pm

well you can put in your navbar or as a forum name.

like this look at the bottom forum where it says pop-out music.

I guess that's what you mean?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 14th 2010, 5:53 pm

yup like that, how'd you do? and you created a new html page i think?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 14th 2010, 11:39 pm

and i need to ask you something, will pm you
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 16th 2010, 5:21 am

ok so you you cant answer me via pm, you are saying that what you did is you made it as a NAV bar?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 19th 2010, 12:44 am

anyone could help out here?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 20th 2010, 5:57 pm

any guides which start from making a navbar popup like music player?

Or just some popup codes on a topic if it could?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 23rd 2010, 3:09 pm

bump
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by kirk February 23rd 2010, 5:43 pm

well are you creating a pop-out player for your own song list,or radio.
first you have to know what player,radio/method you want to do.

then you will want to put it on a html page then create the nav tab with the link going to the html page or pop-out.

there's a few ways to do it i need to know exactly what it is you want to do.



here is the code if you have a radio source.
it's just a basic iframe. you can have the dimension set to zero so it's invisible.
Code:
<iframe src='YOUR RADIO LINK HERE' width='0%' height='0px' style='border: 0px solid #'></iframe>

Then you would place that code on a html page.

Now for the pop-out you would use this code.
Code:
<center><table cellpadding="0" cellspacing="0" border="0px">
<table><tr><td onMouseover="this.bgColor='#7DF9FF'"onMouseout="this.bgColor=''"><a href="YOUR HTML LINK HERE" style="text-decoration:none" target="popup72" title="text" onclick="window.open('YOUR HTML LINK HERE', 'popup85', 'width=400,height=300,height=300,left=200,top=275,scrollbars=yes'); return false"><img src="YOUR POP-OUT IMAGE LINK HERE" style="float:left" border="0"><table cellpadding="0" cellspacing="0" border="0px">
</a></td></tr></table></a></td></tr></table></center>

So then you can put any kind of image on the html page and your would adjust the dimensions of the code above for the size you want it to pop-out too.

Then if you just want it in your navbar. you would just create a new navbar and add the image and link to your html page.

Admin panel>display>headers and navigation>Nav links

scroll down and click on (create custom menu) for menu and text you can have the same name/title of what your are calling it.. then the pic will be what the tab looks like, and the Redirection URL is where you would put the html link. then rights are rights.

So keep in mind if you are just doing a navbar then you don't need the pop-out code for anything.

oh and if you are using a play list.. then you would just put the player on your html page and if using the pop-out code you can adjust the dimensions how you like for the best pop-out appearance.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings February 25th 2010, 6:17 pm

Nice site again + Nice help.
But the problem is, if you have different kinds of player from different sites,
Then does creating of many navigation bar needed for different player?
Something like dropdown navbar list?

Sorry have not tested your post yet. 16-18 hours a day managing sites makes my eyes hurts. will test that after a nap or a few days. thanks for your support to all of us.
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings March 1st 2010, 6:08 pm

your forum gets nicer and nicer.

uhm hey, tested your code and it does not work...

any code for your Pop up music player
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings March 6th 2010, 2:06 pm

anyone here knows a code which:
Pops up if i click
then it is in like 400X300, and no menu bar> the file view edit history, etc...
i do see those in some sites.
JS code perhaps?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by BLUElearnings March 12th 2010, 3:59 pm

ohhh nvm. been waiting for answers in days. i think i will solve this. lock this
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: Pop-up a topic?

Post by MrMario March 12th 2010, 8:16 pm

Pop-up a topic? Solved10Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum