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

Reply
 
Thread Tools
Sidebar Lastest Threads Details »»
Sidebar Lastest Threads
Version: 3.8.002, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.1 Rating:
Released: 02-07-2009 Last Update: 02-07-2009 Installs: 93
Uses Plugins Template Edits Auto-Templates
Translations  
No support by the author.

First thanks to F0xy for a great idea!

Description:
If your forum using sidebar, you want to give Lastest Threads out this sidebar, this Mod will do it.

Info:
Plugins: 3
Phrases: 16
Templates: 2
Settings: 5

Install:

1. Import Product via Manage Products
ACP >> Plugins & Products >> Manage Products >> [Add/Import Product]

2. Edit Template:
Add in your sidebar template:

Code:
$template_hook[sidebar_lastest_threads]
where you want show "Lastest Threads"

3. Settings:
ACP >> vBulletin Options >> Sidebar Lastest Threads Settings

History:
v3.8.001 : First Release
v3.8.002 : nothing special, just add default forumids

PS: Work fine with 3.7.x (Tested)

Similar MOD:
Sidebar Column
Sidebar Poll

Download Now

File Type: xml product-sidebar_lastest_threads.xml (8.5 KB, 1128 views)

Screenshots

File Type: png slt_acp_settings.PNG (53.0 KB, 0 views)
File Type: jpg slt_view.jpg (75.1 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 02-09-2009, 05:44 PM
dmknights dmknights is offline
 
Join Date: Jul 2007
Location: UK
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As ive said, i have tested this on my 3.8.1 board & it DOESNT WORK!
Reply With Quote
  #23  
Old 02-09-2009, 05:52 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dmknights View Post
As ive said, i have tested this on my 3.8.1 board & it DOESNT WORK!
OK, it DOESNT WORK!
Reply With Quote
  #24  
Old 02-15-2009, 01:04 AM
Big-K Big-K is offline
 
Join Date: Feb 2005
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just tried this on 3.8.1 using Ultimate side columns and nothing shows up.
Reply With Quote
  #25  
Old 02-16-2009, 01:26 PM
jorgejgm jorgejgm is offline
 
Join Date: Jan 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All time received this message:

Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT count(*)as cnt,max(dateline) as lastupdate
FROM vbulletin_groupmessage
WHERE groupid='1';

MySQL Error : Unknown column 'groupid' in 'where clause'
Error Number : 1054
Request Date : Monday, February 16th 2009 @ 03:59:14 PM
Error Date : Monday, February 16th 2009 @ 03:59:14 PM
Script : http://www.XXXXXXXXX/cron.php?rand=xxxx
Referrer : http://www.XXXXXXXXX/xxxxxx.php?do=xxxx
IP Address : XXXXXXXXX
Username : No Registrado
Classname : vB_Database
Reply With Quote
  #26  
Old 02-17-2009, 11:32 AM
itsheinz itsheinz is offline
 
Join Date: Feb 2009
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
$template_hook[sidebar_lastest_threads]
i dont get this part..i already have it in my template.
and also this one:
Quote:
where you want show "Lastest Threads"
can you explain further what to do or additonal editing..coz i already installed the xml and yet the latest threads in side bar is not showing.
Reply With Quote
  #27  
Old 02-21-2009, 04:59 PM
Nimrod.'s Avatar
Nimrod. Nimrod. is offline
 
Join Date: Dec 2006
Location: California
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, I have this enabled on my board and it works great. I am running 3.8.1
Reply With Quote
  #28  
Old 02-24-2009, 02:48 AM
LanciaStratos's Avatar
LanciaStratos LanciaStratos is offline
 
Join Date: Oct 2001
Location: somewhere you're not
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks very much for this hack! Are the results of the 'latest topics' cached in some way? Otherwise, I imagine this additional additional query on each page load of a busy site could introduce a significant overhead.
Reply With Quote
  #29  
Old 03-12-2009, 02:39 AM
Befragen Befragen is offline
 
Join Date: Nov 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get it to show I'm on 3.8.1

How do I add it?
Reply With Quote
  #30  
Old 03-13-2009, 08:20 PM
keez keez is offline
 
Join Date: Aug 2008
Location: Berlin/Stuttgart
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IF it's working on 3.8.1...
is there a way to get this thing grap something like
PHP Code:
forumid IN (".ACTUAL BOARD AND SUBBORD IDs."
instead of
PHP Code:
forumid IN (".$vbulletin->options['+++++++_slt_forumid']."
I want it to show the latest posts/threads out of the board you're visiting... I think above is the right place for the missing piece of "the auto-generated IDs", but i'm quite new on vB, so that I don't know how to do this yet^^?
Reply With Quote
  #31  
Old 03-27-2009, 05:38 PM
Daryn Daryn is offline
 
Join Date: Nov 2008
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, I just wish there was an easier way to pick which forums you want to show. I had to look up and enter over 50 forum IDs.

Also, for the next version could you possibly change it so that if you have it set to show LastPost, it will take you to the latest post in that thread instead of taking you to the first?
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 09:16 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.04661 seconds
  • Memory Usage 2,333KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (3)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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete