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)

chiptz 09-22-2008 05:59 PM

Hi

I don't know if this was already reported or not, but i loose one functionality when using the tabs: it is no longer possible to mark a forum as read by clicking on the forum icon. Is this normal?

bobster65 09-22-2008 06:06 PM

Quote:

Originally Posted by chiptz (Post 1627893)
Hi

I don't know if this was already reported or not, but i loose one functionality when using the tabs: it is no longer possible to mark a forum as read by clicking on the forum icon. Is this normal?

ya, that is a bug, but its been corrected in v2 (which will be out very soon)

LGKeiz 09-24-2008 08:47 AM

Hello, I'm using the AJAX Tabbed version..
But when I click a tab, it shows every category instead of the ones I specify:

Heres my code example;

Quote:

<li class="selected"><a href="tabforumhome.php?tabcat[]=4" rel="ajaxTFHcontentarea">GamingSync</a></li>
<li><a href="tabforumhome.php?tabcat[]=5" rel="ajaxTFHcontentarea">Test Cat one asdasdasdasdas dasdasdasNAME</a></li>

M-Tuning 09-24-2008 09:44 AM

I am using v1.0.1 and i've got the tabs working.

But is there a way to change the headerimage with each tab?

I tried putting <div id="tcontent1" class="tabcontent"> </div> around the header and it works partial.

Now the header switches when I click the tab, but the forums are disappeared.

I hope sombody can help me.

The Geek 09-24-2008 12:29 PM

Very cool job guys... making this to keep 'tabs' on your progression :)

Keep up the great work!

M-Tuning 09-24-2008 01:49 PM

Already figured it out:

http://www.pspmedia.nl/test :D

iwarrior 09-24-2008 02:21 PM

Nice mod.

I stuggled to get it installed on my site with the current theme, but it appears to be working - I think.

I just do not know how to get the tabs closer to the line below it and the forums.

I will appreciate any help. Here is my site >>>

Cust0ms 09-24-2008 04:38 PM

Do you think this affects the SEO my board?

M-Tuning 09-24-2008 04:46 PM

No it won't

Spiders can handle this.

Hornstar 09-24-2008 10:45 PM

Quote:

Originally Posted by hornstar1337 (Post 1487162)
So this is kind of like split forum home hack where you can split certain forums section to another page, but instead of being on another page with just a link to it, it is ajax based into tabs?
Is that correct?


Will search engines be able to find the content okay? because I notice each of the tab links all end in a #
Ideally it would be great if it was actually showing a link where users could link other people directly to that tabbed page.
Is that possible?

Quote:

Originally Posted by bobster65 (Post 1487168)
This version is not AJAX Based, but yes, you have the right concept. Simply check out one of the Demo links to see it in action.

Yes, Search engines can spider the content just fine.

I am pretty sure that there is a way to do direct links.. I'll dig into it and when I find something, I'll respond back to ya :)

did you ever find out a way to do direct links?
Will version 2 have this?

Thanks.

bobster65 09-24-2008 11:03 PM

Quote:

Originally Posted by hornstar1337 (Post 1629609)
did you ever find out a way to do direct links?
Will version 2 have this?

Thanks.

I stopped doing any further development on the older versions and have been concentrating on the next version. Version 2 will have it, just probably not in the first release (which will be a beta release).

King Kovifor 09-24-2008 11:14 PM

Quote:

Originally Posted by The Geek (Post 1629217)
Very cool job guys... making this to keep 'tabs' on your progression :)

Keep up the great work!

haha. I get it. :p

Quote:

Originally Posted by hornstar1337 (Post 1629609)
did you ever find out a way to do direct links?
Will version 2 have this?

Thanks.

I will try to fit into the final release for 2.0. Just some more handling and checking, but it will be easy.

Hornstar 09-25-2008 12:34 AM

Quote:

Originally Posted by King Kovifor (Post 1629623)
haha. I get it. :p



I will try to fit into the final release for 2.0. Just some more handling and checking, but it will be easy.

Okay great. Just to ensure we are on the same page.

