| Topic: | PhP script in PostNuke |
|---|---|
|
Tolat
Freshman
Posts: 33 Posted: |
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
Posts: 3024 Posted: |
You can simply create a HTML block...and change the "homepage" undersettings... |
|
Tolat
Freshman
Posts: 33 Posted: |
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
Professional
Posts: 3055 Posted: |
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
Freshman
Posts: 33 Posted: |
Thanx a lot. I've made new module and everything works good now. :D |