Thank you for your answer, we will wait the correction, no problem.I'm sorry for not getting back to you, we are working on the problem. The code is technically right but it is not working as it should and I'm trying to research as to why that is.
$bbcode = new vB_BbCodeParser($vbulletin, fetch_tag_list());
$bbcode = new vB_BbCodeParser($vbulletin, fetch_tag_list('', true));
I think I found it.
Edit
dbtech/downloads/actions/listings.php
On about line 61 find
replace withPHP:$bbcode = new vB_BbCodeParser($vbulletin, fetch_tag_list());
PHP:$bbcode = new vB_BbCodeParser($vbulletin, fetch_tag_list('', true));
That should fix it. Let me know if it doesn't. Sorry it took me a bit to get this figured out.
Yes, just made verification, it's overwrite, see :You sure you overwrote the file? It fixed it on my local dev site.
We use essential cookies to make this site work, and optional cookies to enhance your experience.