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)

dai-kun 02-01-2009 10:27 AM

1 Attachment(s)
Really ugly white borders between my forum categories

anyway to fix?

Vaupell 02-01-2009 11:00 AM

Quote:

Originally Posted by Forum Lover (Post 1730600)
https://vborg.vbsupport.ru/

I ended up like this so far.. Any clue guys? :(

haha wery small image, but yes i got the same,
tryed 3-4 times same each time, so gave up.

was thinking its becourse i have vba intergrated,
and would rather have vba intergrated than tabs. ;)

but also found a never version from same dev..
https://vborg.vbsupport.ru/showthread.php?t=191106

Forum Lover 02-01-2009 11:16 AM

but, Vaupell, that one is for content. not for forum home.

King Kovifor 02-01-2009 02:40 PM

Quote:

Originally Posted by tafreeh (Post 1730590)
ok next issue.. i want to put an image there ... but its not working...
http://teest.tafreehmela.com/forums/index.php

let me know what i m doing wrong

Quote:

Originally Posted by Forum Lover (Post 1730600)
http://img156.imageshack.us/img156/7...3793tu3.th.jpg

I ended up like this so far.. Any clue guys? :(

You both need to make sure that the path to you files are correct (/clienscript/... in file edits change that to your full url (http://yourforum.com/clientscript/...).

Forum Lover 02-01-2009 03:56 PM

My forum is in mysite.com/forums/. I was just following as instructed. King, can u please tell me what file edits I need to poke on as specific. Thanks in advanced.

GlamRockTalk 02-01-2009 04:14 PM

Any latest info/updates on TFH 2.0?

King Kovifor 02-01-2009 04:19 PM

Quote:

Originally Posted by GlamRockTalk (Post 1731022)
Any latest info/updates on TFH 2.0?

Same as last time.

Quote:

Originally Posted by Forum Lover (Post 1731003)
My forum is in mysite.com/forums/. I was just following as instructed. King, can u please tell me what file edits I need to poke on as specific. Thanks in advanced.

It's the template edits for the forumhome template. I don't know the exact ones.

Vaupell 02-01-2009 05:09 PM

1 Attachment(s)
Okay tryed again..

let me show you what happens, and links are correct.

This is after installation. it removes all forums, they are gone.
Attachment 93869

This is what happens when i try clicking a link / list.
Attachment 93870

haha so i think ill be waiting for a next release..
proberly cause im using vBa or something, but templates
forumhome and postlevels are all default. :D

Didnt he mention something about a version 2 ? anyone know a etaa ?

King Kovifor 02-01-2009 05:28 PM

Quote:

Originally Posted by Vaupell (Post 1731079)
Okay tryed again..

let me show you what happens, and links are correct.

This is after installation. it removes all forums, they are gone.
Attachment 93869

This is what happens when i try clicking a link / list.
Attachment 93870

haha so i think ill be waiting for a next release..
proberly cause im using vBa or something, but templates
forumhome and postlevels are all default. :D

Didnt he mention something about a version 2 ? anyone know a etaa ?

As previously said, you need to change the paths here:

HTML 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 -->

Put them to your full URL.

tafreeh 02-01-2009 07:30 PM

i have fixed my paths already....
http://teest.tafreehmela.com/forums/index.php?styleid=2

but i need to use an image... can u tell me which template and which codes i need to modify...

Thanks

King Kovifor 02-01-2009 07:31 PM

Quote:

Originally Posted by tafreeh (Post 1731235)
i have fixed my paths already....
http://teest.tafreehmela.com/forums/index.php?styleid=2

but i need to use an image... can u tell me which template and which codes i need to modify...

Thanks

The CSS file controls the look of all the tabs (even in 2.0).

vidan 02-01-2009 07:46 PM

hello King Kovifor
by any chance, is it possible the css design using this one?
http://www.exploding-boy.com/images/cssmenus/menus.html
been trying for 2 hours but no result. It might be need span, can you help with the css?
thanks

King Kovifor 02-01-2009 08:11 PM

I don't think so. But v2 uses a modified version (simplified) of the YUI CSS.

vidan 02-01-2009 08:31 PM

whennnnnnnnnnnnnnnn? im waiting it since the state beta announcement,
do you have the release date?

King Kovifor 02-01-2009 08:32 PM

Quote:

Originally Posted by vidan (Post 1731294)
whennnnnnnnnnnnnnnn? im waiting it since the state beta announcement,
do you have the release date?

No release date as of this time.

vidan 02-01-2009 08:42 PM

do you have another good-design-looking css of our lovely tab css?
thanks

dai-kun 02-01-2009 11:49 PM

so does anyone know how to fix the ugly white space between the forum categories??

King Kovifor 02-02-2009 01:37 AM

You'll have to work with the CSS.

bobster65 02-02-2009 04:03 AM

Quote:

Originally Posted by dai-kun (Post 1731437)
so does anyone know how to fix the ugly white space between the forum categories??

There have been a few people that have provided fixes that have worked for their styles.. just do a search of the thread... try key words white space ...

fleccy 02-02-2009 04:05 PM

For all the people getting this error on 1.5.0:

Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)

Move this code in your FORUMHOME template:

Code:

<script type="text/javascript">
    var mytabs=new ddajaxtabs("ajaxTFH", "ajaxTFHcontentarea")
        mytabs.setpersist(true)
        mytabs.setselectedClassTarget("link")
        mytabs.init()
</script>

To just before </body> and then it works fine... this seems to be an issue in IE8 on some templates.

biocyberman 02-04-2009 04:59 AM

Quote:

Originally Posted by aajobj (Post 1577253)
Do the following edits for "cyb sub forum manager":
In the plugins Cyb - Sub-Forum Manager - CT and Cyb - Sub-Forum Manager 1

change
if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay'))

to
if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay' OR THIS_SCRIPT=='tabforumhome'))

This is truly precious :) Saved me some headache

Keesa 02-06-2009 06:10 AM

Can anyone tell me what I might have done wrong if this is all I am seeing?

https://vborg.vbsupport.ru/external/2009/02/38.gif



GOT IT.

My forum path = forum, not forums, so I changed that in the Forumhome Template in front of clientscripts

NOW to see how the users respond.

Keesa 02-06-2009 07:13 AM

Quote:

Originally Posted by bobster65 (Post 1731566)
There have been a few people that have provided fixes that have worked for their styles.. just do a search of the thread... try key words white space ...

Hi Bobster, I did this search and I do not see a fix for the discrepancy in output between Firefox and Internet Explorer.

Here is what is happening? It's like the tabs in IE float above where they should?


Firefox

https://vborg.vbsupport.ru/external/2009/02/36.gif

___________________________________
Internet Explorer
https://vborg.vbsupport.ru/external/2009/02/37.gif



forum is http://www.tokiohotelamerica.net/forum

Harmachis 02-07-2009 05:23 AM

is it works on vBulletin 3.8.1 ?

Keesa 02-07-2009 07:24 AM

It's working okay for me except for that darn FF v. IE thing.

Harmachis 02-07-2009 07:57 AM

Quote:

Originally Posted by Schnee (Post 1736832)
It's working okay for me except for that darn FF v. IE thing.

which version u r using?
1.01 non-ajex or 1.5 ajex ??

Icy 02-07-2009 08:43 AM

Works fine for me on vB 3.8.1 in Internet Explorer 7, Opera 9.63, Firefox 3.6.5 & Google Chrome 2.0 :)

