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)

tafreeh 03-20-2009 01:06 PM

any news for V2 ?

bobster65 03-20-2009 08:22 PM

Quote:

Originally Posted by tafreeh (Post 1772549)
any news for V2 ?

None that you want to hear, cause the only thing you want to hear is a release date, which there isn't one set yet.. most of Beta 4 is complete and will be released to the beta testers when it is 100% finished... good news is that there won't be a beta 5, it will go from beta 4 to RC1 .. probably 2 RC's before I release it here, but the RCs will be public at our site.

biocyberman 03-23-2009 01:13 PM

My style is not shown correctly when access with direct link like this one:
And other question:
In demo site http://www.bbwforums.net/ I found two thing that is interesting:

1. There is not some thing like "tabcat[]=144&tabcat[]=69" when mouseover. How can I achieve that effect.
2. There is submenu item below some tabs, how do I do that?

Thanks for any information.

bobster65 03-23-2009 01:47 PM

Quote:

Originally Posted by biocyberman (Post 1774978)
My style is not shown correctly when access with direct link like this one:
And other question:
In demo site http://www.bbwforums.net/ I found two thing that is interesting:

1. There is not some thing like "tabcat[]=144&tabcat[]=69" when mouseover. How can I achieve that effect.
2. There is submenu item below some tabs, how do I do that?

Thanks for any information.

That is because you are only accessing the file itself. That isn't how you use Direct access URLs with this version (which are pretty tricky).. in the newer version, DA URLs are much easier to implement.

bbwforums uses the NON AJAX version. It is a rather cumbersome manual setup... works nice, but just takes time and patience to setup.

ddaybofb 03-24-2009 02:23 AM

hey guys i followed the directions, i get the Tab 1 Name, Tab 2 Name etc. to show but not the forums.

http://www.sportsxclusive.com/forums....php?styleid=1

When u click one of the tabs it shows the forum in a whole new page and doesnt use my style.

Im using 3.8.1, ive seen other 3.8.1 users use this mod.

Any help would be appreciated :)

biocyberman 03-24-2009 08:35 AM

Quote:

Originally Posted by bobster65 (Post 1775017)
That is because you are only accessing the file itself. That isn't how you use Direct access URLs with this version (which are pretty tricky).. in the newer version, DA URLs are much easier to implement.

bbwforums uses the NON AJAX version. It is a rather cumbersome manual setup... works nice, but just takes time and patience to setup.

Thanks. That's very informative :)

Sorry I forgot to ask this:
1. Can I somehow put the tabs on one side so they look like sidebar menu?
2. And make them always appear when users browse contents within my site?

biocyberman 03-24-2009 10:51 AM

Quote:

Originally Posted by ddaybofb (Post 1775520)
hey guys i followed the directions, i get the Tab 1 Name, Tab 2 Name etc. to show but not the forums.

http://www.sportsxclusive.com/forums....php?styleid=1

When u click one of the tabs it shows the forum in a whole new page and doesnt use my style.

Im using 3.8.1, ive seen other 3.8.1 users use this mod.

Any help would be appreciated :)

It's something mentioned in this thread but I can't find out the post right now. Just try fixing link to your style sheet file. Your styles for those tab doesn't work yet.

ddaybofb 03-24-2009 03:55 PM

Quote:

Originally Posted by biocyberman (Post 1775718)
It's something mentioned in this thread but I can't find out the post right now. Just try fixing link to your style sheet file. Your styles for those tab doesn't work yet.

What would i fix? And Where exactly?

bobster65 03-24-2009 07:41 PM

Quote:

Originally Posted by ddaybofb (Post 1775520)
hey guys i followed the directions, i get the Tab 1 Name, Tab 2 Name etc. to show but not the forums.

http://www.sportsxclusive.com/forums....php?styleid=1

When u click one of the tabs it shows the forum in a whole new page and doesnt use my style.

Im using 3.8.1, ive seen other 3.8.1 users use this mod.

Any help would be appreciated :)

you need to use the full paths to the script and css files.

hbalagh1 03-25-2009 05:09 AM

Quote:

Originally Posted by thaker (Post 1646232)
There is a interesting problem i had:

Code:

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

There was a point missing:
Code:

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

It costs me a lot of hours to find this problem and I found no hint in this thread.

Now it works great.

Thanks this solved my issue :)

biocyberman 03-25-2009 09:25 AM

Bob, can I have some information on this:
Quote:

Originally Posted by biocyberman (Post 1775650)
1. Can I somehow put the tabs on one side so they look like sidebar menu?
2. And make them always appear when users browse contents within my site?


bobster65 03-25-2009 12:53 PM

Quote:

Originally Posted by biocyberman (Post 1776540)
Bob, can I have some information on this:

Take a look at my AJAX Tabs modification.. That one is specifically designed to do both of what you are asking about. This one is specifically for changing the default Forum Home into a Tabbed Forum Home layout...

tanujdude91 03-28-2009 01:51 PM

Desperately waiting for the stable version . Can you give us an idea of how many days or weeks will it take for the stable release of v2 ?

geevest.com 03-28-2009 05:04 PM

can u help me dude?

in my index_tab.php i see my 3tabs category.
but if im click one of,that not show my category forum that i want it.
whats going on?

can u help me?

bobster65 03-28-2009 05:10 PM

Quote:

Originally Posted by geevest.com (Post 1779099)
can u help me dude?

in my index_tab.php i see my 3tabs category.
but if im click one of,that not show my category forum that i want it.
whats going on?

can u help me?

PM me with your site info so I can take a look at it..

bobster65 03-28-2009 05:12 PM

Quote:

Originally Posted by tanujdude91 (Post 1778947)
Desperately waiting for the stable version . Can you give us an idea of how many days or weeks will it take for the stable release of v2 ?

no I can't. We found a bug yesterday that is going to delay beta4 from being released. Beta4 will be released publicly tho (on our support site).

Seiyaboy 03-29-2009 09:53 PM

I wish to use your 1.5.0 version of this modification. However, I have customized $forumbits as well as my forumhome tempaltes. I see no reason I need to revert it back just for this mod and not able to customize it later on. I would like to ask if there is any way possible to keep my customized templates but manually edit in any extra codes into those templates. If not, I'm afraid I won't be able to use this. Thanks.

PS. I would be glad to install your future version if this issue can be solved later on.

bobster65 03-29-2009 09:56 PM

Quote:

Originally Posted by Seiyaboy (Post 1779985)
I wish to use your 1.5.0 version of this modification. However, I have customized $forumbits as well as my forumhome tempaltes. I see no reason I need to revert it back just for this mod and not able to customize it later on. I would like to ask if there is any way possible to keep my customized templates but manually edit in any extra codes into those templates. If not, I'm afraid I won't be able to use this. Thanks.

PS. I would be glad to install your future version if this issue can be solved later on.

you don't need to revert it back, just add in the TFH specifics into your custom forumbits.

murekhalir 03-30-2009 03:23 AM

could you guys pm me... i need 1.0 or 1.5 installed on my forums.
want to know how much that'll be.

I just need this mod installed..

i've wanted 2.0 since 5 months ago =( and i've made a plan to develop my site all around this feature (it really allows a HUGE SITE to be really condensed~!)

Or is beta 4, close to becoming final ? xD

Powlo 03-30-2009 11:20 AM

Didnt work for me,i get a db error when i click on a tab

Code:

Database error in vBulletin 3.8.0:

Invalid SQL:

        SELECT
            user.username, (user.options & 512) AS invisible, user.usergroupid,
            session.userid, session.inforum, session.lastactivity,
session.useragent,
            IF(displaygroupid=0, user.usergroupid, displaygroupid) AS
displaygroupid
        FROM session AS session
        LEFT JOIN user AS user ON(user.userid = session.userid)
        WHERE session.lastactivity >
        ORDER BY username ASC;

MySQL Error  : You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'ORDER
BY username ASC' at line 8

Any ideas what could be causing that?

bobster65 03-30-2009 01:22 PM

Quote:

Originally Posted by murekhalir (Post 1780145)
could you guys pm me... i need 1.0 or 1.5 installed on my forums.
want to know how much that'll be.


I just need this mod installed..

i've wanted 2.0 since 5 months ago =( and i've made a plan to develop my site all around this feature (it really allows a HUGE SITE to be really condensed~!)


Or is beta 4, close to becoming final ? xD

http://www.smnlikdat.org/ register and PM for beta tester access...



Quote:

Originally Posted by Powlo (Post 1780273)
Didnt work for me,i get a db error when i click on a tab

Code:

Database error in vBulletin 3.8.0:

Invalid SQL:

        SELECT
            user.username, (user.options & 512) AS invisible, user.usergroupid,
            session.userid, session.inforum, session.lastactivity,
session.useragent,
            IF(displaygroupid=0, user.usergroupid, displaygroupid) AS
displaygroupid
        FROM session AS session
        LEFT JOIN user AS user ON(user.userid = session.userid)
        WHERE session.lastactivity >
        ORDER BY username ASC;

MySQL Error  : You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'ORDER
BY username ASC' at line 8

Any ideas what could be causing that?

to be honest, I don't know why you are getting that.. which version are you using?

Seiyaboy 03-30-2009 03:41 PM

Quote:

Originally Posted by bobster65 (Post 1779988)
you don't need to revert it back, just add in the TFH specifics into your custom forumbits.

That's something I am concerned with as I'm uncertain to what needs to be edited in. Is this information available within your installation text file for the 1.5.0 version? Much appreciated for your support.

