Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[OzzModz] First Post On All Pages Per Thread/Forum Details »»
[OzzModz] First Post On All Pages Per Thread/Forum
Version: 1.1.1, by ozzy47 ozzy47 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 12-26-2013 Last Update: 10-13-2014 Installs: 69
Uses Plugins Template Edits Auto-Templates
Translations  
No support by the author.

Another mod brought to you by,


Here is a small modification you can use to the first post on all pages, per forum or by thread id.

It is a simple installation, just import the product XML, ozzmodz_firstpost_display

You can edit the options under the settings, [OzzModz] First Post Display Settings

Complete Feature List
  • Option to disable the mod completely.
  • Option to choose which forums, will show the first post on all pages.
  • Option to set which thread ID's, will show the first post on all pages.
  • Option to use the default postbit template, or use a custom one, which will allow you to add different styling to the elements.
  • Option to select which usergroups this mod will affect.
Frequently Asked Questions.

Q. Why do I need such a thing, you ask?

A. You may have a thread that has tens or hundreds of pages, and this will allow you to see the original post on all pages, much like you see here on vB.org in the modification threads.

Q. How do I use the custom template?

A. Note: Make sure you know what you are doing if you attempt this!
This may be a bit tricky for some users.

You can copy what ever template you are using, ( postbit or postbit_legacy ) into the template, ozzmodz_firstpost_display_postbit.
Now once you have done that, you can change the styling of the post, by adding css to the elements.
For example, if you want the first post to have a different background, when it is on any other page except for the first page, you can look for this in the template,
Code:
<div class="postbody">
and change it to this,
Code:
<div class="postbody" style="background: darkgrey;">
That will give the first post a dark grey background on any pages other than the first page.

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.

* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.

I appreciate the support!
-------------------------------------------------------------------------------------------

* History (Changelog) *
-------------------------
v1.0.0 (December 27, 2013)
- Initial public release
v1.0.1 (December 28,2013)
Fixed a issue where you could only choose one forum, now you can choose multiple forums.
v1.1.0 (January 26,2014)
Fixed a issue where the custom option would not work in some instances.
v1.1.1 (October 14,2014)
Fixed a incorrect phrase in one of the settings.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
Arianismmm, eTiKeT?, goxy63, mariannet, tbworld

Comments
  #102  
Old 12-13-2014, 01:31 AM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, see if you can work something out. :up:

And, you know why I can't like your posts at the moment.
Reply With Quote
  #103  
Old 12-20-2014, 11:30 PM
tommyxv tommyxv is offline
 
Join Date: Feb 2005
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Noticed when you edit the first post and save it from another page, it goes back to the non-ciustom template until you refresh the page. Any way to fix that?

I still can't get the custom template to show as the original first post with the edit in post #82.
Reply With Quote
  #104  
Old 12-20-2014, 11:36 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tommyxv View Post
Noticed when you edit the first post and save it from another page, it goes back to the non-ciustom template until you refresh the page. Any way to fix that?
Nope, as that would require some sort of ajax, and the time needed to code that in, is not worth the payoff for something only you see, as you were the one who edited it.

Quote:
Originally Posted by tommyxv View Post
I still can't get the custom template to show as the original first post with the edit in post #82.
Not sure why, but I can look into it if I get some free time, as I am a bit backlogged at the moment.
Reply With Quote
  #105  
Old 12-21-2014, 09:32 AM
Fields Fields is offline
 
Join Date: Jun 2014
Location: Germany
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another great mod, thanks for your work ozzy

5 stars and MOTM!
Reply With Quote
Благодарность от:
ozzy47
  #106  
Old 12-21-2014, 09:33 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, glad you like it, and thanks for marking as installed.
Reply With Quote
  #107  
Old 01-10-2015, 12:01 PM
Marcin_J_ Marcin_J_ is offline
 
Join Date: Jan 2011
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tommyxv View Post
I'm running 4.2.3 BETA 3, maybe that's why.
Try this:

PHP Code:
global $vbulletin;

