View Full Version : new pages
sugar
07-28-2004, 09:57 AM
help please!
i'm trying to add some pages to my site and for the life of me they just won't display. i fallowed all instructions to a T and it still wont work for me! i'm sure it is something stupid i am missing (like usual).
i create the new page, link to it just like the instructions say, but i keep seeing the main page!!
here is the main page link (http://www.maddhouse.net)
here is the addon page link (http://www.maddhouse.net/index.php?page=associates)
the second link should only display 1 module in the center
please help!!! :(
DarknessDivine
07-28-2004, 10:23 AM
Okay first you have to create a new template, then a new module for the template then create the page..Did you do all of this ?
Here is a basic template for you incase you need one:
(Thanks to cLord for the code ;))
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Custom Module 1</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<!-- Begin custom code -->
Your custom code comes here.
<!-- End custom code -->
</td>
</tr>
</table>
<br />
sugar
07-28-2004, 10:48 AM
yep i did!
heres the template: <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet]<center>Associates</center></b></span></td>
</tr>
<tr>
<td class="$getbgrow" align="center">
<span class="smallfont">Link to us!</span>
<br /><br />
</td>
</tr>
</table>
<br/>
i'm still adding ALOT lol
sugar
07-28-2004, 11:18 AM
i knew it was something stupid!
i had the Page Identifier as http://www.maddhouse.net/index.php?page=associates instead of just associates!
thanks for the effort anyway DarknessDivine, it's appreciated!
Brian
07-28-2004, 11:19 AM
Okay first you have to create a new template, then a new module for the template then create the page..Did you do all of this ?
Here is a basic template for you incase you need one:
(Thanks to cLord for the code ;))
Why would you need to create a new module just to create a new page?
I took a look at that page and it seems to be fine, so I'm assuming you figured out what the problem was?
DarknessDivine
07-28-2004, 12:46 PM
lol.... so I don't need to do that then?..lol..All of my new pages have modules in them to display the html that I put in the new template? How else should I do this then Brian since when created w/out a module my html will ot show up..great call me an idiot.. :o
Brian
07-28-2004, 02:47 PM
Well if you're going to use a 'module' on more than one page, then it should be added as a module. If you have something that you just want displayed on one page though then the best way is to add the code to a template, then enter that template name in the 'Page Template:' option when adding/editing that page. ;)
DarknessDivine
07-28-2004, 03:45 PM
I've tried this and for some reason it won't show..Let me try again later and if I still can't ge it to work I'll submit a ticket..;)
Thanks
EDIT: Duh me..lol...it worked! :o
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.