Quote Originally Posted by dreamscape View Post
If you encounter a problem that even has the remote possibility of being a bug, please submit a bug report. Thanks :)
Thanks for the patch. It is working now without problem.

I guess I usually assume its operator error until someone can prove otherwise :).

By the way, this is not a bug, but I have some categories "hard coded" using the following php tag.

<a href="index.php?main_page=index&cPath=1">Category 1</a>

In the previous version, SEO urls correctly created the SEO link. In this version, it creates this link:

<a href="index.php?main_page=index&cPath=1">Category 1</a>

Does anyone have any guidance for this besides (besides use the default cat box ). Otherwise I will just hardcode the html instead of the php statement.

Thanks for all of your hardwork. It seems to work great so far.