TinyPortal

Development => Support => Topic started by: benten on April 10, 2010, 09:33:27 PM

Title: Custom page in same window
Post by: benten on April 10, 2010, 09:33:27 PM
Currently using SMF 1.1.11 + TP 1b5.
I have created custom tab in the theme index.template/php for the front page which works.

The problem I have is I'm trying to make the link go to another webpage (phpraider) in the middle of the window (like search, profile options do) and not in a new blank webpage like it does now.

Hope I have the right section and supplied enough info to help.
Cheers
Title: Re: Custom page in same window
Post by: IchBin on April 11, 2010, 01:19:15 AM
If you want your raider script to be surround by TP, you'll probably have to include the script using PHP, or going the easy route and using an HTML iframe. Doing a search for iframe should get you the info you need.
Title: Re: Custom page in same window
Post by: benten on April 11, 2010, 11:24:53 AM
Ahh iframe, will have a read up on it today and try it out.
Thank you very much indeed