Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
No Quote in First post Details »»
No Quote in First post
Version: 2.1.0, by CarpHunter CarpHunter is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.8 Rating:
Released: 10-02-2007 Last Update: 11-02-2007 Installs: 52
DB Changes Uses Plugins
Re-useable Code  
No support by the author.

This is my very 1st mod so pls be gentle.

Why?
I was looking for this kind of mod for my own forum. My moderators and I where really getting sick of editting posts of users that always included the quote of the first post (and some of them are really huge). I made a little modicfication to the forum that disabled the quoting of the first post in thread.
Only drawback the modification had was that it is was on "all" forums and not only selected ones.

What does this hack do different?
I made a product that disables the Quoting/Multi Quoting of the first post. This can be set on/off per forum.

vBulletin version supported?
Because of the nature of the mod it's only for vb3.6.0 and up. As of this version the hooks used are all implemented.

Installation
Simply import the product and presto.
It will add
  • Plugins: 4
  • Phrases: 2

Upgrade
If you are upgrading simply follow these guide lines.
  • Upgrading from v1.x.x:
    Uninstall old product first before importing new (this because of complete rewrite of plugin)
  • Upgrading from v2.0.0:
    Simply import new plugin and 'allow overwrite'


Screenshots
  1. Forum Manager
  2. Normal Postbit View
  3. Legacy Postbit View

Version history:
  • v1.0.0 - First public release
  • v1.1.0 - Included postbit_legacy support
    Totally forgot about the postbit_legacy template. It's now included in the new version.
  • v2.0.0 - I completely redid the code.
  • v2.1.0 - Changed the way the plugin checks for the first post. This change makes it more compatible with Atakan KOC's Chiefpost mod

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-29-2007, 05:36 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to include an option where we can enter all the forum IDs in which we want this hack enabled at one place ..instead of going to every forum and enabling the option

thanx for this hack its awesome
Reply With Quote
  #23  
Old 11-03-2007, 06:10 AM
giotmuadong's Avatar
giotmuadong giotmuadong is offline
 
Join Date: Feb 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how come it doesn't work if I turned on my "Show first post on every thread page"
otherwise, it works perfectly fine
Reply With Quote
  #24  
Old 11-03-2007, 07:40 PM
CarpHunter CarpHunter is offline
 
Join Date: Apr 2005
Location: Netherlands
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thnx for reporting.

Seems that Atakan KOC's mod resets the status of postcount. I use this value to determine the post is the first so it can disable the buttons.

I made a new version of the mod that fixes this problem (simply download v2.1.0 and it should work ok now).

I know use a different value to determine if the post is the first post.
Reply With Quote
  #25  
Old 11-04-2007, 04:55 PM
giotmuadong's Avatar
giotmuadong giotmuadong is offline
 
Join Date: Feb 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CarpHunter View Post
Thnx for reporting.

Seems that Atakan KOC's mod resets the status of postcount. I use this value to determine the post is the first so it can disable the buttons.

I made a new version of the mod that fixes this problem (simply download v2.1.0 and it should work ok now).

I know use a different value to determine if the post is the first post.
thank you, it's working now .. you're the man
Reply With Quote
  #26  
Old 11-16-2007, 12:56 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CarpHunter View Post
Ure absolutely right.
I forgot to change the dependency to vbulletin 3.6.0.
Changed this now so just download the plugin again and try again. I just tested it and it should work fine now.

Thnx for reporting
works, installed, thanks.
Reply With Quote
  #27  
Old 11-29-2007, 08:44 PM
Geck079 Geck079 is offline
 
Join Date: Nov 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome mod, just what I was looking for.
Reply With Quote
  #28  
Old 01-19-2008, 10:21 AM
SNATCH3R SNATCH3R is offline
 
Join Date: Aug 2007
Location: Dubai
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this....gr8 mode...workin fine with 3.6.8
Reply With Quote
  #29  
Old 04-04-2008, 02:50 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can use a simple template modification of postbit or postbit_legacy .. instead of installing the plugin

Code:
<if condition="$post[postcount] % $vboptions[maxposts] != 1">quote.gif</if>
Reply With Quote
  #30  
Old 05-03-2008, 09:48 PM
CarpHunter CarpHunter is offline
 
Join Date: Apr 2005
Location: Netherlands
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This plugin also makes it to be turned on or of in selected forums. You're template edit is active in all the forums.
Reply With Quote
  #31  
Old 07-07-2008, 12:05 AM
c.oper c.oper is offline
 
Join Date: Feb 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this one works in 3.7.x ???
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 02:27 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04520 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete