Member List broken and Menu Help

Current Version: 1.0.2
Released: 04/25/2010
Post Reply
AussieD
Mitglied / Member
Mitglied / Member
Posts: 5
Joined: Mon 16. Jan 2012, 04:02
phpbb.com: AussieD

Member List broken and Menu Help

Post by AussieD »

I just updated out forum from 3.0.9 to 3.0.12
Along with that I also update the ProFormell theme to the latest.
Everything went well except for 2 things.
1 - the member list shows an error when choosing a letter:
Not Found

The requested URL /memberlist.php&first_char=n was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

2 - the menu is all messed up, board index etc are all on the left side.
How can I fix these issues?
url - http://www.aussiedistiller.com.au this will take you to the portal where you will need to click the forum link to see the menu issue
Thanks
Aussie
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Member List broken and Menu Help

Post by Marc »

I'm not sure what happened to your memberlist but this is for sure not caused by the style.

Regarding the menu issue I'd recommend you add the missing prosilver changes of the portal to proFormell.
You should also try to reduce the .header-pad in common.css of proFormell:

Code: Select all

/*header tweaks */
.header-pad {
	padding-top: 30px;	/* adjust this according to the size of your site logo */
	padding-left: 25px;
	
}
Reduce the padding-top to prevent your logo from pushing the navbar links to the right.
Image
AussieD
Mitglied / Member
Mitglied / Member
Posts: 5
Joined: Mon 16. Jan 2012, 04:02
phpbb.com: AussieD

Re: Member List broken and Menu Help

Post by AussieD »

I asked the same question on phpbb forums and they are saying it is a style issue.
I am going to delete the style and reupload and see if the fixs the issue
Post Reply