Portal Themes
Donation Theme Support - Bluemetal theme prob with Downloads section
Techbot - Mar 23, 2008 - 12:28 AM
Post subject: Bluemetal theme prob with Downloads section
I have the bluemetal theme installed and its working great except when you click the downloads link. It keeps the main center block in place and puts my downloads all the way at the bottom of the page. My users have to scroll down, click on the category and wait until the page refreshes. When it does, the center block is there again and they have to scroll all the way back down to get to it again. Any suggestions???
mars - Mar 23, 2008 - 12:30 PM
Post subject: RE: Bluemetal theme prob with Downloads section
Replace the contents of theme.cfg with this
Code:
<?php
$atversion = '1.7';
$template = array (
'default' =>
array (
'dtd' => 'HTML401_Transitional.html',
'main' => 'theme2.html',
'summary' => 'summary.html',
'summary1' => 'summary.html',
'summary2' => '',
'article' => 'article.html',
'altsummary' => '0',
'leftblock' => 'leftblock.html',
'centerblock' => 'centerblock.html',
'rightblock' => 'rightblock.html',
'table1' => '',
'table2' => '',
'autoblock1' => 'area1block.html',
'autoblock2' => '',
'autoblock3' => '',
'autoblock4' => '',
'autoblock5' => '',
'autoblock6' => '',
'autoblock7' => '',
'autoblock8' => '',
'autoblock9' => '',
),
'PNphpBB2' => '',
'*HomePage' =>
array (
'default' =>
array (
'dtd' => 'HTML401_Transitional.html',
'main' => 'theme.html',
'leftblock' => 'leftblock.html',
'centerblock' => 'centerblock.html',
'rightblock' => 'rightblock.html',
'summary' => 'summary.html',
'summary1' => 'summary.html',
'summary2' => '',
'article' => 'article.html',
'altsummary' => '0',
'table1' => '',
'table2' => '',
'autoblock1' => 'area1block.html',
'autoblock2' => '',
'autoblock3' => '',
'autoblock4' => '',
'autoblock5' => '',
'autoblock6' => '',
'autoblock7' => '',
'autoblock8' => '',
'autoblock9' => '',
),
),
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
);
$blockdisplay = array (
'default' =>
array (
'left' => '1',
'center' => '1',
'right' => '1',
'autoblock1' => '1',
'autoblock2' => '1',
'autoblock3' => '1',
'autoblock4' => '1',
'autoblock5' => '1',
'autoblock6' => '1',
'autoblock7' => '1',
'autoblock8' => '1',
'autoblock9' => '1',
),
'PNphpBB2' => '',
'*HomePage' =>
array (
'default' =>
array (
'left' => '1',
'center' => '1',
'right' => '1',
'autoblock1' => '1',
'autoblock2' => '1',
'autoblock3' => '1',
'autoblock4' => '1',
'autoblock5' => '1',
'autoblock6' => '1',
'autoblock7' => '1',
'autoblock8' => '1',
'autoblock9' => '1',
),
),
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
);
$style = array (
'default' =>
array (
'stylesheet' => '',
'logoimg' => '',
'color1' => '#4F4F4F',
'color2' => '#4F4F4F',
'color3' => '#4F4F4F',
'color4' => '#4F4F4F',
'color5' => '',
'color6' => '',
'color7' => '#000000',
'color8' => '#4F4F4F',
'color9' => '#000000',
'color10' => '#4F4F4F',
'striphead' => '0',
'head' => '',
),
'PNphpBB2' => '',
'*HomePage' =>
array (
'default' =>
array (
'stylesheet' => '',
'logoimg' => '',
'color1' => '#4F4F4F',
'color2' => '#4F4F4F',
'color3' => '#4F4F4F',
'color4' => '#4F4F4F',
'color5' => '',
'color6' => '',
'color7' => '#000000',
'color8' => '#4F4F4F',
'color9' => '#000000',
'color10' => '#4F4F4F',
'striphead' => '0',
'head' => '',
),
),
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
);
$blocktemplate = array (
'default' =>
array (
'default' => '',
'PNphpBB2' => '',
'*HomePage' => '',
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
),
'*HomePage' =>
array (
'default' =>
array (
'default' => '',
'PNphpBB2' => '',
'*HomePage' => '',
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
),
),
);
$autoblock = array (
1 => 'Area1',
2 => 'Area2',
3 => 'Area3',
4 => 'Area4',
5 => 'Area5',
6 => 'Area6',
7 => 'Area7',
8 => 'Area8',
9 => 'Area9',
);
$themecmd = array (
);
$blockcontrol = NULL;
$themeversion = array (
);
?>
Techbot - Mar 25, 2008 - 03:26 PM
Post subject: RE: Bluemetal theme prob with Downloads section
That did it
You're the friggin man as always Mars!
All times are GMT - 5 Hours
Powered by
PNphpBB2 © 2003-2006 The PNphpBB Group
Credits