vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Latest Threads On Forum Home (https://vborg.vbsupport.ru/showthread.php?t=83230)

Tralala 05-04-2007 12:47 AM

Very nice! Installed.

kevcj 05-09-2007 01:51 PM

Thank you -- marked as installed and running on 3.6.5

See this mod in action on my site - http://www.survivalistboards.com

flup 05-14-2007 01:02 PM

Nice mod, thanks!

gamelandz 05-14-2007 03:45 PM

I am getting this error now:

Warning: strpos() [function.strpos]: Empty delimiter. in /global.php(349) : eval()'d code on line 178

The following errors occurred when this message was submitted:

1. This forum requires that you wait 30 seconds between posts. Please try again in 29 seconds.

Any help with this?

gamelandz 05-14-2007 04:11 PM

everything else is working fine....just this darn error...only started after i installed this mod.

but i want to keep the mod!!

gamelandz 05-14-2007 04:33 PM

ok, so the problem was not with this mod....sorry folks...

kollam003 05-24-2007 09:32 AM

wonderful mod thanks 4 sharing

cassanova792 05-31-2007 12:29 AM

How do i space out the categories or stretch out the topic so it fills out the width of the table??


INSTALLED

Grunt 07-06-2007 04:52 AM

For all those asking how to exclude forums in addition to the permission restrictions inherent in the hack:

In the .xml file, or by editing the Plugin PHP Code (vBoptions/Plug-in Manager/Edit):

FIND:
Code:

AND forumid NOT IN (0$limitfids)
Directly below the above, add:
Code:

AND forumid NOT IN (x,x,x)

The x's are the forumid's to exclude.

:cheers:

amagab 07-26-2007 12:33 AM

It is possible to added an icon that will take you to the last post in the thread. Also, I'd like the name of the forum to show underneath the thread title.

Can anyone please help me with this.

Thanks!

amagab 07-26-2007 12:34 AM

Oh, one more request if possible but the previous two are more important. I'd like the feature to click down to even older posts like an arrow down just like is used on the latest post module on this site http://www.mylpga.com

Thanks!

duditas 07-28-2007 01:27 AM

It works in 3.6.8. Thanks a lot :)

** Installed**

mahz 08-31-2007 03:27 PM

where do you change the amount of latest threads to display?

imk 09-06-2007 02:44 PM

can somone please write the code for me to hook ONE percific forum in a side collum please?

control1110 09-21-2007 04:21 AM

if I wanted to to show the forum that the lastest post came from instead of the reply count how would I edit the code to do so?

Thank you

control1110 09-21-2007 04:26 AM

duplicate post

vwdforum 10-03-2007 07:33 AM

Just added to my close protection forum, works well.

Is it possible to get it to give links with vRewrite with search engine friendly links?

kansei 12-03-2007 12:28 AM

I'm pretty new to vB admin stuff and had a question about this hack.

I've seen something similar done before, but in a column on the right in the forum home. I have a right column on my forum home (via another hack) and just figured I could paste the template edit that this hack called for into that template, but no this does not work at all.

any guidance? I can give you any information needed (copy and paste of template files or whatever)

thanks in advance!

oh the site is www.themazdaforum.com if you wanted to see what is going on right now.

Edit: I hacked up the part you are supposed to paste into FORUMHOME such that it fits into the right column template. Still nothing appears. It is as if <if condition="$show['latestthreads']"> is returning false so it just isn't processing anything. Is that a var I have to set somewhere?

I'm such a n00b with this stuff :P

pdhaudio83 02-25-2008 03:34 AM

bump?

asasi 04-19-2008 11:02 AM

Hi
I saw on a forum home page that two copies of this hack was working.
There was two columns . one of them show latest posts on some forums (for example download forums) and another one shows all other new posts (on all other forums)

How can I do this?
thanks

April7 04-24-2008 01:09 AM

I love it, one issue, the images are showing as red X's in the lastest thread titles. How do you fix that?

shaynehammy 05-08-2008 08:42 PM

Is there an update for this to work on 3.7? The current 3.7 hacks arent as good as this version. Thanks.

Lucas 05-17-2008 01:08 PM

This hack works on 3.7. I have it installed.

Greg-J 05-18-2008 07:22 AM

Mind telling us how? I have installed it, but it is simply not working.

shaynehammy 05-19-2008 08:11 AM

Yes, please let us know. Didnt work for me.

RaZor Edge 06-08-2008 08:35 PM

Quote:

Originally Posted by LucasG (Post 1522551)
This hack works on 3.7. I have it installed.

Same here. I've just upgraded from 3.6.8 to 3.7.1 and it still working. Done nothing special.

http://forum.fnnation.com/

Smitty 07-06-2008 02:15 PM

Mine was working with 3.7.2 until I added a couple of new forums today. For some reason it stopped following permissions rules and started showing threads in 'restricted' forums (like my moderator's forum) to everyone. The forums I added have nothing to do with the moderator's forum, and I tried a couple other 'similar' mods and they don't show threads that are in 'restricted' forums.

I have no idea what happened, but if anyone has any ideas I'd like to hear them. I like this mod a lot and would like to get it back in use.

jason_x 08-30-2008 12:34 PM

the best latest thread hack .... the others arent as good as this one!

too bad there is no version yet for 3.7.x :(

paxuh 01-12-2009 01:15 AM

My vbulletin forum is located at mysite.com/forum, but is it possible to show the latest threads in the main page (html) with this mod?

paxuh 01-13-2009 01:04 AM

I would like to show latest active threads on a non vBulletin html page. Is it possible to do so with this add-on?

mmoore5553 06-29-2009 08:22 PM

i get this error when using your mod . I think it is a prefix error but not sure how to fix . any ideas ? i have this mod on another forum and it works great ..thanks


Database error in vBulletin 3.8.2:

Invalid SQL:

## GET LATEST THREADS ##
SELECT thread.*,threadid, title, dateline, views FROM acpthread ORDER BY views DESC LIMIT 5;

MySQL Error : Unknown table 'thread'
Error Number : 1051
Request Date : Thursday, June 11th 2009 @ 03:02:28 PM
Error Date : Thursday, June 11th 2009 @ 03:02:28 PM
Script : http://www.xxx.com/forums/index.php
Referrer : http://www.xxx.com/forums/video.php
IP Address : xx
Username : xx
Classname : vB_Database
MySQL Version : 5.0.58

mmoore5553 06-29-2009 10:38 PM

i have figured it out. The mod is missing the prefix variable. I changed it and working fine.

s.sami 09-09-2011 10:24 AM

can auto refresh or not ?


All times are GMT. The time now is 09:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01576 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete