vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Latest X Threads on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=159389)

Aeolian_X 11-19-2007 12:01 AM

In order to get this to work on my site, I had to change the Main plugin from forumhome_start to forumhome_complete.

kansei 12-03-2007 01:14 AM

Quote:

Originally Posted by Criticize (Post 1373839)
I have added this to one of my templates in the sidebar and it looks great after I modified it. I am wondering how to get this to also show up in the forumdisplay as well?

I tried to edit the plugin and change forumhome_start to global_start and that got it to display, but it caused errors throughout my forum.

Please help me

Great hack!

Criticize --how did you get it working in the sidebar? I'm trying to get it in my sidebar but can't actually get it to display

Teresa 12-20-2007 07:27 PM

I need to get this in my left column. Any specific help?

Michael Biddle 12-20-2007 09:23 PM

Well for 1, I only provide support for people that click install,
and 2, it will only working on the forumhome template.

shcchief 12-29-2007 06:10 AM

Great work mike,

How do I get the thread names to appear as the recent topics, when new posts are made in them?

I suppose in a way, I'm trying to combine the functionality of the latest posts and threads mods, into one mod.

Thanks mate.

heroia 01-03-2008 06:21 AM

I can only show the last threads, not to show columns with user and forum ?

Nikke 01-03-2008 02:21 PM

Is there any way to install two of these to get two boxes with different content? Help would be deeply appreciated!

ltd 01-05-2008 08:36 PM

Thread title cutoff does not work for me :(

OnyxChase 01-20-2008 09:39 PM

Quote:

Originally Posted by shcchief (Post 1411244)
Great work mike,

How do I get the thread names to appear as the recent topics, when new posts are made in them?

I suppose in a way, I'm trying to combine the functionality of the latest posts and threads mods, into one mod.

Thanks mate.

I have the same problem here.. It seems that they both use the same variables and I cannot for the life of me get both of them to work together. :(

I hope the coder can help us integrate both as I have the perfect place for it.. I will be waiting ......

Maybe change this one enough so that it doesn't interfere with the latest posts version..

OnyxChase 01-23-2008 07:07 AM

Ok guys, I got it working.

To get both the latest Posts and latest Threads to work together on the same forumhome page:

Go to Plugin Manager, and in the "Product : Latest X Threads on Forum Home" product, select the "Main Code" and edit.

Find all instances of $forumids

Replace with $forumids2

THEN ...

Find:
Code:

eval('$latest = "' . fetch_template('forumhome_latest_thread') . '";');
Replace with:
Code:

eval('$latestthreads = "' . fetch_template('forumhome_latest_thread') . '";');

Use $latestthreads in your forumhome template.

Both plugins were using the same variables thus causing a conflict!


All times are GMT. The time now is 09:26 AM.

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.01293 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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