If someone clicks on yourlink.com/forums/tab1.php then they are taken to your site and landed on tab1. and if they went to forums/tab2.php then they would be taken to your site but landed on tab2.

Not sure what the links will look like, but I will probably change them with vbseo.


------
On another note, I finally got this working, I had to add in the full link to my forums for every url location including to the loading.gif pic.

----

Lastly, as I have a custom skin, is there a way currently to make the tabs look like my style instead of the default vb style? (an easy way or do I need to be expeirenced in CSS editing?)

Thanks.

King Kovifor 09-25-2008 01:26 AM

hornstar1337,

We are on different pages. LOL. The way I will most likely handle it is allow the addition of a seltab= value in the index URL and base the selection on that instead of using the default.

With a little bit of coding you could acheive your desired outcome.

Hornstar 09-25-2008 05:33 AM

Okay thanks, also as I have a custom skin, is there a way currently to make the tabs look like my style instead of the default vb style? (an easy way or do I need to be expeirenced in CSS editing?

GrendelKhan{TSU 09-25-2008 07:13 AM

awesome!!

question: if we install this now...

will it be easy to upgrade to 2.0 when that comes out? or will we have to redo everything under 2.0 to utilize YUI ?

csutton 09-25-2008 12:12 PM

Hey guys, just had a slight issues with the install. www.simplygaming.net.au/forums-new

I'm sure you'll pick up the issue when you first see the site. Im sure i've followed the instructions, however i must have gone wrong somewhere, your help is appreciated.

Cheers

UPDATE: Issue resolved. Seemed to have need the url to link to the style sheets, rathan then the default.

Thanks, Great Mod!!

King Kovifor 09-26-2008 02:14 AM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1629846)
awesome!!

question: if we install this now...

will it be easy to upgrade to 2.0 when that comes out? or will we have to redo everything under 2.0 to utilize YUI ?

As of right now, no upgrade path due to the fact that the data is stored in the template, we can't easily convert. But 2.0 is much easier to seT up and manage.

johan204 09-26-2008 07:55 AM

I really love this mod. Great work.
Can't hardly wait until version 2 will be brought (beta).
One comment though, maybe somebody said it allready, but in IE (7 and 8beta) the mod isn't consistent in his style. Firefox doesn't have that problem. There is a little space between the tabs itself and the bottom line linking the tabs to the forum (if you know what i mean).

Doom Stone 09-26-2008 08:56 AM

Quick question, is it possible to hide tabs from users without permissions to view the content within the tabs? For example, everyone can view the tab "Staff Section" however only staff can view the content.

Lonny 09-26-2008 09:37 AM

unbelievable idea.. good job my friend :)

bobster65 09-26-2008 12:50 PM

Quote:

Originally Posted by Doom Stone (Post 1630759)
Quick question, is it possible to hide tabs from users without permissions to view the content within the tabs? For example, everyone can view the tab "Staff Section" however only staff can view the content.