Keesa 02-07-2009 09:16 AM

Quote:

Originally Posted by Icy (Post 1736862)
Works fine for me on vB 3.8.1 in Internet Explorer 7, Opera 9.63, Firefox 3.6.5 & Google Chrome 2.0 :)

:temper tantrum:

Wonder why it does not work for me.

I am using 1.5 Ajax, you?

Icy 02-07-2009 03:58 PM

I'm using Ajax 1.5 as well :)

Edit: I've found two problem. One is I can't see loading.gif and another one is in IE 7 the tabs are kind of messed!

Edit: I've fixed the image issue :D

King Kovifor 02-07-2009 07:32 PM

Quote:

Originally Posted by Harmachis (Post 1736794)
is it works on vBulletin 3.8.1 ?

Quote:

Originally Posted by Schnee (Post 1736832)
It's working okay for me except for that darn FF v. IE thing.

It works fine... I believe there was a fix posted a while ago.

Quote:

Originally Posted by Icy (Post 1737124)
I'm using Ajax 1.5 as well :)

Edit: I've found two problem. One is I can't see loading.gif and another one is in IE 7 the tabs are kind of messed!

Check all the paths in your .js file for this mod. It's calling / instead of not including the "/" in the beginning.

Icy 02-08-2009 09:16 AM

Quote:

Originally Posted by King Kovifor (Post 1737272)
It works fine... I believe there was a fix posted a while ago.

Check all the paths in your .js file for this mod. It's calling / instead of not including the "/" in the beginning.

I already fixed the image issue. But can't find the fix about extra white space in IE in this thread :S

Harmachis 02-08-2009 01:57 PM

what is this tfh-wol-plugins.xml file ? should i install it or its optional ?

i tried Ajex, but its not working for me on 3.8.1 :(

ArnyVee 02-08-2009 02:02 PM

Rather than dealing with these 'fixes' and such, I'm just waiting for TFH 2.0 ..... admittedly I've thought about adding this version on MANY occasions because I desperately need this mod. But, I'd rather go with the easier install option. :up:

Patience Arny...patience :)

Big-K 02-08-2009 11:07 PM

Is there any way to include non-forum content (e.g social groups, blogs, flashchat etc) or even external urls as tabs? That idea will make this mod ROCK

bobster65 02-08-2009 11:27 PM

Quote:

Originally Posted by Big-K (Post 1738140)
Is there any way to include non-forum content (e.g social groups, blogs, flashchat etc) or even external urls as tabs? That idea will make this mod ROCK

Yes, v2 (which is in Beta 4 right now) has what is called "modules" that can be plugged in via the ACP.... currently we have recent threads, Blogs, News, Albums, Project Tools and a few others.... social groups is one that I've just started on and might be ready when v2 is finally released).. btw, those are just ones that we plan on releasing with it.. the modules system will allow you to create your own and members here will be able to write module addons for this new system...

ArnyVee 02-08-2009 11:33 PM

You see....I try and forget about how great v2 is going to be and then Bob reminds me of how absolutely Earth shattering the mod will be! AHHHH! :)

bobster65 02-08-2009 11:35 PM

Quote:

Originally Posted by ArnyVee (Post 1738153)
You see....I try and forget about how great v2 is going to be and then Bob reminds me of how absolutely Earth shattering the mod will be! AHHHH! :)

Why aren't you helping Beta test it? :p

Alfa1 02-08-2009 11:47 PM

That sounds mighty interesting Bobster. Modules are the way to go. Any chance on releasing a forumdisplay.php version of V2 as well? If this is a possibility, then I'll surely report to beta testing headquarters!

bobster65 02-08-2009 11:55 PM

Quote:

Originally Posted by Alfa1 (Post 1738161)
That sounds mighty interesting Bobster. Modules are the way to go. Any chance on releasing a forumdisplay.php version of V2 as well? If this is a possibility, then I'll surely report to beta testing headquarters!

Its possible.. I'll PM you to get some details :)

Alfa1 02-08-2009 11:56 PM

Awesome.


All times are GMT. The time now is 09:19 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.09474 seconds
  • Memory Usage 1,849KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (20)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