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 Posts on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=142759)

DieselMinded 05-06-2007 11:42 PM

There is No Plugin Forumhome_latest Theres a template and your text isnt in there ,,,, In the plug in there Forumhome_start and the code you mentioned is in there but when i remove it i get eoors , I added $latest under whats going on its showing great but i cant get rid of the one below my nav bar .......

www.dieselbombers.com

DieselMinded 05-06-2007 11:56 PM

When I remove .... (from Forumhome_start In plugin)

Quote:

//adds location to forumhome template
$vbulletin->templatecache['FORUMHOME'] = str_replace(
'$navbar',
'$navbar $latest',
$vbulletin->templatecache['FORUMHOME']
);
}
I Get
Quote:

Parse error: syntax error, unexpected ')' in /data/9/1/38/132/1201621/user/1280413/htdocs/index.php(63) : eval()'d code on line 122

DieselMinded 05-07-2007 01:08 AM

OK I fixed this ..... Add
PHP Code:

$latest 

on a template where you want it then in Plugins Forumhome_start change ...

PHP Code:

//adds location to forumhome template
$vbulletin->templatecache['FORUMHOME'] = str_replace(
'$navbar',
'$navbar $latest',
$vbulletin->templatecache['FORUMHOME']
);


to

PHP Code:

//adds location to forumhome template
$vbulletin->templatecache['FORUMHOME'] = str_replace(
'$latest',
'$latest',
$vbulletin->templatecache['FORUMHOME']
);



Philipaclayton 05-07-2007 10:44 AM

installed. super mod

Michael Biddle 05-09-2007 03:12 AM

Quote:

Originally Posted by DiesellMinded (Post 1242798)
OK I fixed this ..... Add
PHP Code:

$latest 

on a template where you want it then in Plugins Forumhome_start change ...

PHP Code:

//adds location to forumhome template
$vbulletin->templatecache['FORUMHOME'] = str_replace(
'$navbar',
'$navbar $latest',
$vbulletin->templatecache['FORUMHOME']
);


to

PHP Code:

//adds location to forumhome template
$vbulletin->templatecache['FORUMHOME'] = str_replace(
'$latest',
'$latest',
$vbulletin->templatecache['FORUMHOME']
);



Well you could just remove that part, its worthless to replace $latest with $latest

Quote:

Originally Posted by Philipaclayton (Post 1242979)
installed. super mod

Thanks

UPDATE:

Now works on forum permissions

belceb 05-09-2007 01:35 PM

hello, exelent work.


and... so that this I modulate appears in the part of under the forum?:)

Michael Biddle 05-10-2007 06:18 PM

Quote:

Originally Posted by belceb (Post 1244350)
hello, exelent work.


and... so that this I modulate appears in the part of under the forum?:)

It appears under the navbar

Michael Biddle 05-11-2007 03:38 AM

Ok Product Updated:

Since some of you guys were having trouble with the custom locations etc.

I set it up to enable/disable automatic location, and automatic 3 locations

inciarco 05-12-2007 01:02 PM

Magnific Add-On!! :up:

Works Ok With vBulletin 3.6.6!! :up:

:)

The D 05-14-2007 09:34 PM

Everytime I try to install it, I get this:

The following dependencies were not met:

1. The product latest_posts_versioncheck must be installed before this product may be installed.

I'm fairly new to this software, so maybe I'm missing something. Help please!


All times are GMT. The time now is 03:29 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.01330 seconds
  • Memory Usage 1,752KB
  • 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
  • (6)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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