Had an issue with this mod, that I was able to fix on my site, but wanted to bring to your attention. The issue also affected Advanced User Tags. I am running the latest version of both, and vb 4.2.0.
The problem is in the profile tabs. Whenever clicking on any of the pages to view previous mentions/quotes/thanks an error would be received by the browser "Too Many Redirects"
I narrowed the issue down to being the "perpage=20" part of the link. If that part is removed, the error doesn't happen.
I fixed it by editing the php files to remove all instances of "&perpage=$perpage" from the class_profileblock.php file.
|