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

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

Category: Forum Home Enhancements - Version: 3.6.x Rating:
Released: 03-21-2007 Last Update: 03-26-2009 Installs: 292
Supported Uses Plugins Auto-Templates
 

Latest X Posts on Forum Index
by: whitemike
Demo: Here

What this does?

This will add the latest x posts onto your forum index

What version does it work on?

This modification should work on any version 3.6.0 and up! Including the new 3.7

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
Added?
  1. 2 Template
  2. 3 Plugins
  3. 10 Settings
  4. 27 Phrases
Installation?
  1. Import Product
Thats It!

Fixes?

2.3
  1. Fixed the cutoff bug

2.2
  1. Fixed Bug

2.1
  1. Changed variables, so that you can see this, and latest X Threads on forumhome.

2.0
  1. Feature Added: Time and Date
  2. Added feature where if Cut Off is 0, then it will not display the row

1.9
  1. XHTML and CSS Compliant

1.8
  1. For some reason a phrase didn't save so I uploaded it with it.

1.7
  1. Added option to enable/disable auto location
  2. Added 3 automatic locations

1.6
  1. Added Permissions based on forums
1.5
  1. Fixed Look - Made Link Thread Title, with text under it

1.4
  1. Fixed Bug - Was showing up hidden/moderated posts

1.3
  1. Fixed Bug - Didn't display threads in excluded forums
  2. Added Check Version

1.2
  1. Cached Templates
  2. Moved Plugin Location to allow global use of $latest
1.1
  1. Added default value to excluded, which was causing an error if null
  2. Made Collapsible
Please Click Install if you use

Show Your Support

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

Comments
  #162  
Old 11-01-2007, 07:53 PM
Dusty1609 Dusty1609 is offline
 
Join Date: Oct 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All working now. Excellent Mod

Many Thanks
Jon
Reply With Quote
  #163  
Old 11-17-2007, 11:25 AM
raubin raubin is offline
 
Join Date: Sep 2007
Location: Spain
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent little gadget and easy to install - thanks white mike
Reply With Quote
  #164  
Old 11-17-2007, 01:21 PM
mc0676 mc0676 is offline
 
Join Date: Nov 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

He people !
I've installed this mod but don't run.
After import ... i need to insert this code $latest where i want ?
Reply With Quote
  #165  
Old 11-17-2007, 01:44 PM
mc0676 mc0676 is offline
 
Join Date: Nov 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mc0676 View Post
He people !
I've installed this mod but don't run.
After import ... i need to insert this code $latest where i want ?
OK, i reinstall it and now it runs !

Very good, thanks Whitemike.

Only a request.

Can modify the layout in this way:
- height fixed in xxx pixel;
- marquee so i can see for example 100 last post ?

Thanks !
Reply With Quote
  #166  
Old 11-17-2007, 01:57 PM
mc0676 mc0676 is offline
 
Join Date: Nov 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, simple i modify it in this way.

--

<table width="100%" cellpadding="0" cellspacing="0" border="1" bordercolor="#3399FF">
<tr>
<td class="tcat" colspan="3">$vboptions[latest_title_name]</td>
</tr>
<tr>
<td align="left">
<div style="height:220px;overflow: auto; border:0px solid black; background:#EFEFEF">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="thead" width="$vboptions[latest_post_width]">
<phrase 1="$vboptions[latest_number]">$vbphrase[latest_posts]</phrase>
</td>
<td class="thead" width="$vboptions[latest_forum_width]">
$vbphrase[latest_forum]
</td>
<td class="thead" width="$vboptions[latest_user_width]">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latest')"><img id="collapseimg_forumhome_latest" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_latest].gif" alt="" border="0" /></a>
$vbphrase[latest_author]
</td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_latest" style="$vbcollapse[collapseobj_forumhome_latest]">
$latest_post_bits
</tbody>
</table>
</div>
</td>
</tr>
</table>
<br />

---

www.vwgolfcommunity.com/vbulletin

to see the result
Reply With Quote
  #167  
Old 11-19-2007, 08:26 AM
mr moose mr moose is offline
 
Join Date: Aug 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have a very strange problem for you.

i have 4 themes installed to my board out of which i only use 1 main theme and this mod works faultlessly on it ( even after upgrading to 2.0)

now im in the process of changing to a brand new theme and getting all my mods to work with it BUT

this mod wont show up on it in any place whatsoever even though i have the auto setting on there so now im totally confused as to why cany you pleeeeeeeeeese help me ?
Reply With Quote
  #168  
Old 11-19-2007, 09:00 PM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way for doing this for top posters and or latest posts?
Code:
<span class="smallfont"><script type="text/javascript" src="http://www.ny-dev.com/forums/external.php?type=js"></script>
     <script language="" type="text/javascript">
<!--
for (i = 0; i < 10; i++)
{
document.writeln("<a href=\"http://www.ny-dev.com/forums/showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a><br /> <hr />");
}
//-->
</script></span>
Reply With Quote
  #169  
Old 11-20-2007, 04:47 AM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mr moose View Post
i have a very strange problem for you.

i have 4 themes installed to my board out of which i only use 1 main theme and this mod works faultlessly on it ( even after upgrading to 2.0)

now im in the process of changing to a brand new theme and getting all my mods to work with it BUT

this mod wont show up on it in any place whatsoever even though i have the auto setting on there so now im totally confused as to why cany you pleeeeeeeeeese help me ?
Redownload my product, then go to import it again in your product manager, set to import and see if that works.
Reply With Quote
  #170  
Old 11-20-2007, 04:48 AM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xcingix View Post
Is there any way for doing this for top posters and or latest posts?
Code:
<span class="smallfont"><script type="text/javascript" src="http://www.ny-dev.com/forums/external.php?type=js"></script>
     <script language="" type="text/javascript">
<!--
for (i = 0; i < 10; i++)
{
document.writeln("<a href=\"http://www.ny-dev.com/forums/showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a><br /> <hr />");
}
//-->
</script></span>
This is for latest posts...
Reply With Quote
  #171  
Old 11-20-2007, 05:11 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by whitemike View Post
This is for latest posts...
thats latest threads bro
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 08:59 AM.


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.05407 seconds
  • Memory Usage 2,320KB
  • 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
  • (2)bbcode_code
  • (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
  • (2)pagenav_pagelinkrel
  • (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