In your phpBB root folder. Most of the time FTP Clients would show it as hidden, so you have to tell your program that it should display hidden files too.DaannO wrote:Small question, where can i find the .htaccess file?
Same here.braianz wrote:BUG:
the "mark all forums read" in index.php with the seo mod dont work.... the link redirect to index.php only.
Polls woks fine here.PTByter wrote:Yap.. here didnt work also..
and the Polls, if you vote, it didnt work also..
Try You!
find:
'U_LAST_POST' => $view_topic_url . '&p=' . $row['topic_last_post_id'] . '#p' . $row['topic_last_post_id'],
Replace:
'U_LAST_POST' => $view_topic_url . '#p' . $row['topic_last_post_id'],
find:
$append = '.' . $phpEx;
replace
$append = '.html';
Dont works the fix for mark all forums read...flipper242 wrote:my solution for the pagination bug in rc4:
viewforum.php near line 640find:
'U_LAST_POST' => $view_topic_url . '&p=' . $row['topic_last_post_id'] . '#p' . $row['topic_last_post_id'],
Replace:
'U_LAST_POST' => $view_topic_url . '#p' . $row['topic_last_post_id'],
functions_seo.php near line 290find:
$append = '.' . $phpEx;
replace
$append = '.html';
my Mark all forums read bug solution
http://www.phpbb.com/community/viewtopi ... 0#p3251600
if there are major bugs in my solution please let me know about