vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   when you delete a thread, the forums total posts stats don't decrease (https://vborg.vbsupport.ru/showthread.php?t=236848)

KyleWhitey 02-25-2010 08:25 AM

when you delete a thread, the forums total posts stats don't decrease
 
Is there or could anyone make a mod that keeps the forums total threads/posts stats intact when you delete threads?

So let's say I have 100 total threads on my forum, and I go and delete 50 threads. The total threads still says 100 even though they are deleted.

Does this exist or could anyone whip it up?

Thanks

KyleWhitey 02-25-2010 04:13 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=210570" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=210570</a>

This but make it so it doesn't delete the total forum stats at the bottom?

KyleWhitey 02-27-2010 01:59 AM

No one at all? :/

Lynne 03-06-2010 09:27 PM

If you keep track of the number of posts/threads you delete, just add a plugin at forumhome_complete:
PHP Code:

$totalposts $totalposts 200;
$totalthreads $totalthreads 200


KyleWhitey 03-09-2010 03:10 PM

If you get a chance Lynne, can you elaborate on what you mean?

Lynne 03-09-2010 04:09 PM

If you don't understand what a plugin is, I suggest you start with the manual - Plugin System

KyleWhitey 03-09-2010 10:06 PM

I know what a plugin is.

Anyways, this can be closed. Got it working.


All times are GMT. The time now is 09:27 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.01575 seconds
  • Memory Usage 1,718KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete