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)
-   -   Forum Display Enhancements - Show start date of threads! (https://vborg.vbsupport.ru/showthread.php?t=144944)

Gryphon 04-16-2007 03:16 PM

Quote:

Originally Posted by Smoothie (Post 1228667)
What's it to you?

It's as much to me as your comment is to the mod. Different authors, different code, anyone has the right to make the 100th similar addon if they wish.

Smoothie 04-17-2007 02:31 AM

Quote:

Originally Posted by Blackjack (Post 1229035)
It's as much to me as your comment is to the mod. Different authors, different code, anyone has the right to make the 100th similar addon if they wish.

And I have the right to say it's been done before. Don't like it, don't read it.

rjmjr69 04-17-2007 04:01 AM

Stop being a trouble maker and move on

Paul M 04-17-2007 06:47 AM

Honestly, is this a forum, not a schoolyard.

There is no rule against people releasing another modification that does the same thing as previous mods, as long as code is not copied - there are many examples of this on vb.org. There is no need to comment about it. No more please.

bela-meaad 04-18-2007 02:09 PM

i installed it

but that increase the server load
& the page doesn`t open until i uninstall it

any idea?

fastforward 04-18-2007 03:31 PM

Quote:

Originally Posted by bela-meaad (Post 1230433)
i installed it

but that increase the server load
& the page doesn`t open until i uninstall it

any idea?

Because this plugin adds an extra query for every thread bit. If you have 100 threads showing on forumdisplay, that's 100 extra queries!

This can be done easily without queries. the threadbit_display hook already has access to $thread['dateline']. Just run it through vbdate and assign it to a template variable.

sharjah 05-17-2007 05:55 PM

Quote:

Originally Posted by fastforward (Post 1230482)
Because this plugin adds an extra query for every thread bit. If you have 100 threads showing on forumdisplay, that's 100 extra queries!

This can be done easily without queries. the threadbit_display hook already has access to $thread['dateline']. Just run it through vbdate and assign it to a template variable.

Hi Fastforward,

Can you please do it in a new thread?

Outbackmark 06-21-2007 01:25 PM

Works well for me many thanks!!

Silvio 06-30-2007 11:51 PM

Quote:

Originally Posted by fastforward (Post 1230482)
Because this plugin adds an extra query for every thread bit. If you have 100 threads showing on forumdisplay, that's 100 extra queries!

This can be done easily without queries. the threadbit_display hook already has access to $thread['dateline']. Just run it through vbdate and assign it to a template variable.

humm now I do understand why my pages slowed so down. :erm: is there another way to do this without that uge ammount of queries? my forumdisplay has 25 threads and it stops >7/8 seconds b4 giving results. I wont imagine a 100 threads forumdisplay lol

Neutral Singh 07-08-2007 01:45 PM

How can we extend this functionality on other pages like newposts, search.php? Currently this only extends to thread_display plugin.


All times are GMT. The time now is 11:03 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.01169 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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