Notifications
Clear all
Topic starter
Hi I am going to show you what file you need to edit to make the vbadvanced news module title not a link but instead just plain text.
I am using vbulletin 4+ with vbadvanced_cmps_4_2_1_(vb_4_0_-_4_2)_112483
Open up your news.php module file found in your root directory, e.g. [URL=”http://www.yourdomain.com/modules/news.php”]www.yourdomain.com/modules/news.php[/URL]
Do a search for: [PHP]options[‘bburl’][/PHP]
Mine is on line 736,
Now delete,
[PHP]options[‘bburl’] . ‘/’ . fetch_seo_url(‘thread’, $news) . ‘”>[/PHP] and
[PHP][/PHP]
from this line.
The line should now look like this when your done editing it:
[PHP]$mods[‘title’] = ($news[‘prefix’] ? $news[‘prefix’] : ”) . ‘ ‘ . $news[‘title’] . ”;[/PHP]
Now just save/re-upload it and enjoy.
Posted : 17/02/2020 1:05 pm