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)

Slugsnack 12-11-2008 07:00 PM

Yeah this doesn't work for me. When I installed it, and followed all the directions one by one. It was just

Tabbed Forum Home
Tabbed Forum Home
Tabbed Forum Home

And when I clicked on them the graphics went dumb.. Am I the only one? o,O

TomJames 12-11-2008 07:08 PM

Quote:

Originally Posted by Slugsnack (Post 1683339)
Yeah this doesn't work for me. When I installed it, and followed all the directions one by one. It was just

Tabbed Forum Home
Tabbed Forum Home
Tabbed Forum Home

And when I clicked on them the graphics went dumb.. Am I the only one? o,O

Try making your paths absolute rather than relative, I had the same issue initially.

Slugsnack 12-11-2008 07:50 PM

1 Attachment(s)
Ah. Okay [= Thanks

EDIT: how do I do that o,o

EDIT2: Here's what I see when I do it..

TomJames 12-11-2008 08:15 PM

Quote:

Originally Posted by Slugsnack (Post 1683365)
Ah. Okay [= Thanks

EDIT: how do I do that o,o

EDIT2: Here's what I see when I do it..

Yeah that's what I had:

Code:

<!-- Tabbed Forum Home Header Code -->       
        <link rel="stylesheet" type="text/css" href="http://www.yoursite.com/forums/clientscript/tabs/ajaxtabs.css" />
        <script type="text/javascript" src="http://www.yoursite.com/forums/clientscript/tabs/ajaxtabs.js"> </script>
<!-- /Tabbed Forum Home Header Code -->

This fixed it (rather than using the relative paths that come in the install guide).

Edit:
Basically rather than using:

Quote:

./clientscript/tabs/ajaxtabs.js
Try using:

Code:

http://www.yoursite.com/forums/clientscript/tabs/ajaxtabs.js
(or whatever your forum URL is)

Slugsnack 12-11-2008 08:18 PM

It's still not working.. Could you help me personally?

Digital Jedi 12-14-2008 03:06 AM

Quote:

Originally Posted by Slugsnack (Post 1683376)
It's still not working.. Could you help me personally?

Is doesn't look to me like you have your files in the right location. Are you sure your .JS and .CSS file are in the clientscript/tabs/ directory?

Keesa 12-14-2008 11:06 AM

I have a question about this before I engage my brain and even attempt it.

Can you specify which categories go out under a tab or will ALL categories create a new tab?

Thanks

King Kovifor 12-14-2008 01:19 PM

Quote:

Originally Posted by Schnee (Post 1685133)
I have a question about this before I engage my brain and even attempt it.

Can you specify which categories go out under a tab or will ALL categories create a new tab?

Thanks

You must specify.

Reece^B 12-14-2008 05:09 PM

How can I do this?

To be able to click a tab ie, portal / forums and have just the portal / forum come up

Here's a rough image, lol.

Portal:
http://img529.imageshack.us/img529/7974/tab1wv8.jpg
Forums:
http://img376.imageshack.us/img376/7409/tab2ha9.jpg

So I keep the setup in vba cmps, but jsut have the center content changing.

Thanks in advance.

LGKeiz 12-16-2008 12:25 AM

does the AJAX version show "Forum name (5 viewing)" Because it's not working for me..

site: http://gamingsync.com

Hornstar 12-16-2008 04:00 AM

Any ETA on beta 2?

GlamRockTalk 12-16-2008 01:33 PM

Bob/KK (or anyone else for that matter),

Can this mod be used to display the subforums within a forum in an organized manner?

What I mean is this....I have a forum "Glam Rock Bands" which has 56 subforums (one for each of the bands). http://www.glamrocktalk.com/forumdisplay.php?f=3

What I'd like to do is take the bands and group them alphabetically (A-E, F-J, etc) with tabs. Is this possible within ForumDisplay? If so, where/how do I actually make the adjustments?

Digital Jedi 12-17-2008 12:28 AM

Quote:

Originally Posted by GlamRockTalk (Post 1686615)
Bob/KK (or anyone else for that matter),

Can this mod be used to display the subforums within a forum in an organized manner?

What I mean is this....I have a forum "Glam Rock Bands" which has 56 subforums (one for each of the bands). http://www.glamrocktalk.com/forumdisplay.php?f=3

What I'd like to do is take the bands and group them alphabetically (A-E, F-J, etc) with tabs. Is this possible within ForumDisplay? If so, where/how do I actually make the adjustments?

Not the way you have your forum organized now. What this does is modify the standard display of forumhome and group Categories under each time. What you would need to do is categorize each of your band subforums under categories like you mentioned. A-E, F-J, etc. Then place each category under it's own tab. Conversely you could make each subforum its own category and just put the categories you want under each tab (I shudder at the amount of editing that would take), but either way this would be displayed on your forum home page along with all the tabs to your other forum categories.

King Kovifor 12-17-2008 12:31 AM

Quote:

Originally Posted by hornstar1337 (Post 1686382)
Any ETA on beta 2?

Beta 2 is being released to beta testers within the next few days (I've already made a copy of our repository that marks B2 readiness).

Quote:

Originally Posted by GlamRockTalk (Post 1686615)
Bob/KK (or anyone else for that matter),

Can this mod be used to display the subforums within a forum in an organized manner?

What I mean is this....I have a forum "Glam Rock Bands" which has 56 subforums (one for each of the bands). http://www.glamrocktalk.com/forumdisplay.php?f=3

What I'd like to do is take the bands and group them alphabetically (A-E, F-J, etc) with tabs. Is this possible within ForumDisplay? If so, where/how do I actually make the adjustments?

I am sure that with a few tweaks you could work this into working only on that forum. As it stands now, tabs are an all show or no show.

LGKeiz 12-17-2008 05:48 AM

I wish someone answered my question.

Reece^B 12-17-2008 05:06 PM

Has anyone got a reply for my vb advanced question?

King Kovifor 12-17-2008 06:47 PM

Quote:

Originally Posted by LGKeiz (Post 1687192)
I wish someone answered my question.

No, this is a known bug and has been fixed in 2.0.0 I believe.

Quote:

Originally Posted by Reece^B (Post 1687465)
Has anyone got a reply for my vb advanced question?

Maybe try Bob's other modification (Specifically for vBa CMPS).

Reece^B 12-18-2008 01:13 PM

Thanks for the reply, I tried it over @ vbadvanced.com but found it tedious to setup and use!

ArnyVee 12-19-2008 12:48 AM

Actually, the vBadvanced one was VERY simple to setup for me. I'm nowhere near an expert (have only 6 months experience with mods, etc) and I got it done with no issues at all. Just take it step by step Reece.

Hostboard 12-19-2008 11:17 AM

Would like to request 3 additions.

1. Ability to set each tabs color
2. Ability to define a font
3. Ability to define the order the tabs are shown

Great mod!!!!

Slugsnack 12-19-2008 11:43 AM

Yeah.. I did follow it step by step and it still didn't go right.. I did the 1.5 and 1.0 or w.e.. :/

ArnyVee 12-19-2008 01:06 PM

Quote:

Originally Posted by Slugsnack (Post 1688692)
Yeah.. I did follow it step by step and it still didn't go right.. I did the 1.5 and 1.0 or w.e.. :/

Aaron, we were discussing the vBadvanced version of the Tabbed approach. You can find that here....

http://www.vbadvanced.com/forum/showthread.php?t=31617

...as far as this particular mod, I'm waiting until 2.0 (unless my members threaten me more than what they have already! ;) ) and adding that one as it was very easy to setup and just had some kinks to work out.

blkatt 12-19-2008 04:22 PM

First of all Great work Bobster!

Question: When I click on a tab - I get a message saying "Requesting Content" that last a second or two. Also, for IE browsers , a red "x" appears. Note, forum content appears just fine. Is this normal behavior?

Anybody else get this?

Thanks

King Kovifor 12-19-2008 06:48 PM

Quote:

Originally Posted by Hostboard (Post 1688675)
Would like to request 3 additions.

1. Ability to set each tabs color
2. Ability to define a font
3. Ability to define the order the tabs are shown

Great mod!!!!

1 & 2 can be defined inside of the .css file.

3 will be added as soon as possible in the beta process of 2.0.

Quote:

Originally Posted by ArnyVee (Post 1688727)
Aaron, we were discussing the vBadvanced version of the Tabbed approach. You can find that here....

http://www.vbadvanced.com/forum/showthread.php?t=31617

...as far as this particular mod, I'm waiting until 2.0 (unless my members threaten me more than what they have already! ;) ) and adding that one as it was very easy to setup and just had some kinks to work out.

There are still a few spots left in the beta process.

Quote:

Originally Posted by blkatt (Post 1688878)
First of all Great work Bobster!

Question: When I click on a tab - I get a message saying "Requesting Content" that last a second or two. Also, for IE browsers , a red "x" appears. Note, forum content appears just fine. Is this normal behavior?

Anybody else get this?

Thanks

The requesting content part is gone from v2.

King Kovifor 12-19-2008 08:45 PM

Just a note, beta 2 has been released to our testers. B3 is now being worked on.

ArnyVee 12-19-2008 08:59 PM

Thanks for the update KK! :D

By the way, are you Batman or Robin? ;)

King Kovifor 12-19-2008 09:02 PM

Quote:

Originally Posted by ArnyVee (Post 1689076)
Thanks for the update KK! :D

By the way, are you Batman or Robin? ;)

I'm more like Brobin -- I am a mixture of developing a large portion and listening to Bob.

taffy056 12-20-2008 11:02 PM

am trying to do this but the easy step in step 6 makes little sense, can someone please explain what you should do please?

LGKeiz 12-21-2008 01:38 AM

Quote:

Originally Posted by King Kovifor (Post 1687545)
No, this is a known bug and has been fixed in 2.0.0 I believe.



Maybe try Bob's other modification (Specifically for vBa CMPS).


2.0.0 isn't released right.

ArnyVee 12-21-2008 01:58 AM

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

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 01:56 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.02363 seconds
  • Memory Usage 1,845KB
  • 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
  • (1)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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