bobster65 03-30-2009 03:51 PM

Quote:

Originally Posted by Seiyaboy (Post 1780398)
That's something I am concerned with as I'm uncertain to what needs to be edited in. Is this information available within your installation text file for the 1.5.0 version? Much appreciated for your support.

The easiest way is to compare them against the default vB templates ... won't take more than a few minutes to do that..

Powlo 03-30-2009 11:47 PM

Quote:

Originally Posted by bobster65
to be honest, I don't know why you are getting that.. which version are you using?

Im using the Ajax 1.5

intospain 03-31-2009 09:00 AM

Excellent mod, at last I have been able to limit the amount of content on the homepage - this great mod works wonders - now my forum is not over cluttered with too many forums showing on one page, thanks :D

Audentio 03-31-2009 05:15 PM

Can't wait for a 3.8 version.

IrPr 04-02-2009 12:05 PM

Quote:

Originally Posted by Audentio (Post 1781193)
Can't wait for a 3.8 version.

Its working properly on 3.8.2

If you installed this mod and then upgraded to upper version you may get blank, then you should add FORUMHOMETAB template again

tafreeh 04-03-2009 05:35 PM

Quote:

Originally Posted by bobster65 (Post 1779106)
no I can't. We found a bug yesterday that is going to delay beta4 from being released. Beta4 will be released publicly tho (on our support site).

i was looking for some good news in this thread and i found this... which made me.....:(:(

Powlo 04-03-2009 11:50 PM

Quote:

Originally Posted by IrPr (Post 1782332)
Its working properly on 3.8.2

If you installed this mod and then upgraded to upper version you may get blank, then you should add FORUMHOMETAB template again

Im using 3.8 and i can confirm that it doesnt work whether you use the default template or a custom one.

I can see that you have it working on your forum but the version is 3.7 so how do you know it works on 3.8.2?

King Kovifor 04-04-2009 03:11 PM

Quote:

Originally Posted by tafreeh (Post 1783172)
i was looking for some good news in this thread and i found this... which made me.....:(:(

We plan on releasing a 'mid' beta, aka, Beta 3.5 that includes all the fun little fixes before 4.

wAnBoA 04-05-2009 12:29 PM

just can't wait~~~~ :D

SBlueman 04-05-2009 05:34 PM

I tried to install the AJAX version (1.5) on my site (I am running ver.3.6.8) and ran into some issues:

1. When I went to the forum home I got this:

https://vborg.vbsupport.ru/

The errors are:

The tabs are not matching my site's style
No forums are shown

And then when you click on a tab you get this:
https://vborg.vbsupport.ru/

The style is totally stripped.

I searched this thread trying to find a fix and did add the full paths to the .css files in the clientscript folder. Is there anything else I am missing? I uninstalled the modification for now until I can figure out a fix.

Powlo 04-06-2009 03:45 AM

Quote:

Originally Posted by King Kovifor (Post 1783720)
We plan on releasing a 'mid' beta, aka, Beta 3.5 that includes all the fun little fixes before 4.

When do you think that will be released?

bobster65 04-06-2009 08:26 PM

Quote:

Originally Posted by Powlo (Post 1784787)
When do you think that will be released?

I believe KK released it last night to Beta Testers, not sure if he made it public yet or not... He's probably waiting on me to give him the go ahead..

Quote:

Originally Posted by SBlueman (Post 1784423)
I tried to install the AJAX version (1.5) on my site (I am running ver.3.6.8) and ran into some issues:

Hey Steve, I sent you a PM..

King Kovifor 04-06-2009 11:42 PM

Beta 3.5 can be downloaded at the site!

Powlo 04-07-2009 03:42 AM

Cheers for the reply KK but i must be going blind in my old age because i cant see a 3.5 version.

King Kovifor 04-07-2009 06:41 PM

Quote:

Originally Posted by Powlo (Post 1785526)
Cheers for the reply KK but i must be going blind in my old age because i cant see a 3.5 version.

It's in the Support forum @ SLD.org.

tafreeh 04-07-2009 08:00 PM

Finally :) before installing that.. any known bugs in that released ? and btw sld.org is not working...

bobster65 04-08-2009 03:54 AM

Quote:

Originally Posted by tafreeh (Post 1786015)
Finally :) before installing that.. any known bugs in that released ? and btw sld.org is not working...

sld = http://www.smnlikdat.org/

King Kovifor 04-08-2009 10:03 PM

Quote:

Originally Posted by tafreeh (Post 1786015)
Finally :) before installing that.. any known bugs in that released ? and btw sld.org is not working...

Yeah. My mind is NOT working these past few days...


All times are GMT. The time now is 09:35 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.03124 seconds
  • Memory Usage 1,854KB
  • 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_code_printable
  • (27)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
  • (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