Page 1 of 1

How can I add a page to integramod?

PostPosted: Thu Feb 01, 2007 4:28 pm
Author: xfx
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Beginner
Board URL: http://localhost

PHP Version:
MySQL Version:


What was done before the problem appeared?
this is not a problem I guess


What was done to try to solve the problem?
saw the source from another files...



De.scription and Message

I would like to add a .script to my integramod. I have added the link in navigation menu from acp, but when I go to this link the page is displayed without header, footer and the navigation menu.
How can I add my .script to integramod to display it like a center block? like download, album or kb mod.
Tnks.

Re: How can I add a page to integramod?

PostPosted: Thu Feb 01, 2007 11:24 pm
Author: poolguy
Create a new portal page. In admin, ImPortal/page management/new page. This will create a new default page, then add the new content you want. Then your link on the default page will call this new page by it's page number. At least the the way I do it.

Re: How can I add a page to integramod?

PostPosted: Fri Feb 02, 2007 2:33 am
Author: Whisky
Search the forum and KB is also a solution:
http://www.integramod.com/forum/kb.php?mode=article&k=5

PostPosted: Fri Feb 02, 2007 5:15 am
Author: richiebgood
can you use frames in new portal pages?

Re: How can I add a page to integramod?

PostPosted: Fri Feb 02, 2007 7:11 am
Author: xfx
tnks for help
I got it

PostPosted: Fri Feb 02, 2007 11:53 am
Author: Whisky
"richiebgood";p="21137" wrote:can you use frames in new portal pages?

Yes you can do this in your center blocks with this code:
[code]<P><iframe src="http]

PostPosted: Tue Feb 06, 2007 8:41 am
Author: richiebgood
"Whisky";p="21162" wrote:
"richiebgood";p="21137" wrote:can you use frames in new portal pages?

Yes you can do this in your center blocks with this code:
[code]<P><iframe src="http]


cheers