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

Reply
 
Thread Tools
Chief First Post - Every Page [Forum Based] Details »»
Chief First Post - Every Page [Forum Based]
Version: 1.00, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.8.x Rating:
Released: 10-27-2008 Last Update: Never Installs: 266
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Chief First Post - Every Page [Forum Based]
With this mod, you can convert the view of the thread in to 4 different type. Additionally you can change the view as you edit click the edit button. The 1st message of the thread will stay at top all the time even while you are checking other messages related to this subject.


Thread Type
Postbit New Comment Type
Postbit Flipped
Postbit Normal
Postbit Legacy


install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-atabbda.xml' from your computer then press 'Import'

Modifications Info

Plugin : 7
Phrases : 8
Template : 3
Setting : 0

Versions:
v1.0 - 12 Octaber 2008
-First release

With this mod, you can convert the view of the thread in to 4 different type. Additionally you can change the view as you edit click the edit button. The 1st message of the thread will stay at top all the time even while you are checking other messages related to this subject.

Download Now

File Type: xml product-atabbda.xml (42.3 KB, 1614 views)

Screenshots

File Type: jpg newsrc1.jpg (60.0 KB, 0 views)
File Type: gif newsrc2.gif (24.1 KB, 0 views)
File Type: jpg newsrc3.jpg (59.0 KB, 0 views)
File Type: jpg newsrc4.jpg (55.2 KB, 0 views)
File Type: jpg newsrc5.jpg (55.5 KB, 0 views)

Show Your Support

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

Comments
  #92  
Old 01-30-2010, 07:32 PM
dimmicosacerchi dimmicosacerchi is offline
 
Join Date: Jun 2009
Location: Italy
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed this mod in this post.
This is my result, different from what you see in your forum:



Perhaps it is some other product to see the answers to the first post as comments?
As in this forum?
Reply With Quote
  #93  
Old 02-01-2010, 08:54 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What's the difference between "Thread Based" & "Forum Based"..?

They look the same.
Reply With Quote
  #94  
Old 02-01-2010, 09:25 PM
LuckyNeo's Avatar
LuckyNeo LuckyNeo is offline
 
Join Date: Dec 2009
Location: Kiev, Ukraine
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZexTasy View Post
Check the plugin for the hook "showthread_query"

Current Code:
Code:
    $ids .= ",$thread[firstpostid]";
    $postids = "post.postid IN (0" . $ids . ")";
Should be changed to:
Code:
    $ids[] = $thread[firstpostid];
    $postids = "post.postid IN (0" . implode(',', $ids) . ")";
I use Legacy Postbit, I haven't tested anything else, but for me it works now in vbulletin 4.0.

- ZexTasy

Fine! It's work! Thanks a lot!
Reply With Quote
  #95  
Old 02-02-2010, 03:50 AM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gamelobby View Post
What's the difference between "Thread Based" & "Forum Based"..?

They look the same.
Anyone..?
Reply With Quote
  #96  
Old 02-05-2010, 04:16 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok from what i can tell is..
This one is set to a forum section, & is not able to be edited by the poster. The other one has a drop down option with each new thread.

Seems like in MOST cases this one is the right one to use, but i could be wrong.. depends on how knowledgable & trustworthy your members are in the usergroup that is able to do this.
Reply With Quote
  #97  
Old 02-20-2010, 08:06 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi i installed this Mod was wondering what this is in the picture with the yellow i circle around it novStats and how can i remove that word novStats Thanks.
Attached Images
File Type: jpg novStats.jpg (12.0 KB, 0 views)
Reply With Quote
  #98  
Old 02-20-2010, 08:47 PM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LuckyNeo View Post
I try it... DON'T WORK
repeat again: please, made it for vB4
Hi, work on 4.0.x vb version uninstall and install again.
Reply With Quote
  #99  
Old 02-21-2010, 03:27 AM
vijayninel's Avatar
vijayninel vijayninel is offline
 
Join Date: Mar 2009
Posts: 537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trek View Post
For those that want the first post to look like all of the other posts in a thread, do this:

Edit this plugin: Chief First Post - Every Page [Forum Based] - Postbit Display Complete

Search for: $this->templatename = 'ada_postbit_articles';

Change 'ada_postbit_articles' to whatever postbit you'd like to use, I used: 'postbit_legacy' as that is the default on my forums. Although I think I'm going to change this.

When they all look the same, it doesn't stand out as the original post. I think I'll probably replace the original template of ada_postbit_articles with my postbit_legacy template and then edit it a bit to make it look just a little different, but keep within the same style.
Hey thanks so much for this. Exactly what I was looking for.
Reply With Quote
  #100  
Old 02-27-2010, 08:15 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erica1977 View Post
Hi i installed this Mod was wondering what this is in the picture with the yellow i circle around it novStats and how can i remove that word novStats Thanks.
Hmm anyone ? i see none must have what i show in the picture i still got that not sure why would be nice if somene knows on how to take that part out in pic the novStats .
Reply With Quote
  #101  
Old 03-09-2010, 11:46 PM
skatchkins skatchkins is offline
 
Join Date: May 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZexTasy View Post
Check the plugin for the hook "showthread_query"

Current Code:
Code:
    $ids .= ",$thread[firstpostid]";
    $postids = "post.postid IN (0" . $ids . ")";
Should be changed to:
Code:
    $ids[] = $thread[firstpostid];
    $postids = "post.postid IN (0" . implode(',', $ids) . ")";
I use Legacy Postbit, I haven't tested anything else, but for me it works now in vbulletin 4.0.

- ZexTasy
Even with this altered, v4.0.2 Database Errors in any of my forums where CFP is switched on, regardless of Article Style.
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 11:14 PM.


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.08251 seconds
  • Memory Usage 2,354KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (7)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete