View Full Version : Allowing BB code in threads to show up on forum index..
stumparoooo
04-02-2005, 10:18 PM
I just installed the 'Allowing BB codes in Stickied threads' hacks and would like to use it, but the BB codes don't show up on the main index of my forums.
https://vborg.vbsupport.ru/showthread.php?t=69234
Can anyone come up with a way to modify code so that the threads w/ BB code is enabled on the main index??
Thanks in advance.
Sin City
04-02-2005, 10:35 PM
yeh i'd like this as well... looks lame to see a bunch of bb codes instead of what the thread title is while in the index
stumparoooo
04-03-2005, 04:26 PM
yeh i'd like this as well... looks lame to see a bunch of bb codes instead of what the thread title is while in the index
I agree! I haven't been able to figure out a way to do it.
Any help would be greatly appreciated!
Darmak
04-03-2005, 05:45 PM
In includes/functions_forumlist.php search for:
$lastpostinfo['trimthread'] = fetch_trimmed_title($lastpostinfo['lastthread']);
and replace with:
require_once('./includes/functions_bbcodeparse.php');
$lastpostinfo['trimthread'] = fetch_trimmed_title(parse_bbcode($lastpostinfo['lastthread']));
Save =D and done :p
stumparoooo
04-03-2005, 09:42 PM
Removing this line altogether made it so that the last post info didn't show up on the main page at all. :(
$lastpostinfo['trimthread'] = fetch_trimmed_title($lastpostinfo['lastthread']);
stumparoooo
04-06-2005, 10:58 PM
Removing this line altogether made it so that the last post info didn't show up on the main page at all. :(
$lastpostinfo['trimthread'] = fetch_trimmed_title($lastpostinfo['lastthread']);
Can anyone help me out? :(
Sin City
04-16-2005, 12:44 AM
^ you aren't supposed to completely remove it... he added stuff onto it
i haven't done this yet, but thanks for taking the time Darmak
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.