vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Display the date of creation of threads (https://vborg.vbsupport.ru/showthread.php?t=143951)

tanyeri24 04-04-2007 08:50 PM

Quote:

Originally Posted by PitchouneN64ngc (Post 1219959)
It uses the same CSS class as the author name (CSS class "smallfont") :)

Hi and thanks but I wannt use the same class, what should I do or how? :o

PitchouneN64ngc 04-04-2007 09:07 PM

For this, you must to know the use of regular expression and to edit the "parse_templates" hook like this:
HTML Code:

$vbulletin->templatecache['threadbit'] = preg_replace(
    '/\$thread\[postusername\]/',
    '\\0 <span class=\"xyz\">($startdate)</span>',
    $vbulletin->templatecache['threadbit']
);

I haven't tested this previous code.

tanyeri24 04-04-2007 09:23 PM

thanks PitchouneN64ngc it works...

voter 08-07-2007 07:13 AM

<font color="Red">UNINSTALL!</font>
It EATS CPU and generation of any simple forumdisplay with threadlist takes 5 times more time.

AlexanderT 11-30-2007 05:24 PM

Quote:

Originally Posted by voter (Post 1311705)
UNINSTALL!
It EATS CPU and generation of any simple forumdisplay with threadlist takes 5 times more time.

Looking at the code, this is highly unlikely.

Charlie98902 05-02-2008 01:56 AM

Works on 3.7.0 gold as well so you all know.

Charlie98902 05-03-2008 01:47 AM

Might want to port it over in that section now too?

PitchouneN64ngc 05-03-2008 01:31 PM

I'll see for check my mods for 3.7 and tell someone to move it if possible (or duplicate it specially for 3.7) :)

Just give me a few time to finish my actual work if possible ;)

johnban 05-07-2008 02:26 PM

Quote:

Originally Posted by Charlie98902 (Post 1505266)
Works on 3.7.0 gold as well so you all know.


How did you manage it? I try to install it and I got the following message.

The following dependencies were not met:
1. This product is not compatible with version 3.7.0 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.6.99 and greater)

Charlie98902 05-08-2008 01:21 AM

I had it on 3.6.9 and then used a test forum to update 3.6.9 to 3.7.0 Then I enabled the plugin. I didn't actually install it on 3.7.0


All times are GMT. The time now is 01:45 PM.

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.01204 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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