I have this bug in "VBAdvanced Links Directory"
If I click on a username, I got this menu (Quick links drop down menu)
But all links is not working
For example if I click (View profile), then I will go to (page not found)
www.website/forums/links/member.php?u=1
It should be:
www.website/forums/member.php?u=1
If I open the template, the code for this part is only this:
Code:
<ol id="posts" class="posts" start="1">
{vb:raw postbit}
</ol>
How can I know the source of this part so I can correct the links?