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
  #22  
Old 01-14-2014, 04:47 AM
Alibass's Avatar
Alibass Alibass is offline
 
Join Date: Mar 2007
Posts: 615
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried your mod and like megabink 'it does not work for me either. It's not that hard of a mod to setup, I did everything but fool with the custom toggle and sing it a lullaby.

Sorry no install.... will keep it tagged and check back later to see if it's working for everybody.
Reply With Quote
Благодарность от:
megabink
  #23  
Old 01-14-2014, 10:42 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I never got any admin credentials form megabink, perhaps you con supply me with a admin account, so I can see what is going on.
Reply With Quote
  #24  
Old 01-15-2014, 01:28 PM
Limality Limality is offline
 
Join Date: Aug 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod =) almost what I'm looking for. How hard would it be to implement this on a per thread basis as well? Let's say a forum member would be able to choose if the first post should stay on top on all pages.

On my forum some threads would greatly benefit from this, other threads not really...
Reply With Quote
  #25  
Old 01-15-2014, 04:03 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now you can do this by setting thread ID in ACP manually, but it really would be great if we can set it in front end, with usergroup permissions in place (who can make thread's first post visible on all pages).
Reply With Quote
  #26  
Old 01-15-2014, 09:15 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That will be something I look into for a future version.
Reply With Quote
Благодарность от:
Alan_SP
  #27  
Old 01-24-2014, 07:41 PM
mariannet's Avatar
mariannet mariannet is offline
 
Join Date: Mar 2003
Location: Denmark
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have set Set Template to Custom

I have copied my postbit_legacy to ozzmodz_firstpost_display_postbit
I have changed <div class="postbody"> to <div class="postbody" style="background: darkgrey;">

It works great for showing the first post on next pages, but it does not use the ozzmodz_firstpost_display_postbit content
Reply With Quote
  #28  
Old 01-25-2014, 10:38 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That makes no sense, if you have that option ticked, and remove the contents of the ozzmodz_firstpost_display_postbit what happens?
Reply With Quote
  #29  
Old 01-25-2014, 01:05 PM
mariannet's Avatar
mariannet mariannet is offline
 
Join Date: Mar 2003
Location: Denmark
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
That makes no sense, if you have that option ticked, and remove the contents of the ozzmodz_firstpost_display_postbit what happens?
Nothing, I have tried everything now, uninstalled, reinstall, uninstall everything that has effect on postbit. Tried both postbit and legacy. Default style (mother of all), other styles. Choose one forum, all forum..
It does show first on all pages just fine, but I would really like the css for it to make sense
It simply does not use the Ozz template

I run vB 4.2.2
Reply With Quote
  #30  
Old 01-25-2014, 02:15 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want, pm me a admin account and I can look into it for you.
Reply With Quote
  #31  
Old 01-25-2014, 02:30 PM
mariannet's Avatar
mariannet mariannet is offline
 
Join Date: Mar 2003
Location: Denmark
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
If you want, pm me a admin account and I can look into it for you.
Sure, but not before tomorrow, I'm going out and won't be back till then
I'll PM you
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 06:13 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.04973 seconds
  • Memory Usage 2,327KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (2)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
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)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_postinfo_query
  • fetch_postinfo
  • 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