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)

murekhalir 11-03-2008 11:20 PM

doh!

thenewuser 11-04-2008 06:52 AM

Quote:

Originally Posted by bobster65 (Post 1658531)
ya, that's my bad.. I thought I would have more time, but I've been working 15+ hr days and have just been burned out after long hrs and have not had time to wrap up the last little things from release... I found one minor glitch and want to fix that before release...

Thanks for being patient!

Thank you for working so hard on this. Good luck with your other projects!

Megatr0n 11-04-2008 03:27 PM

Quote:

Originally Posted by bobster65 (Post 1658531)
ya, that's my bad.. I thought I would have more time, but I've been working 15+ hr days and have just been burned out after long hrs and have not had time to wrap up the last little things from release... I found one minor glitch and want to fix that before release...

Thanks for being patient!

Is this the version that'll prevent us from having to redo the edits each time a new version of vB is released?

King Kovifor 11-06-2008 06:56 PM

Quote:

Originally Posted by Megatr0n (Post 1659387)
Is this the version that'll prevent us from having to redo the edits each time a new version of vB is released?

Yes. v2.0 is completely database driven. You may have to update some templates but it will be an easier process.

Megatr0n 11-06-2008 07:50 PM

Quote:

Originally Posted by King Kovifor (Post 1660702)
Yes. v2.0 is completely database driven. You may have to update some templates but it will be an easier process.

Sounds good.

When is it due to be released?

SteamyLightning 11-09-2008 12:25 PM

One bug I have to report is that, if a user is on the forum index, it shows as "viewing forum home" in the online list, and it redirects directly to tabforumhome.php, where it gives a white page with this error several times:

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

And then the "mark forums read" and "forum leaders" buttons.

Anyway to fix this and have the "forum home" link redirect to the index rather than the tabsforumhome file?

King Kovifor 11-09-2008 03:05 PM

Quote:

Originally Posted by SteamyLightning (Post 1662285)
One bug I have to report is that, if a user is on the forum index, it shows as "viewing forum home" in the online list, and it redirects directly to tabforumhome.php, where it gives a white page with this error several times:

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

And then the "mark forums read" and "forum leaders" buttons.

Anyway to fix this and have the "forum home" link redirect to the index rather than the tabsforumhome file?

I'll see if this is still a problem on 2.0.0 and fix it for the release if I get time.

Megatr0n 11-09-2008 03:30 PM

Quote:

Originally Posted by King Kovifor (Post 1662384)
I'll see if this is still a problem on 2.0.0 and fix it for the release if I get time.

Do you have a release date in mind?

King Kovifor 11-09-2008 04:23 PM

No, no release date is planned.

murekhalir 11-09-2008 08:24 PM

hm.... damn... was waiting to release my site with this mod..

so would i have trouble upgrading form 1.0 to 2.0? if i were to make add this mod right now.

hotwheels 11-09-2008 09:00 PM

1 Attachment(s)
Hey King, how can i widen the space between the tabs? Is it a css or a template area?

I attached an image about the question.

Thanks a bunch, doug

leylandfor 11-10-2008 06:13 AM

Excellent, very much needed for my forum

SteamyLightning 11-10-2008 09:57 AM

Quote:

Originally Posted by King Kovifor (Post 1662384)
I'll see if this is still a problem on 2.0.0 and fix it for the release if I get time.

Do you have a temporary fix? I really would like to use the modification, but having a faulty online list link is a little unfortunate.

King Kovifor 11-10-2008 06:39 PM

Quote:

Originally Posted by murekhalir (Post 1662540)
hm.... damn... was waiting to release my site with this mod..

so would i have trouble upgrading form 1.0 to 2.0? if i were to make add this mod right now.

You'll just have to revert templates, make new template changes, and go through the addition of the tabs again using the ACP.

Quote:

Originally Posted by SteamyLightning (Post 1662839)
Do you have a temporary fix? I really would like to use the modification, but having a faulty online list link is a little unfortunate.

As of right now, no, but Bob might.

King Kovifor 11-10-2008 07:51 PM

Quote:

Originally Posted by SteamyLightning (Post 1662839)
Do you have a temporary fix? I really would like to use the modification, but having a faulty online list link is a little unfortunate.

I've fixed this for v2.0.0 which is now just waiting for Install Instructions. If you open up the WOL plugin listed being at the hook of online_location_unknown and remove the tabforumhome and replace it with the following:

PHP Code:

" . $vbulletin->options['forumhome'] ." 

This will fix your problem.

Also, I cannot reproduce the wrong data type. This may have accidently been fixed in v2.0.0 but I can't reproduce it (the direct link just has no styling).

bobster65 11-10-2008 07:54 PM

ok, KK and I just reworked one last "bug" and are now going to finish up the install Doc... it WILL be out this week (just not today)..

Nova99 11-10-2008 09:04 PM

Quote:

Originally Posted by bobster65 (Post 1663107)
it WILL be out this week (just not today)..

Very good news!! Been waiting for this one for long time! :D

ArnyVee 11-10-2008 11:26 PM

Woo hoo! :D

You know that I've been waiting for this one! ;)

SteamyLightning 11-11-2008 01:43 AM

Quote:

Originally Posted by King Kovifor (Post 1663106)
I've fixed this for v2.0.0 which is now just waiting for Install Instructions. If you open up the WOL plugin listed being at the hook of online_location_unknown and remove the tabforumhome and replace it with the following:

PHP Code:

" . $vbulletin->options['forumhome'] ." 

This will fix your problem.

Also, I cannot reproduce the wrong data type. This may have accidently been fixed in v2.0.0 but I can't reproduce it (the direct link just has no styling).

That roughly did the trick.

I'll be awaiting for the new version. :D

King Kovifor 11-11-2008 02:24 AM

Roughly?

SteamyLightning 11-11-2008 01:18 PM

Well, it links to index, rather than just the directory itself, but that's a general vBulletin issue.

King Kovifor 11-11-2008 04:31 PM

Quote:

Originally Posted by SteamyLightning (Post 1663511)
Well, it links to index, rather than just the directory itself, but that's a general vBulletin issue.

It should be linking to the index. That's the way it was designed.

McMendo 11-11-2008 09:12 PM

Excuse me if the answer is an obvious one but, what's the difference between this produce and the AJAX Tabs Content Script v3.0 (YUI) product?

Also, I've noticed in the BBWForums.net example that:
  • banners change when I change of style
  • forums icons are nicely presented
are these two features also part of any of the two products?


Thank You

King Kovifor 11-11-2008 10:39 PM

Nope and AJAX Tabs Content Script v3.0 is for vBA CMPS.

bobster65 11-13-2008 05:17 PM

Quote:

Originally Posted by McMendo (Post 1663809)
Excuse me if the answer is an obvious one but, what's the difference between this produce and the AJAX Tabs Content Script v3.0 (YUI) product?

Also, I've noticed in the BBWForums.net example that:
  • banners change when I change of style
  • forums icons are nicely presented
are these two features also part of any of the two products?


Thank You

AJAX Tabs Content Script is for various Tabbed Content (other than just Tabbing out the Forum Home Categories). It was originally released just for vBa CMPS, however, it can also be used on all pages as well. You do not need vBa CMPS to run it.. I have it installed on Forum Home, some additional vB pages, Non VB Pages etc..

Once TFH v2 is released, all Content Files that have been written/released for AJAX Tabs can also be used in conjunction with TFH through the new "modules" interface .. ie, Tabs for Blogs, Recent Threads, Photo Albums, GARS, vBa LINKS, etc

BBWForums was the site that I wrote the original version of the Mod for. That site is running the NON AJAX Version. He may have done some modifications to it since then, but the Banners and Forum ICONS have nothing to do with this modification. They are stand alone mods.

murekhalir 11-13-2008 06:05 PM

this is all going to be very cool!

MrDiep 11-13-2008 11:30 PM

In 3.7.4 there are some changes in templates so... can you help me how to work with this?

MrDiep 11-14-2008 12:20 PM

Hey, i have an error in IE8 B1 ... it's appear
Quote:

HTML parsing Error: Unable tto modifi the parent container element before the child is colsed
How can i fix this prbolem? everthing are okay in FF, Google Chrome, Opera...
my website is : http://diendan.nhinxem.net
Plz help me quick...

murekhalir 11-15-2008 05:38 AM

tpommooooroowww??? *prays*..

Aakek 11-17-2008 07:14 PM

Quote:

Originally Posted by bobster65 (Post 1663107)
ok, KK and I just reworked one last "bug" and are now going to finish up the install Doc... it WILL be out this week (just not today)..

Any update on the eta?

hotwheels 11-17-2008 10:04 PM

Quote:

Originally Posted by hotwheels (Post 1662555)
Hey King, how can i widen the space between the tabs? Is it a css or a template area?

I attached an image about the question.

Thanks a bunch, doug

bump

Brother Malachi 11-17-2008 10:43 PM

Quote:

Originally Posted by hotwheels (Post 1667766)
bump

Version 2.0 should be out any day now...wait and install it, then customize.

it-adrianus 11-18-2008 12:12 AM

This is a great MOD.
But please remember that section links in ajax version can't be indexed by search engines, it's absolutely not SEF.

You can loose position in SERP if you use it

Digital Jedi 11-18-2008 04:01 AM

Quote:

Originally Posted by it-adrianus (Post 1667816)
This is a great MOD.
But please remember that section links in ajax version can't be indexed by search engines, it's absolutely not SEF.

You can loose position in SERP if you use it

Well now I wouldn't say that.

Quote:

Originally Posted by bobster65 (Post 1615990)
Yes. Its been tested more than once is completely search engine unobtrusive. If you need to make yourself comfortable, simple create a child style and make the child style tabbed and the parent style the default..

Quote:

Originally Posted by bobster65 (Post 1599534)


dieselpowered 11-20-2008 05:26 AM

FYI, the WOL plugin does not work...still shows all those strange characters when people are viewing for the forums in the different tabs.

Brother Malachi 11-20-2008 07:30 AM

I'm starting to lose hope :(

Morsolo 11-20-2008 08:01 AM

Quote:

Originally Posted by hammerhead24 (Post 1669207)
I'm starting to lose hope :(

I know, it's just becoming ridiculous...

I'm sure there's plenty of good reasons why the mod is late, but it just annoys me how people keep saying "It's just around the corner" or "Just finishing up" and then nothing happens for a month.

Don't make promises that you aren't going to keep, or that you doubt will be successful.

Doom Stone 11-20-2008 11:32 AM

Honestly don't believe anyone has any right to complain, it's not as though any of us are paying for this modification. It's frustrating, yes, but all we can do is wait and until we have the 2.0 version, simply use one of the other two options available.

@Xtremeoff-road:
The WOL plugin is working fine for me, not sure what the issue would be if it isn't working for you though.

murekhalir 11-20-2008 04:17 PM

maybe will have to just install 1.0..

but yeah we just have to wait it out =X

Brother Malachi 11-20-2008 04:47 PM

Quote:

Originally Posted by xtremeoff-road (Post 1669165)
FYI, the WOL plugin does not work...still shows all those strange characters when people are viewing for the forums in the different tabs.

There is a fix for this couple pages back. Search for it.


All times are GMT. The time now is 03:45 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.04789 seconds
  • Memory Usage 1,840KB
  • 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_php_printable
  • (23)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