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

Reply
 
Thread Tools
Latest Posts Details »»
Latest Posts
Version: 2.0.0, by Michael Biddle Michael Biddle is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.x Rating:
Released: 07-17-2008 Last Update: 04-25-2011 Installs: 149
Supported Uses Plugins Auto-Templates
 

Latest Posts
by: Michael Biddle

What this does?

This addon will add the latest posts of your forum to all pages.

What version does it work on?

This modification was written in vBulletin 3.8.7, however, it should work will most of the later 3.x series.

Features?
  1. Enable/Disable - Master Switch to Turn Latest Posts on or off
  2. Title - Change the title of the Site News
  3. Posts to Show - Number of Last Posts to show
  4. Cutoff Length - How many characters to show before the ... at the end
  5. Exclude Forums - Choose what forums you do not want to be listed
  6. Thread Title Width - Width of Title Table
  7. User Title Width - Width of User Table
  8. Forum Title Width - Width of Forum Table
  9. Auto Location - Enable/Disable auto location
  10. Location - Gives Options for Under navbar, above forum, or below forum
  11. Date - Choose to include the date and time posted.
Installation?
  1. Import Product

Due to popular demand, this product has now been updated to show globally.

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 08-18-2008, 11:47 PM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No. This is how it is intended for use. You would have to modify the query and change the templates.
Reply With Quote
  #43  
Old 08-19-2008, 03:12 PM
directprint directprint is offline
 
Join Date: Jun 2006
Location: Australia
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod with heaps of parental to do things with, I am like others and would like to see "post icons", "Last Reply" and "Replies/Views", there seems to be plenty of room for this.

Not sure if the text is needed below the thread title, I removed it on my template as it just took up too much room at the top if showing 10 posts.
Reply With Quote
  #44  
Old 10-11-2008, 09:59 AM
carlos54321 carlos54321 is offline
 
Join Date: Jul 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thankyou
Reply With Quote
  #45  
Old 10-13-2008, 05:11 PM
boandmichele boandmichele is offline
 
Join Date: Jan 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

michael, how would i write a simple php file to put $platest on a separate page by itself? my members are requesting a way to have the most recent 50 or so on a page by themselves, but i don't have the skills to do such a thing. (and 50 would make the index just a bit large )
Reply With Quote
  #46  
Old 10-15-2008, 12:10 AM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want a standalone page would it vb considered a vbulletin page? (Same directory as index.php and global.php, etc.
Reply With Quote
  #47  
Old 10-15-2008, 01:00 AM
boandmichele boandmichele is offline
 
Join Date: Jan 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Biddle View Post
If you want a standalone page would it vb considered a vbulletin page? (Same directory as index.php and global.php, etc.
yes it probably would, i just have no idea how to go about doing this.
Reply With Quote
  #48  
Old 10-15-2008, 03:41 AM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can try this:

It will show the latest 50 on this page: www.yoursite.com/misc.php?do=latest50

Note: It will use the same option as the latest x post value to either show/not show the page text.
Reply With Quote
  #49  
Old 10-15-2008, 06:29 PM
boandmichele boandmichele is offline
 
Join Date: Jan 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Biddle View Post
You can try this:

It will show the latest 50 on this page: www.yoursite.com/misc.php?do=latest50

Note: It will use the same option as the latest x post value to either show/not show the page text.
you rule! thank you SO much.
Reply With Quote
  #50  
Old 10-15-2008, 11:07 PM
boandmichele boandmichele is offline
 
Join Date: Jan 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Biddle View Post
You can try this:

It will show the latest 50 on this page: www.yoursite.com/misc.php?do=latest50

Note: It will use the same option as the latest x post value to either show/not show the page text.
lol okay just got home, and installed... lol im not sure what else to do though. heres the page http://www.thefullmailbox.com/forums...hp?do=latest50

do i need to put a hook in a template somewhere? (thanks again, pardon my ignorance)
Reply With Quote
  #51  
Old 10-15-2008, 11:57 PM
boandmichele boandmichele is offline
 
Join Date: Jan 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Biddle View Post
Woops. Try this one (forgot to add templates)
now to reiterate, you rock. thanks so much again!
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 07:54 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.08741 seconds
  • Memory Usage 2,306KB
  • 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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete