total newbie here but, I need some embedding help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cknouse
Forum Newbie
Posts: 2
Joined: Wed Oct 23, 2002 11:09 am

total newbie here but, I need some embedding help

Post by cknouse »

I am using php-nuke as the portal system. I have a ladder system (separate code ) that i need to embed in the php-nuke.

Currently I use a new window pop up but want to have wahts in the new window actually display in the center of the page.

I tried using the addon sample provided , but i can only assume that the hard code from the ladder system is cuasing issues.

you can view how i've dont it here http://www.camelotarena.com/ then click on the ladder section. Where the hyper link is ( and when the new window pops up that content) is where I want the ladder system. *does that make sense?*

I want what is in the pop up to be embedded in the center of the page.

Any suggestions on hwo to accomplish would be greatly appreciated, if it can even be done.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Don't use PHP-Nuke make your own and you'll be able to do whatever you want to do with it.


Anyway what is a ladder?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

onClick="window.open('http://www.camelotarena.com/html/ladder ... llbars=yes');">I agree to the terms above</a>
this opens the new window.
Take a look at the other links i.e. <a href="modules.php?name=Your_Account">Your Account</a>
Post Reply