WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: htdawg1 on November 21, 2007, 09:25:59 AM

Title: content blocks help
Post by: htdawg1 on November 21, 2007, 09:25:59 AM
hi,
I made a 3 column template & I added content blocks for the left site, center content & right side.
like this

<?php page_content(1); ?> (for center content)
<?php page_content(2); ?> (for left side content)
<?php page_content(3); ?> (for right side content)

in the info.php file I added the following
// definitions for multiple blocks (required if more than one block is used)
$block[1]   = 'Main content';
$block[2]   = 'News';
$block[3]   = 'Right';
$block[4]   = 'Links';
$block[5]   = 'News';
$block[6]   = 'Footer';
?>

when i added a new page, the text I added shows up in block1
for my center content

but when I create a page for my left column and add text nothing shows up.
I enabled manage sections & section blocks but nothing shows up.

Any suggestions as to what I did wrong?

also how would you create a folder to keep my files for say the left & right side?

Thank You

p.s heres the page i am trying to make http://netgreek.007ihost.com/
Title: Re: content blocks help
Post by: ruebenwurzel on November 21, 2007, 10:12:23 AM
Hello,

please read our docu befor posting.

http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/content-blocks.php (http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/content-blocks.php)

Thanks
Matthias