vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - AJAX Tabbed Latest Threads (https://vborg.vbsupport.ru/showthread.php?t=200018)

WhaLberg 12-27-2008 10:00 PM

AJAX Tabbed Latest Threads
 
1 Attachment(s)
This modification lets you display latest threads of the defined forums in the forum home. Uses ajax in order to get the latest threads of the clicked forum in every 5 seconds.

Max forums you can enter is 5. If you enter more, the product will cut it to 5.

You are able to display 5, 10, 15 and 20 results.

The product will also work for 3.7 users.

INSTALLATION
  • Unzip the file.
  • Import the product via AdminCP.
  • Upload the directory to your forum home via FTP.

NOTES
  • Do not forget to update the options via AdminCP -> vBulletin Options -> vBulletin Options -> AJAX Tabbed Latest Threads.
  • If you don't wish the product to make the template change, use the $latestthreads variable in anywhere you wish in your FORUMHOME template.

Please don't hesitate to let me know if you find any bugs or if you face any errors.

CLICK TO INSTALL if you use this product.

Enjoy the product!

murrtex 12-28-2008 09:10 PM

Congratulations... ;)

Deceptor 12-28-2008 09:35 PM

Nice mod, I think you should add a setting in to control the timer for AJAX, every 5 seconds by default is intensive for most methinks :)

lazydesis 12-29-2008 04:26 AM

awesome mod :) this is one of the best I have seen in latest times .. very useful .. tagged for installing later

safakuygur 12-29-2008 06:15 AM

very nice instaled thanks

Forum Lover 12-29-2008 09:29 AM

Is it latest replied threads? Or latest opened threads? Nice idea. :)

WhaLberg 12-29-2008 09:47 AM

latest opened threads but latest posts would be a better idea, i guess.

alqloob alsahya 12-29-2008 11:03 AM

nice cool

elmati 12-29-2008 11:47 AM

Plase do an switchable option for latest opened threads and latest post and an option to change the refresh time :)

really good work m8!
thanxs!

gwerzal 01-18-2009 12:58 AM

sweet il check this out later, nice one

wmlvb 01-18-2009 03:44 PM

My question: can this be seen when in a thread, forum and forum home? or just forum home?? I am looking for something that shows on forums catagories, and threads and not just forum home!

If you have private forums will those post be seen by users groups other than the usergroups that have access to that forum? Thanks

Alfa1 01-19-2009 01:18 AM

Please consider integration of latest group messages & blogs.

Allan 01-19-2009 04:34 AM

Hello, do you have a demo ?

bigtime 01-21-2009 07:19 AM

Looks great. You have the following url in the .xml file:
http://localhost/projects/images/gra...ient_thead.gif

How could this add-on be shown on a non forum page?

Thanks.

Alfa1 01-24-2009 01:19 AM

How can we show this on vbadvanced?

atmaca 01-24-2009 12:28 PM

Thank you WhaLberg

cindy helmond 02-04-2009 09:32 AM

i have installed this mod :


after in installing and uninstalling i get this error any help ?

get only the error on the main forum home other links are good !!

please fix this for me my forum is dead now :mad:

if i disable plugins then is the error gone
thx


Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

    SELECT thread.threadid,
            thread.title AS tht,
            thread.postusername,
            thread.replycount,
            thread.lastposter,
            thread.views,
            thread.attach,
            forum.title AS fot
    FROM thread AS thread, forum AS forum
    WHERE thread.forumid = forum.forumid
    AND thread.forumid NOT IN (0)
    AND thread.threadid NOT IN (0)
    order by thread.lastpost Desc
    LIMIT;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 14
Error Number  : 1064
Request Date  : Wednesday, February 4th 2009 @ 12:03:00 PM
Error Date    : Wednesday, February 4th 2009 @ 12:03:00 PM
Script        : http://www.forum/
Referrer      :
IP Address    :
Username      :
Classname    : vb_database
MySQL Version : 4.1.21-standard-log


cindy helmond 02-04-2009 05:58 PM

Fixed !!

i disable mod for mod and i find the wrong mod and deleted !!
thx

rob01 02-04-2009 07:06 PM

Uncached templates: latest_threads_tabbits ((5)latest_threads_tabbits)
Uncached templates: latest_threads_tabs ((1)latest_threads_tabs)

you miss to catch this templates :S

davoodblack 02-04-2009 10:11 PM

very intrested Mod

but i think its have some Adds...

i think you shuld put some settings for change place of this ....for exaple in top of navbar or other places

and the template of this Mod in uncomppatable with custon styles...plz help me for edit font or style of this

MalluParadise 02-06-2009 01:40 AM

when i install this my whole forum goes into data base error so we lost every data. i don't why if any one can help me please

kidthanh86 02-10-2009 11:53 AM

hi sir. i want to set more 5 topic.
please help me. thanks

mdawg 03-28-2009 03:30 PM

Is there a modification to insert a LINK for "recent threads" into the navbar, rather than have it display all the time on the forum page?

rob01 04-16-2009 07:12 PM

is it possible to show all threads?

Scamorz 05-03-2009 07:28 PM

How i can insert a small image near threads title?
i would also insert a column for comments number if possible...

masterweb 05-10-2009 04:26 PM

Seems good but, how can i integrate it into a module for CMPS from vbAdvanced?, i would insert it into the index of my CMPS portal but i don't see how. Thanks in advance :confused:

rmxs 05-15-2009 06:43 PM

2 uncached templates..
And you have forget to write that custom skins need to put $latestthreads if auto template edit doesnt work or user wont change place to block

RTMdotORG 06-03-2009 05:10 PM

Quote:

Originally Posted by wmlvb (Post 1716924)
My question: can this be seen when in a thread, forum and forum home? or just forum home?? I am looking for something that shows on forums catagories, and threads and not just forum home!

If you have private forums will those post be seen by users groups other than the usergroups that have access to that forum? Thanks

add $latestthreads to your footer or navbar template...it should work...and on ALL pages..

wmlvb 06-04-2009 02:51 PM

Quote:

Originally Posted by wmlvb (Post 1716924)
My question: can this be seen when in a thread, forum and forum home? or just forum home?? I am looking for something that shows on forums catagories, and threads and not just forum home!

If you have private forums will those post be seen by users groups other than the usergroups that have access to that forum? Thanks

anyone have an answer to this question? Thanks

RTMdotORG 06-04-2009 05:20 PM

Quote:

Originally Posted by wmlvb (Post 1823331)
anyone have an answer to this question? Thanks

i just did on the post before....

masterweb 01-16-2010 07:39 PM

Is this mod supported?, works ok with vB 3.8.2 ?

chikkoo 06-16-2010 12:43 PM

Nice mod. Works with 3.8.5, but forum became slow.

The background colour in all styles are vb default color. How to change it according to each styles?

Also the font of Tab header text is bigger, and thread title text is very small. I wanted the vice versa. Where do I change them?

Appreciate some help.

nquang 08-03-2010 06:09 AM

How to show prefix on this Mod?


All times are GMT. The time now is 10:32 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.01237 seconds
  • Memory Usage 1,775KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete