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

King Kovifor 12-21-2008 02:35 AM

Quote:

Originally Posted by ArnyVee (Post 1689973)
2.0 of the tabbed forum home was out for a cup of coffee.....but, it had some unforseen bugs/errors pop up, so it went 'back to the shop' and it's having another tuneup ;)

Beta tests are ongoing and we'll receive updates on this thread, I'm sure :D

I've made some headway today on beta 3 today.

Cust0ms 12-21-2008 07:12 AM

Is it good for SEO? Forums included in each tabb will be visit by Google etc?

Digital Jedi 12-21-2008 08:49 PM

Quote:

Originally Posted by taffy056 (Post 1689878)
am trying to do this but the easy step in step 6 makes little sense, can someone please explain what you should do please?

Could you be a little more specific? What part of Step 6 are you having trouble with?

taffy056 12-21-2008 10:09 PM

1 Attachment(s)
its the whole thing to be honest, I don't exactly understand the instructions in this, I got about 10 forum categories I want under this, but I am making little headway with it, after adding it looks like this on the attachment

Digital Jedi 12-21-2008 11:04 PM

Well, for step 6 anyway, break it apart:


Quote:

FIND <!-- Tabbed Forum Home -->
below that look for the DIV that contains these <li> tags. I've included 3 SAMPLEs for us to work with (as listed below)
<li class="selected"><a href="tabforumhome.php?tabcat[]=1" rel="ajaxTFHcontentarea">TAB 1 NAME</a></li>
<li><a href="tabforumhome.php?tabcat[]=1&tabcat[]=2" rel="ajaxTFHcontentarea">TAB 2 NAME</a></li>
<li><a href="tabforumhome.php?tabcat[]=1&tabcat[]=2&tabcat[]=3" rel="ajaxTFHcontentarea">TAB 3 NAME</a></li>
Did you find this area yet? It should have been added back in Step 2b.

Quote:

OK now, lets get Categories to display under each tab.
You will notice that each <li> has a weird looking URL "tabforumhome.php?tabcat[]=1&tabcat[]=2"
To set a category you simply assign a category ID number to a tabcat[] variable like this: tabcat[]=1
Do like it says, and add your ID number of the forums categories you want showing up under a given tab.

Quote:

To have more than one category show up under a tab, just concat them like this: "tabforumhome.php?tabcat[]=1&tabcat[]=2&tabcat[]=3"
Its THAT simple.
And string them like that if you want more then one under a given tab.

King Kovifor 12-22-2008 02:27 AM

For those following 2.0.0 this weekend I got over 50% of my to do done.

ArnyVee 12-22-2008 03:14 PM

Woo hoo! Good to hear Brobin! :D

RHWiRED 12-25-2008 11:09 AM

Got this installed. When viewing the whoisonline, it says "Forum Home", you click it and it takes you to: tabforumhome.php?, where it displays errors:


Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1


Is there a way to redirect traffic that clicks on the whoisonline "Forum Home" link?

Oyabun 12-26-2008 04:35 PM

The plugin really doesn't work.
I tried to change the path in the plugin to index.php, but didn't work.
I searched the entire thread, templates and stuff like that. Does anyone have
a solution for that?

I changed the Tabbed Forum Home WOL Unknown Plugin to
PHP Code:

if ($userinfo['activity'] == 'Viewing forum home')
{
            
$handled            true;
            
$userinfo['action'] = 'Viewing forum home';
            
$userinfo['where']  = "";


to remove the messed up links.

RHWiRED 12-27-2008 01:21 AM

No, that is what I asked.. This coder has terrible support.

He/she just earned an uninstall from me.


All times are GMT. The time now is 05:30 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.02675 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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