| :: |
| Author |
Message |
pidibi
Joined: 30 Jan 2007 Posts: 3
|
Posted: Thu Feb 01, 2007 9:15 pm Post subject: mark all forums as read problem |
|
|
Hi, on my forum http://www.strelectvi.cz/forum/ I have problem with Mark all forums as read [Označit všechna fóra jako přečtená] link - it's bad rewritten (but sometimes good), it is rewritten as:
http://:/?mark=forums
can somebody help me?
thanx |
|
|
| Back to top |
|
 |
|
 |
pidibi
Joined: 30 Jan 2007 Posts: 3
|
Posted: Thu Feb 01, 2007 9:18 pm Post subject: Re: mark all forums as read problem |
|
|
sorry, this link is not visible for not logged users
if will someone test it, after registering, please let me know - there is spam-protection (SMS must be sent) - I'll activate account manually |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
pidibi
Joined: 30 Jan 2007 Posts: 3
|
Posted: Fri Feb 02, 2007 11:21 am Post subject: Re: mark all forums as read problem |
|
|
| it works, thank you |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Sat Feb 03, 2007 4:51 pm Post subject: Re: mark all forums as read problem |
|
|
| dcz wrote: | | Well, this is most likely due to the constant bug that will be fixed real soon by an update. |
FYI only...
I was seeing the same http://:/xxx-xxx.html results and this prevents it, but the side effect is that -www.example.com/phpbb/ gets redirected to -www.example.com/phpbb/index.php, which I have already eliminated as a search engine duplicate via my own modifications (these same modification broke the Advanced mod Rewrite and caused me considerable debug effort, but that's another story). I look forward to the next drop. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Sat Feb 03, 2007 5:10 pm Post subject: Re: mark all forums as read problem |
|
|
| dcz wrote: | Make sure you've got :
in phpbb_seo/phpbb_seo_class.php. |
That was the original code, which caused other rewriting problems. I searched this board and found that the same problem was reported elsewhere and you recommended 'index' => 'index.php' as a temporary workaround. IIRC, I needed to apply three changes in phpbb_seo_class.php:
- Hardcoding the $server_name, $script_name
- 'index' => 'index.php'
- $this->url = $this->seo_static['index'];
These corrections allow a functional board, i.e., no bogus URLs or redirection errors. But the index.php redirection remains and I assumed (wrongly?) the an upcoming correction you mentioned would address it. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Sat Feb 03, 2007 5:21 pm Post subject: Re: mark all forums as read problem |
|
|
| dcz wrote: | | So, do you run a portal sharing phpBB sessions ? |
I use phpbb's templating engine for non-forum pages, but not a portal per se. For the moment I have the Advanced rewrite Mod installed on a test server with separate database that you are welcome to peruse. I'll PM you the link. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
|
|