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)
-   -   Split ForumHome Page into Multiple Pages (https://vborg.vbsupport.ru/showthread.php?t=92201)

l SKN l CHRIS 05-26-2008 02:47 AM

I really really really need this or a solution that will do the same thing.

Anyone. I would be unmeasurably thankful

Neutral Singh 05-30-2008 03:29 PM

I need this one as well!!

MalluCastle 06-09-2008 01:55 PM

can u please update it for 3.7

mike_bbf 07-24-2008 09:19 PM

would love a 3.7 version of this too, please, please update :)

Discussions 08-01-2008 11:18 PM

Quote:

Originally Posted by mike_bbf (Post 1583391)
would love a 3.7 version of this too, please, please update :)

It works just fine for 3.7.2.

Blaine0002 08-15-2008 06:34 AM

Quote:

Originally Posted by TimIng2211 (Post 1149344)
This is a great little mod and perfect for my needs.

One thing I'm struggling is this, I can see the category and forums on page2 no problem, but when in a forum, when clicking on the articles link in the breadcrumb navigation at the top, I am taken to Page1 not back to page2 (library.html) - www.digigreen.net/forums/index.php?page=2 then to any of the forums.

How do I change this?

Cheers,

Tim

I am too having this problem. ALSO, $_GET['page'] Dosent seem to be getting passed to the $page variable, and the $_GET[page] dosent pass to subforums, even when the subforums are specified (easy fix though, just use $forum['page'] or something of the like)

Thanks for the work! (BTW why are there multiple plugins with the exact same thing? oh and the plugin can be simplified to
Code:

if (empty($_GET[page]))
{
        $_GET[page] = '1';
}
$page = $_GET[page];


JVCode 09-12-2008 01:36 PM

This is just what I've been looking for, thankyou ever so much! Installed and working perfectly on 3.7.2

binevi 10-27-2008 09:24 PM

my forums URL is com/findex.php so what is the link of page 2 going to be.

i tried com/findex.php?page=2 but it doesnt work

any idea

Hornstar 10-28-2008 06:16 AM

you have a typo, you put findex, it should be forums/index.php?page=2

That works perfectly fine for me, just ensure you have set a forum up to be on page 2 in the admincp first.

binevi 10-28-2008 09:04 PM

Fatal error: Field page is not defined in $validfields in class vb_datamanager_forum in [path]/includes/class_dm.php on line 485

i had this error when iwas trying yo set forum to page2


All times are GMT. The time now is 03:36 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.01189 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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