Its sure is :) (from post #2)

Tabs for Specific User Groups Only (Ver 1.50)

You can wrap a specific TAB <li> tag with a template conditional where the numbers after userinfo are the User Group IDs that you want to display the Tab too.

So for example if you wanted to hide one for Staff Only it would look like this (See the code in RED)

Code:

<div id="ajaxTFH" class="TFHmenu2">
        <ul>
                <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>
               
                <if condition="is_member_of($vbulletin->userinfo, 5,6)">
                    <li><a href="tabforumhome.php?tabcat[]=100" rel="ajaxTFHcontentarea">STAFF</a></li>
                </if>


        </ul>
</div>


nureeves 09-26-2008 01:39 PM

Hello

need help !!
i've followed the instruction, but i'm sure theres something wrong happened:

https://vborg.vbsupport.ru/

and when i click Tab Name .... :

https://vborg.vbsupport.ru/

did i miss something???

bobster65 09-26-2008 01:44 PM

Quote:

Originally Posted by nureeves (Post 1630926)
Hello

need help !!
i've followed the instruction, but i'm sure theres something wrong happened:

http://img140.imageshack.us/img140/8832/54374028yd3.jpg

and when i click Tab Name .... :

http://img215.imageshack.us/img215/1716/61015574jj9.jpg

did i miss something???

That is a PATH issue to the CSS File. Try use the FULL URL to the CSS file.

ShawnV 09-26-2008 01:53 PM

Quote:

Originally Posted by King Kovifor (Post 1630548)
As of right now, no upgrade path due to the fact that the data is stored in the template, we can't easily convert. But 2.0 is much easier to seT up and manage.


Thats why I am waiting for 2.0, any idea when the alpha will be out, few weeks, months?

_V

bobster65 09-26-2008 02:07 PM

Quote:

Originally Posted by ShawnV (Post 1630932)
Thats why I am waiting for 2.0, any idea when the alpha will be out, few weeks, months?

_V

Beta is complete (as far as features/bugs) .. all that's left is install instructions (being drafted now)..

nureeves 09-26-2008 04:13 PM

Quote:

Originally Posted by bobster65 (Post 1630928)
That is a PATH issue to the CSS File. Try use the FULL URL to the CSS file.



ahaaa .solved with Css issue,, but theres still nothing below it
what should i do??


https://vborg.vbsupport.ru/


btw thanks,, great mod

*click Install:)

bobster65 09-26-2008 04:57 PM

Quote:

Originally Posted by nureeves (Post 1631052)
ahaaa .solved with Css issue,, but theres still nothing below it
what should i do??


http://img72.imageshack.us/img72/1134/83505118gb3.jpg


btw thanks,, great mod

*click Install:)

Looks like you just need to configure the tabs (which is just a matter of assigning cat ids).. then modify the CSS to match your colors ..

ShawnV 09-26-2008 05:00 PM

Quote:

Originally Posted by bobster65 (Post 1630948)
Beta is complete (as far as features/bugs) .. all that's left is install instructions (being drafted now)..

Awesome.....

/Does the Big Shoe Dance!

_V

nureeves 09-26-2008 05:18 PM

nice

Cust0ms 09-26-2008 08:34 PM

Great mod, thanks!

And 3 questions :)
1. How to change few categories to one tab?
2. I would like to use tabs but no for all forums. I want to do it like here:
http://www.dailysportspages.com/forums/index.php

FORUM 1 (no tab)

TABS (FORUM 1,2,3,4,5,6)

FORUM 2 (no tab)


3. How to change design my tabs? :)

Thanks!

How to edit my template?

Sawa Dee SohL 09-26-2008 08:52 PM

I have a question / issue with the Tabs:

I've put it on my site: www.ThesocialRev.com

- How do I get the tabs to show up in box's - right now they show up, just as the text - and when the Tab is highlighted/clicked - THEN it shows the box. Anyway to put a box around them all, and just highlight the chosen tab?
Example: http://thesocialrev.com/forum/index.php
Also:

Once I go INTO a post, on the given tab-board-topic.

The tabs no longer show - I have to go back to the main board, in order to see the tabs.

Is there a way to get the tabs to show on every Page, even when inside a post?

For example: http://thesocialrev.com/forum/forumdisplay.php?f=2
- No tab's show.

bobster65 09-26-2008 09:44 PM

Quote:

Originally Posted by Cust0ms (Post 1631199)
Great mod, thanks!

And 3 questions :)
1. How to change few categories to one tab?
2. I would like to use tabs but no for all forums. I want to do it like here:
http://www.dailysportspages.com/forums/index.php

FORUM 1 (no tab)

TABS (FORUM 1,2,3,4,5,6)

FORUM 2 (no tab)


3. How to change design my tabs? :)

Thanks!

How to edit my template?

This can be done super easy with the NON AJAX version. Once I get done with some of the coding I am doing, I might have time to release some sample code on how to do this. Many members have already done this on their own, so they might jump in and help you out.


Quote:

Originally Posted by Sawa Dee SohL (Post 1631212)
I have a question / issue with the Tabs:

I've put it on my site: www.ThesocialRev.com