if (
$this->registry->options['ozzmodz_firstpost_display_active']AND is_member_of($vbulletin->userinfoexplode(','$this->registry->options['ozzmodz_firstpost_display_groups'])))
{
    
$included_forums explode(','$this->registry->options['ozzmodz_firstpost_display_forums']);
    
$included_thread explode(','$this->registry->options['ozzmodz_firstpost_display_threads']);
    
    if (
THIS_SCRIPT != 'private'
    {       
        if(
$this->thread['firstpostid'] == $this->post['postid'] AND in_array($this->thread['threadid'], $included_thread))
        {
            switch (
$vbulletin->options['ozzmodz_firstpost_display_template'])
            {
                case 
1$this->templatename 'postbit'; break;
                case 
2$this->templatename 'ozzmodz_firstpost_display_postbit'; break;
            } 
        }
        if(
$this->thread['firstpostid'] == $this->post['postid'] AND in_array($this->thread['forumid'], $included_forums))
        {
            switch (
$vbulletin->options['ozzmodz_firstpost_display_template'])
            {
                case 
1$this->templatename 'postbit'; break;
                case 
2$this->templatename 'ozzmodz_firstpost_display_postbit'; break;
            } 
        }        
    }

Reply With Quote
  #108  
Old 01-10-2015, 12:50 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We already tried that in this post, https://vborg.vbsupport.ru/showpost....8&postcount=82
Reply With Quote
  #109  
Old 01-12-2015, 02:28 AM
tommyxv tommyxv is offline
 
Join Date: Feb 2005
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I get the custom FP template to pick up the css from DBTech's likes? I have the likes cloud below signatures. The font is bigger for the names who liked the post.
Reply With Quote
  #110  
Old 01-14-2015, 08:10 PM
Marcin_J_ Marcin_J_ is offline
 
Join Date: Jan 2011
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
We already tried that in this post, https://vborg.vbsupport.ru/showpost....8&postcount=82
This is the code from the post
https://vborg.vbsupport.ru/showpost....8&postcount=82 :

Code:
global $vbulletin;

if ($this->registry->options['ozzmodz_firstpost_display_active']AND is_member_of($vbulletin->userinfo, explode(',', $this->registry->options['ozzmodz_firstpost_display_groups'])))
{
    $included_forums = explode(',', $this->registry->options['ozzmodz_firstpost_display_forums']);
    $included_thread = explode(',', $this->registry->options['ozzmodz_firstpost_display_threads']);
    
    if (THIS_SCRIPT != 'private') 
    {       
        //if($this->thread['firstpostid'] == $this->post['postid'] AND $vbulletin->GPC['pagenumber'] > 1 AND in_array($this->thread['threadid'], $included_thread))
        if($this->thread['firstpostid'] == $this->post['postid'] AND in_array($this->thread['threadid'], $included_thread))
        {
            switch ($vbulletin->options['ozzmodz_firstpost_display_template'])
            {
                case 1: $this->templatename = 'postbit'; break;
                case 2: $this->templatename = 'ozzmodz_firstpost_display_postbit'; break;
            } 
        }
        if($this->thread['firstpostid'] == $this->post['postid'] AND $vbulletin->GPC['pagenumber'] > 1 AND in_array($this->thread['forumid'], $included_forums))
        {
            switch ($vbulletin->options['ozzmodz_firstpost_display_template'])
            {
                case 1: $this->templatename = 'postbit'; break;
                case 2: $this->templatename = 'ozzmodz_firstpost_display_postbit'; break;
            } 
        }        
    }
}

I improved bold part

From

Code:
if($this->thread['firstpostid'] == $this->post['postid'] AND $vbulletin->GPC['pagenumber'] > 1 AND in_array($this->thread['forumid'], $included_forums))
To:

Code:
if($this->thread['firstpostid'] == $this->post['postid'] AND in_array($this->thread['forumid'], $included_forums))

After this intervention everything works perfectly
Reply With Quote
  #111  
Old 02-08-2015, 05:10 PM
tommythejoat's Avatar
tommythejoat tommythejoat is offline
 
Join Date: Apr 2008
Location: Boston
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was hoping to use this for threads where the first post needs to be at the top even though the user has asked to display the threads as newest first.

I thought that might happen as a side effect of the implementation, but it does not. Would it be a big deal to offer that as an option.

I cannot persuade my users to make effective use of blogs, so we are ending up with feature discussions that start with a tutorial (that should be a blog or article) and then have a series of questions and comments.
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:30 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.08484 seconds
  • Memory Usage 2,345KB
  • 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
  • (5)bbcode_code
  • (1)bbcode_php
  • (4)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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