vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Allow BB code in sticky thread titles (https://vborg.vbsupport.ru/showthread.php?t=69234)

cyt0plas 02-09-2005 02:46 PM

*thanks*

yoyoyoyo 02-09-2005 03:47 PM

Quote:

Originally Posted by kompakt
I fixed it in a few places where I felt it was needed mostly.
...This worked fine for the others though. Not bad for 1st timer :)

Thanks much!

jamesyfx 02-09-2005 04:45 PM

I added those fixes.. and it got rid of the bbcode on showthread. :/

Did I add it wrong or something? Hehe.

yoyoyoyo 02-10-2005 11:04 AM

This hack does not like quotes in thread titles.... it displays them as
Code:

"
SO- a title that said:
Quote:

Say "HI" to the new guests!
now reads:
Quote:

Say "HI" to the new guests!

FFZoneXtreme 03-02-2005 01:24 AM

how can I add this to the index and showthread too?? O.o

StangLuverJ 03-11-2005 05:13 PM

Quote:

Originally Posted by FFZoneXtreme
how can I add this to the index and showthread too?? O.o


for the index...

Edit: functions_forumlist.php

Find:
Code:

$lastpostinfo['trimthread'] = fetch_trimmed_title($lastpostinfo['lastthread']);
Under it Add:
Code:

require_once('./includes/functions_bbcodeparse.php');
$lastpostinfo['trimthread'] = parse_bbcode($lastpostinfo['trimthread']);


bigmonay2k 03-23-2005 02:17 AM

mine did not show up??

stumparoooo 04-02-2005 08:52 PM

'Just installed it..makes those stickied threads stand out even more! ;)

Thanks!

stumparoooo 04-02-2005 09:41 PM

I just tried editing the functions_forumlist.php and it still doesn't show up for the index. :(

red_baron2000 04-08-2005 09:17 AM

Quote:

Originally Posted by Bryan Ex
A bit of an issue with it on my board unfortunately. Works great for thread titles but the BB code is displayed in both the breadcrumb and thread titles within each post. Attached screen cap....

having the same problem here ..anyone can help fixing this? thank you :o


All times are GMT. The time now is 06:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01130 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete