PDA

View Full Version : Invalid links in (User quick links drop down menu)


sadiq6210
01-05-2013, 09:02 AM
I have this bug in "VBAdvanced Links Directory"

If I click on a username, I got this menu (Quick links drop down menu)
https://vborg.vbsupport.ru/attachment.php?attachmentid=143181&stc=1&d=1357379495


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:
<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?