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
Member List broken and Menu Help
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Member List broken and Menu Help
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:
Reduce the padding-top to prevent your logo from pushing the navbar links to the right.
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;
}
Re: Member List broken and Menu Help
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
I am going to delete the style and reupload and see if the fixs the issue