static page

Posted:
Sun Jul 23, 2006 7:50 am
Author: opssrah
hello im newbie on integramod
anyone can help me how to creat static page like this web
http://www.softhands.com.my/community/promo.php
Re: static page

Posted:
Sun Jul 23, 2006 9:14 pm
Author: SeNTry
Hello opssrah,
Yes, it's pretty easy to add additional pages. I'm not a pro at this, so others may have more info.
Start by going to the Admin panel, click on IM Portal menu on the left. Choose Page Management, then click on the 'Add Portal Page' button at the bottom of the chart. Give your new page a name and choose a template file (I usually use portal_body.tpl). Select if you want Forum wide blocks (I do), and then set who may view the page, and what groups have access to it. Click on 'submit' to create the page.
You can then go to 'Blocks Management' in the IM Portal menu at left. Choose your new page to edit, and you can choose your blocks layout. If you want to add a main block with pictures and text, you could click the 'Add Blocks' button at the bottom. From there, give your new block a name, choose it's position (center will be the main body of the page), make sure to make it active so it can be seen. In the main box, you can enter simple text and links, html, or whatever you want to display (choose code type below the box depending on what code you're using- HTML is fine for simple text and/or html code). Cache duration, etc. can be set to your liking, and I believe there's plenty of info on this in the readme files and tutorials.
One thing to note; after you've created the page and you want to make a link to it, you'll need the page ID number. Go back to Page Management and you'll see all portal pages with their corresponding ID. Add this ID number to your main portal.php page address with '?page=' to access it.
For example (assume your new page's ID is 2): ...yourwebsite.com/forums/portal.php?page=2
Hope this helps.

Posted:
Mon Jul 24, 2006 10:26 am
Author: opssrah
ok thanx for your help i will try <img>