I had few problems on category and items listings..
When you clicked on them, it sent you to forum homepage.
The problem was that the links were not calling the vbay.php file
so I hardcoded the product file and now instead of this
Quote:
<a href='?do=cat&showcat={$thecats['catid']}'>{$thecats['catname']}</a>
|
I have added the vbay.php in several places
Quote:
<a href='vbay.php?do=cat&showcat={$thecats['catid']}'>{$thecats['catname']}</a>
|
Thanks and I hope someone finds my tips useful.