Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » General vBulletin Section » vBulletin Modification Requests » Mods/admins make thread have no post count
Reply

 

  • Thread Tools
Old 09-08-2004, 12:30 AM   #1
Keyser Söze
Coder

Activity Longevity
0/20 19/20
Today Posts
0/3 sssssss22
Keyser Söze is on a distinguished road
Status: Offline Default Mods/admins make thread have no post count
in my forum we have alot of threads like "post ur desktop" random pic thread and so on, and these are nothing but spam threads

and we have rewards for high post count and im sick of members spamming there way to hell just to get them

i would love LOVE to have a hack that i could make a thread have no post count, i know u can set a certain forum itself to not have any but i want to just be able to do it on a single thread (in the thread tools)


a bonus would be so that i could set old threads to not have any, and update the counters to remove ppls post count for that thread

thank you very much
Reply With Quote
Old 09-09-2004, 10:43 AM   #2
Fury
Coder

Activity Longevity
0/20 19/20
Today Posts
0/3 ssssss318
Fury is on a distinguished road
Status: Offline Default
Hmm... just a thought here.
______

i only started to work on VB3 yesterday but ill give it a shot.
add this query to your forum DB
Code:
ALTER TABLE `thread` ADD `countposts` INT(2) NOT NULL DEFAULT '1';
go to functions_newpost.php find
Code:
		if ($foruminfo['countposts'])
		{
			$bbuserinfo['posts'] += 1;
REPLACE $bbuserinfo['posts'] += 1; with
$thrd = $DB_site->query_first("SELECT * FROM thread WHERE threadid='$threadid'");
if ($thrd['countposts'] !=0) { // Count posts incase the V is off
$bbuserinfo['posts'] += 1;
}

Scroll down a bit, and you'll see $doposts = 'posts = posts + 1,';
replace it with

if ($thrd['countposts'] !=0) { // Count posts incase the V is off
$doposts = 'posts = posts + 1,';
}
__________

Now you have to add something like "Show Signature" in the thread to make it "UnPosts Count" or something like that.
As i said, im new at this, but this code will work (i hope)
Reply With Quote
Old 09-09-2004, 03:33 PM   #3
ShavedApe
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss1112
Location: UK
Age: 37
ShavedApe is on a distinguished road
Status: Offline Default
oh i misread the first post and gave wrong info ignore this post

Last edited by ShavedApe; 09-09-2004 at 03:36 PM.
Reply With Quote

Reply

« Forumdisplay Modification (Help Needed) | vouch script »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you determine forum success? Rex Growing Your vB Forum 14 11-10-2006 06:51 PM
Thread Count In Post Bit For Certain Forums Only KINGGS vBulletin Modification Requests 5 09-11-2006 11:11 PM



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

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!