PDA

View Full Version : Portal is all Disorted


bmroyer
10-11-2005, 05:25 PM
http://www.unknownwriters.net
I got it installed and everything, but I tried changed around the locations of things, and it all went wrong on the left side and the middle. They look like they are interfering with eachother. Anyone know how to fix this?

Brian
10-11-2005, 06:48 PM
You need to either change the maximum number of characters to be displayed in your news posts to a number hight enough to include the ending [/quote] tag in your posts, or don't use quote tags in news posts.

Our Sponsors
 

bmroyer
10-11-2005, 07:21 PM
I am getting this error at the top of my portal page.
Warning: str_repeat(): Second argument has to be greater than or equal to 0. in /modules/navigation.php on line 115

Here is line 114, 115, 116 of that files code
$title = $navlinks['text'];
$navmark = iif($navlinks['level'] == 1, $mod_options['portal_navigation_mark1'], str_repeat(' ', ($navlinks['level'] - 1)) . $mod_options['portal_navigation_mark2']);

eval('$customnavigationbits .= "' . fetch_template('adv_portal_navigationbits') . '";');

Brian
10-11-2005, 07:27 PM
That was a known bug in the RC versions. Either upgrade to 2.0.0, or just be sure you enter a valid number in the 'Level' option when adding links to the Site Navigation module.

Our Sponsors
 

bmroyer
10-11-2005, 07:33 PM
alright, thank ya for your time. All fixed!