Status
Not open for further replies.

OlijO

Customer
Hi, we have problem with the description of the file badly showed (code, see screenshot)
 

Attachments

  • 22-05-2012 19-20-17.webp
    22-05-2012 19-20-17.webp
    82.4 KB · Views: 19
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.
 
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.
Thank you for your answer, we will wait the correction, no problem.
 
Sorry, I haven't found the cause of it. I'll put some time into it today and try to figure out why it's not replacing them.
 
I think I found it.
Edit
dbtech/downloads/actions/listings.php

On about line 61 find

PHP:
$bbcode = new vB_BbCodeParser($vbulletin, fetch_tag_list());
replace with
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.
 
I think I found it.
Edit
dbtech/downloads/actions/listings.php

On about line 61 find

PHP:
$bbcode = new vB_BbCodeParser($vbulletin, fetch_tag_list());
replace with
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.

Hi, it doesn't change anything sorry.
Regards,
Olivier
 
Yes, I would need ftp and a user account that has access to downloads to continue troubleshooting.
 
hmm, were these records imported or something? What's weird is I can open one of the records that display the code, edit it, click save without changing anything and view the list again and it's displaying correctly.
 
So that leads me to believe it's a forum problem and not a downloads problem. That is a widget looking at threads and it should translate that bbcode right but it's not.
 
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,717
Customer rating
0.00 star(s) 0 ratings
Back
Top