Question Parse MENTION in vbcms new threads module?

Status
Not open for further replies.

KevinL

Customer
Hello,

We have an issue where on the vbcms in the new threads module the MENTION bbcode is not being parsed so it just shows [MENT ION=21855]**username**[/MENTI ON]

Is there a way to have this parsed correctly?

Thank you!
 
If you edit /dbtech/usertag/hooks/bbcode_parse_complete_precache.php and /dbtech/usertag/hooks/bbcode_parse_complete.php and find
Code:
if (!defined('VB_API') OR VB_API !== true)
Replace with
Code:
if ((!defined('VB_API') OR VB_API !== true) AND THIS_SCRIPT != 'vbcms')

Does that work for you?

Please also click Clear System Cache under the Maintenance AdminCP menu before refreshing the CMS view.

If it doesn't work, let me know and I'll do more advanced debugging locally :)
 
Hello,

Made the change to the two files and it didn't change anything. It still just shows the code.

Thank you for the help!
 
Update: I've had a look into this and it requires an updated XML file on my part, so I will need to defer the solution until I can release a new version.

I might be able to release it tomorrow :)
 
It should be resolved in v3.2.8, I shifted the products around to get this released for you tonight :)
 
Status
Not open for further replies.

Legacy Advanced User Tagging

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