vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Chief First Post - Every Page [Forum Based] (https://vborg.vbsupport.ru/showthread.php?t=194832)

dimmicosacerchi 01-30-2010 07:32 PM

I just installed this mod in this post.
This is my result, different from what you see in your forum:
http://img190.imageshack.us/img190/4233/immagine1i.gif

http://img20.imageshack.us/img20/7130/immagine1h.gif
Perhaps it is some other product to see the answers to the first post as comments?
As in this forum?

Gamelobby 02-01-2010 08:54 PM

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

They look the same. :)

LuckyNeo 02-01-2010 09:25 PM

Quote:

Originally Posted by ZexTasy (Post 1935918)
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! :)

Gamelobby 02-02-2010 03:50 AM

Quote:

Originally Posted by Gamelobby (Post 1972524)
What's the difference between "Thread Based" & "Forum Based"..?

They look the same. :)

Anyone..?

Gamelobby 02-05-2010 04:16 PM

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.

Erica1977 02-20-2010 08:06 PM

1 Attachment(s)
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.

MrPHD 02-20-2010 08:47 PM

Quote:

Originally Posted by LuckyNeo (Post 1957797)
I try it... DON'T WORK :confused:
repeat again: please, made it for vB4 :)

Hi, work on 4.0.x vb version uninstall and install again.

vijayninel 02-21-2010 03:27 AM

Quote:

Originally Posted by Trek (Post 1895309)
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. :)

Erica1977 02-27-2010 08:15 PM

Quote:

Originally Posted by Erica1977 (Post 1987580)
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 .

skatchkins 03-09-2010 11:46 PM

Quote:

Originally Posted by ZexTasy (Post 1935918)
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.


All times are GMT. The time now is 10:55 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.01221 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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