- How do I get the tabs to show up in box's - right now they show up, just as the text - and when the Tab is highlighted/clicked - THEN it shows the box. Anyway to put a box around them all, and just highlight the chosen tab?
Example: http://thesocialrev.com/forum/index.php

Thats all handled with the CSS file. Just need to tweak it a little more. Look at the CSS from the version 1 NON Ajax and you will see how to do images for the Tabs. Also, Take a look at the default CSS that came in the ZIP file (yours has been edited)..


Quote:

Originally Posted by Sawa Dee SohL (Post 1631212)
Also:

Once I go INTO a post, on the given tab-board-topic.

The tabs no longer show - I have to go back to the main board, in order to see the tabs.

Is there a way to get the tabs to show on every Page, even when inside a post?

For example: http://thesocialrev.com/forum/forumdisplay.php?f=2
- No tab's show.

Yes, the Tabs are for the FORUM HOME only. The MOD only breaks out the FORUM HOME, that is what it was designed to do. With some customization, you can place a tabbed menu within the forum view and thread view, but that is only a menu system which would still have to bring you back to the forum home.

with that said, I do have a proto type that I am messing around with that actually keeps everything on one page.. ie, you click on a tab, it lists the forum content for that tab and when you click on a thread, the thread opens up in that container.... I am pretty sure that this is what some people want, but it is a massive rewrite of a lot of code and its not something thats going to become reality anytime soon..

Sawa Dee SohL 09-26-2008 11:01 PM

if/when that becomes public - please let me know :D

nureeves 09-26-2008 11:30 PM

dear all, i still don't understand about assigning cat ids to configure the tab ..
in these code:

Code:

<li class="selected"><a href="tabforumhome.php?tabcat[]=1" rel="ajaxTFHcontentarea">TAB 1 NAME</a></li>
what shoud i change?

King Kovifor 09-27-2008 03:03 AM

changethe tabcat part. And either subscribe to this thread or click install, I'm sure that bob will send out an email about the beta.

Doom Stone 09-27-2008 10:13 AM

Thanks Bobster ;)

nureeves 09-27-2008 11:19 AM

1 Attachment(s)
hi again :)

it works well on Firefox, but looks bad when i preview on IE,
I don't have any idea about this ...

Cust0ms 09-27-2008 12:37 PM

Quote:

This can be done super easy with the NON AJAX version. Once I get done with some of the coding I am doing, I might have time to release some sample code on how to do this. Many members have already done this on their own, so they might jump in and help you out.
Thanks. I "installed' NON AJAX version but I have 2 problems:
1. Efficient is only one tab. 2nd and 3rd don't work.
2. I use the MGC Shoutbox, he's located below forums. When I brought changes SB is below forums (it's ok) but is doubly above forums too. :/

Please, help me...

bobster65 09-27-2008 01:57 PM

Quote:

Originally Posted by nureeves (Post 1631541)
hi again :)

it works well on Firefox, but looks bad when i preview on IE,
I don't have any idea about this ...

That is a CSS issue with some styles.. someone posted a solution to that awhile back.. you can search the thread for it and see if that works for you.. If I recall, it has something to do with one of the DIVs..... IF I get time, I will look into it, but all this support is delaying me releasing the next version.... if you can not find the solution that was posted, let me know and I will search for the solution for you...


Quote:

Originally Posted by Cust0ms (Post 1631576)
Thanks. I "installed' NON AJAX version but I have 2 problems:
1. Efficient is only one tab. 2nd and 3rd don't work.
2. I use the MGC Shoutbox, he's located below forums. When I brought changes SB is below forums (it's ok) but is doubly above forums too. :/

Please, help me...

1. Make sure you complete the install. Everyone gets so excited that Tab 1 is working that they forget to finish the install (Which is why the other tabs won't work)..

2. I don't use MGC Shoutbox, so I don't know what it would be showing double. Maybe someone that has knowledge of MGC Shoutbox can assist you?


All times are GMT. The time now is 08:12 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.02679 seconds
  • Memory Usage 1,856KB
  • 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
  • (22)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