Page 1 of 1

need help adding page?

PostPosted: Mon Jun 25, 2007 2:17 pm
Author: Watcher
need someone to explain how i can make a 2nd home page that i can add rss news feeds on and i need the 2nd page to have the menu on the left side but i wont to have the blocks the be side by side like 2 coloms each box i can add the java .script rss feed in them, im prety sure this is possable i just dont have the know how, i think i can make a link to a 2nd page on the menu with qbar, but i dont know how have it listed so its accessable, i guess what im saying is how do i get the acp/im portal to show that page so i can set it up?

any help on this? if you explain it i can usely get thew jest of it, thanks in advance.

Re: need help adding page?

PostPosted: Wed Jun 27, 2007 8:26 am
Author: Watcher
I guess this cant be done sence no one has answered?

Re: need help adding page?

PostPosted: Wed Jun 27, 2007 2:21 pm
Author: IntegraMOD
Look in ACP - Importal - Page management you can add extra portal pages there

Re: need help adding page?

PostPosted: Thu Jun 28, 2007 9:27 pm
Author: Watcher
Ok let me explain what i have done so far

at ACP/IM Portal/page management
I made a page called "Tutorials" template name "quad_layout.tpl" page ID 3

I have colomes and other stuff in the blocks management, but when i click on Tutorials to go to the web page i get a blank white page, how would i find out what the address to my new page is and i think i link to it in the qbar setting for tutorials, just cant figure out where the web page for tutorials is.

Re: need help adding page?

PostPosted: Thu Jun 28, 2007 9:44 pm
Author: Helter
if your new page is page id 3 the address would be http://www.yoursite.com/portal.php?page=3

Re: need help adding page?

PostPosted: Thu Jun 28, 2007 10:36 pm
Author: Watcher
thanks you ill try that

Re: need help adding page?

PostPosted: Thu Jun 28, 2007 11:41 pm
Author: Watcher
thanks for the help but i have 1 last problem with the page, when i add blocks to the page its not adding the title in the title bar, the bar is just blank, could it be the "quad_layout.tpl" im useing for the new page?
heres a link so you can see what im taling about

http://worldofarkania.net/Watchers_Art/ ... php?page=3

Re: need help adding page?

PostPosted: Fri Jun 29, 2007 6:33 am
Author: Helter
when you add blocks to the page, set
Show Titlebar: yes
Localize Titlebar: no

Re: need help adding page?

PostPosted: Fri Jun 29, 2007 3:20 pm
Author: Watcher
nope that did nopt work

If i change the style to Integra 2 i can see the words in the title bar for the quadblock tpl
but when i change the style to "Dark" or FI subice the words do not show in the tytle bar could it be the template for Quad block tpl, i dont even know how to find the quad block tpl to see if i can see any thing wrong?

Re: need help adding page?

PostPosted: Fri Jun 29, 2007 11:26 pm
Author: Watcher
after looking at the tpl for quad_layout_tpl i found these errors

in the Integra 2 layout the spacing is wrong and causeing the blockes to not strech to the forum

all the lines that have this


Code: Select all
<table width="100%" cellpadding="3" cellspacing="1" border="0"


should look like this (so the 3 is a 5)

Code: Select all
<table width="100%" cellpadding="5" cellspacing="1" border="0"


also in some of the styles the title of the block could not show and i found that all the lines that have this

Code: Select all
<th>{toprow_blocks_row.TITLE}</th>


should be changed to this

Code: Select all
<th>{toprow_blocks_row.title.TITLE}</th>


and the title will show up in the title bar.

here is the tpl all together

Code: Select all
<table><tr> <td><BEGIN><table width="100%" cellpadding="5" cellspacing="1" border="0"<BEGIN>class="forumline"<END>>     <BEGIN>     <tr>         <th>{toprow_blocks_row.title.TITLE}</th>     </tr>     <END>     <tr>         <td         <BEGIN>         class="row1"         <END>         >{toprow_blocks_row.OUTPUT}</td>     </tr></table><br><END></td></tr><tr> <td><table><tr> <td>  <BEGIN><table width="100%" cellpadding="5" cellspacing="1" border="0"<BEGIN>class="forumline"<END>>     <BEGIN>     <tr>         <th>{column1_blocks_row.title.TITLE}</th>     </tr>     <END>     <tr>         <td         <BEGIN>         class="row1"         <END>         >{column1_blocks_row.OUTPUT}</td>     </tr></table><br><END>  </td><td>   </td><td>  <BEGIN><table width="100%" cellpadding="5" cellspacing="1" border="0"<BEGIN>class="forumline"<END>>     <BEGIN>     <tr>         <th>{column2_blocks_row.title.TITLE}</th>     </tr>     <END>     <tr>         <td         <BEGIN>         class="row1"         <END>         >{column2_blocks_row.OUTPUT}</td>     </tr></table><br><END></td></tr>  <tr> <td><BEGIN><table width="100%" cellpadding="5" cellspacing="1" border="0"<BEGIN>class="forumline"<END>>     <BEGIN>     <tr>         <th>{bottomrow_blocks_row.title.TITLE}</th>     </tr>     <END>     <tr>         <td         <BEGIN>         class="row1"         <END>         >{bottomrow_blocks_row.OUTPUT}</td>     </tr></table><br><END></td></tr>  </table>  </td></tr></table>

Re: need help adding page?

PostPosted: Sat Sep 13, 2008 12:59 am
Author: xaaxa
Ohhh me-O-my! <img>

Re: need help adding page?

PostPosted: Sat Sep 13, 2008 12:20 pm
Author: DjPorkchop
[quote=""xaaxa""]Ohhh me-O-my! :wink: