Topic: PhP script in PostNuke
Tolat
avatar
Freshman
Freshman
Posts: 33

Posted:
9.Feb 2004 - 14:16

I have side block with editbox.
User enters UserName into editbox then press Go button.
PHP script recieve data from editbox and displays HTML page.

Problem is: How can i display this HTML page in the center of my PN site? (instead of News etc.)

Sorry for my English
Thank you.
AmmoDump

Team Member
Team Member
Posts: 3024

Posted:
9.Feb 2004 - 18:07

You can simply create a HTML block...and change the "homepage" undersettings...
Tolat
avatar
Freshman
Freshman
Posts: 33

Posted:
9.Feb 2004 - 18:56

Let me explain.
I have left block named WHOIS on my site.
When user enters text into editbox and then press GO - page refreshes and displays HTML instead of central blocks (for example news, forum, admin messages etc.)
How can I realize this?

Sry I don't get - how to change "homepage" of the block ? Pls explain.
nate_02631
avatar
Professional
Professional
Posts: 3055

Posted:
9.Feb 2004 - 19:19

See this post... You'll want whatever HTML is pulled to be a PHP page with includes for the header/footer, etc... to get the layout of your PN site...

--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods

Cape Cod Travel Info...
Tolat
avatar
Freshman
Freshman
Posts: 33

Posted:
10.Feb 2004 - 13:38

Thanx a lot.
I've made new module and everything works good now.
:D