Re: Profil-Style ändern
Verfasst: 13.07.2009 22:12
bei mir springt nix, leer mal alle caches *g
1.
snippet einbauen (mit der ergänzung von nickv):
http://www.phpbb.de/community/viewtopic ... 5&t=157101
2.
öffne deine .htaccess im foren-root
füge ganz am ande ein:
3.Code: Alles auswählen
RewriteEngine On RewriteRule ^faq.php$ faq.php?style=1%{QUERY_STRING} [L] RewriteRule ^memberlist.php$ memberlist.php?style=3%{QUERY_STRING} [L] RewriteRule ^index.php$ index.php?style=1%{QUERY_STRING} [L] RewriteRule ^search.php$ search.php?style=1%{QUERY_STRING} [L] RewriteRule ^viewforum.php$ viewforum.php?style=1%{QUERY_STRING} [L] RewriteRule ^viewtopic.php$ viewtopic.php?style=1%{QUERY_STRING} [L] RewriteRule ^ucp.php$ ucp.php?style=1%{QUERY_STRING} [L]
open
memberlist.php
find
replace withCode: Alles auswählen
$pagination_url = append_sid("{$phpbb_root_path}memberlist.$phpEx", implode('&', $params));
openCode: Alles auswählen
$pagination_url = append_sid("{$phpbb_root_path}memberlist.$phpEx", 'style=1' . implode('&', $params));
includes/functions.php
find
replace withCode: Alles auswählen
'U_MEMBERLIST' => append_sid("{$phpbb_root_path}memberlist.$phpEx"),
demo: klick auf 4seven in der foren-übersicht und danach oben rechts auf MembersCode: Alles auswählen
'U_MEMBERLIST' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'style=1'),
http://4seven.kilu.de/phpbb3/index.php