vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Is there a mod to do this? (https://vborg.vbsupport.ru/showthread.php?t=166492)

bigcurt 12-30-2007 10:15 PM

Is there a mod to do this?
 
<a href="https://vborg.vbsupport.ru/showthread.php?t=71224&page=6&highlight=first+post " target="_blank">https://vborg.vbsupport.ru/showt...ght=first+post</a>

For 3.6? I would think it would be extremely easy to do and the chief first post accomplishes this but also allows others to choose how they post and all and I do not want that I just want to be able to choose in a specific forum the first post on every thread shows on every page.

bigcurt 01-02-2008 08:19 PM

Bump

Kungfu 01-02-2008 08:24 PM

im pretty sure i saw one. Not sure if you could choose which forums to do it on though and i cant remember what it was. You may have to just go through page by page maybe stumble upon it.

Lynne 01-02-2008 08:32 PM

It's real easy to write your own plug-in for this.

- Create your own first post template - "postbit_myown"
- Create a plugin using hook "postbit_display_complete"
Code:

if ($this->forum['forumid']==xx AND $post['postid']==$this->thread['firstpostid'])
{
$this->templatename = 'postbit_myown';
}

edit: Whoops, that isn't for every page, just for the first post, but you can modify the conditional yourself for that.

bigcurt 01-03-2008 02:15 AM

Quote:

Originally Posted by Lynne (Post 1414093)
It's real easy to write your own plug-in for this.

- Create your own first post template - "postbit_myown"
- Create a plugin using hook "postbit_display_complete"
Code:

if ($this->forum['forumid']==xx AND $post['postid']==$this->thread['firstpostid'])
{
$this->templatename = 'postbit_myown';
}

edit: Whoops, that isn't for every page, just for the first post, but you can modify the conditional yourself for that.

That wouldn't make it every page and wouldn't allow the exclusion of a select forum. Thanks a ton though.

Lynne 01-03-2008 03:11 AM

If you want the exclusion of a forum then simply say "$this->forum['forumid']!=xx" where xx is the forum to exclude.

If should be easy to take the post number and divide by the posts per page and if the remainder is 1 then it is the first post on the page (I can't remember the php for that since I never use it, but you can find it in the php manual). Just add that calculation to the conditional and it should work fine.

anama 03-17-2008 04:10 PM

this is a really good mod, with a lot of options.

https://vborg.vbsupport.ru/showthread.php?t=156141


All times are GMT. The time now is 06:59 PM.

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.01087 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_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