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)

Brother Malachi 10-15-2008 11:57 PM

Quote:

Originally Posted by bobster65 (Post 1646005)
Sorry for the delay peeps.. I'm finally back to work and will be getting in touch with KK to finish up a few things so we can get version 2 released...

Sweet :) Can't wait.

murekhalir 10-16-2008 05:58 AM

hope things go well with you bobster~

we support you all the way, definetly the coolest mod around.

lowey 10-16-2008 07:28 AM

What a fantastic modification. Thanks a lot!

Still I'm encountering the following issue, which drives me insane: although I've assigned class="selected" to one of my tabs, it does not open by default when entering the homepage. It's rather always the first tab defined in FORUMHOME, which will open up.

Any ideas on how to fix that? And is there a way of not showing the "retrieving content..."-progress-indicator atall? Thanks again. Keep up the good work! :)

thaker 10-16-2008 09:37 AM

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.

lowey 10-16-2008 01:57 PM

Hm, this does not help with my issue though. Thanks anyway!

n95gps 10-16-2008 02:00 PM

bobster65

sorry for your lost

i hope eveything is ok

i lost count on how many times do i keep visiting this thread

thank you so much

can't wait to see the new release 2.0

imk 10-16-2008 03:13 PM

Quote:

Originally Posted by imk (Post 1645987)
iim having real problems with this

https://vborg.vbsupport.ru/showthrea...83#post1645983

please take a look here

if you hava heart youll do it for free, if not i'll pay

ASAP going mad here, dont know how to change which forums you see in each tab?

PLEASE PLEASE PLEASE HELP!


any suggestions or a detaild breakdown on my problem or coding please help

check that thread

thanks so much ASAP!

imk 10-16-2008 03:32 PM

if somone could just highlight in like red, the exact part of code to change for changeing the Category? so do a few examples say i want cat 5 then cat 6 then 7........all in seperate tags

pleas ehighlight in another color and break it down

thanks

Brother Malachi 10-16-2008 06:10 PM

imk, from what I could tell you've installed v1.0. I'd recommend waiting another few days until v2.0 is out...or if you can't wait - or don't want to - then uninstall what you have, then install v1.5 which is much simpler to install with better overall functionality.

imk 10-17-2008 03:33 PM

THANKS PROBLEM SOLVED.....HOWEVER COULD SOMONE SUGGEST A FIX FOR THIS

WWW.FULLHELP.COM

if you click on one of the cell links e.g. Forum Help.

then it's linked to the forum help cat, but then this hack doenst show up...any reason? or way i can make it so it shows?

Brother Malachi 10-17-2008 06:45 PM

You're linking directly to the category and not the forumhome[page] which is where the hack works.
You need to change your links to point to index.php instead of forumdisplay.php
I believe there was a way to have a specific tab be active. I just don't remember. Look in the documentation.

imk 10-17-2008 09:55 PM

Quote:

Originally Posted by hammerhead24 (Post 1647208)
You're linking directly to the category and not the forumhome[page] which is where the hack works.
You need to change your links to point to index.php instead of forumdisplay.php
I believe there was a way to have a specific tab be active. I just don't remember. Look in the documentation.

this wont work tho, as it will just view my first cat, not the spercific one

Brother Malachi 10-17-2008 11:51 PM

Like I said, there should be a way to display a specific tab via the url. index.php?f=id
or something along those lines. Check the documentation.

Actually, I think I'm confusing this mod with another one. It would be best to let bobster answer this for you. Sorry if I confused you.

YsTyle 10-18-2008 08:43 AM

i installed like you said in the readme file,
but it looks like the CSS and the AJAX does not work.
i uploaded all files.

imk 10-18-2008 01:23 PM

^make sure the files direct to the uploaded ones, like with me they are /client

but my client is in /forum/client

so you may need to change the paths........

ill wait for Bob then

YsTyle 10-19-2008 07:46 AM

Quote:

Originally Posted by imk (Post 1647652)
^make sure the files direct to the uploaded ones, like with me they are /client

but my client is in /forum/client

so you may need to change the paths........





ill wait for Bob then

where should i edit the files?

Pirat3 10-20-2008 10:33 PM

Great mod, but I was wondering is it possible to have each tab have its OWN custom theme? So say I clicked on Tab1 it would have THEME1 I would click on TAB2 it would have THEME2, TAB 3 - theme 3, etc...

ShawnV 10-21-2008 02:02 PM

version 2.0 update?

_V

illithid 10-21-2008 03:18 PM

Quote:

Originally Posted by imk (Post 1647323)
this wont work tho, as it will just view my first cat, not the spercific one

On your website main page edit the links in the cell to reflect the tab view of each cat... so on your index page for the Coding Help, instead of the link being
Code:

http://fullhelp.com/forum/forumdisplay.php?f=6
it should be
Code:

http://fullhelp.com/forum/index.php?ajaxTFH=2
I checked you website and recorded each of your cell links, then matched them to your tab links on your forum.. Here is a list of what your links should be when you edit the cell addresses

Code:

Community : http://fullhelp.com/forum/index.php?ajaxTFH=0
Forum Help : http://fullhelp.com/forum/index.php?ajaxTFH=1
Coding Help : http://fullhelp.com/forum/index.php?ajaxTFH=2
Design Help : http://fullhelp.com/forum/index.php?ajaxTFH=3
Domain Help : http://fullhelp.com/forum/index.php?ajaxTFH=4
Hosting Help : http://fullhelp.com/forum/index.php?ajaxTFH=5
Content Help : http://fullhelp.com/forum/index.php?ajaxTFH=6
Market Place : http://fullhelp.com/forum/index.php?ajaxTFH=7

Notice that the links are numbered according to the order in which you set them to be displayed.

Wazran 10-22-2008 01:21 AM

Hey.. I'm using 1.5.0

I'm having probs, here's my forum: http://infodocs.net/~mystt/forum/index.php?styleid=2

Just take a look at it >.<, the tabs don't show. Also when I install 1.0 it says an error with global.

King Kovifor 10-22-2008 06:42 PM

Quote:

Originally Posted by Wazran (Post 1650092)
Hey.. I'm using 1.5.0

I'm having probs, here's my forum: http://infodocs.net/~mystt/forum/index.php?styleid=2

Just take a look at it >.<, the tabs don't show. Also when I install 1.0 it says an error with global.

Check the paths to your JS and CSS.

Quote:

Originally Posted by Sarge (Post 1650015)
What about Sarge :(

I'm confused.

bobster65 10-22-2008 09:35 PM

Quote:

Originally Posted by Pirat3 (Post 1649303)
Great mod, but I was wondering is it possible to have each tab have its OWN custom theme? So say I clicked on Tab1 it would have THEME1 I would click on TAB2 it would have THEME2, TAB 3 - theme 3, etc...

you mean changing the vB style as a whole, or just the Data within the Content DIV?

Pirat3 10-22-2008 09:41 PM

Quote:

Originally Posted by bobster65 (Post 1650733)
you mean changing the vB style as a whole, or just the Data within the Content DIV?


I mean it switches themes when I click on a diffrent tab. Like if I clicked on TAB a it would display theme a if I clicked on tab b it would display theme b

bobster65 10-22-2008 09:48 PM

Quote:

Originally Posted by Pirat3 (Post 1650737)
I mean it switches themes when I click on a diffrent tab. Like if I clicked on TAB a it would display theme a if I clicked on tab b it would display theme b

not sure what a "theme" is. is a "theme" the same thing as a vBulletin Style? If its a vbulletin style that you are wanting to change upon clicking on a tab, I suppose its possible to do that via AJAX....

Wazran 10-22-2008 10:14 PM

Where can I check the paths?

Here's the code:
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 -->

Although, that's the right place. Could someone possibly go into my forum and fix it for me? (Note that is the directory, however, it is located on a /forum directory; does that matter?)

bobster65 10-22-2008 11:07 PM

Quote:

Originally Posted by Wazran (Post 1650756)
Where can I check the paths?

Here's the code:
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 -->

Although, that's the right place. Could someone possibly go into my forum and fix it for me? (Note that is the directory, however, it is located on a /forum directory; does that matter?)

Just put the FULL URL Path to the files (in red below)

Code:

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


Wazran 10-22-2008 11:35 PM

Works like a charm and I love it. Thank you!

Tho, is there a way to make the buttons bigger? Thanks. +Nominated

Pirat3 10-22-2008 11:51 PM

Quote:

Originally Posted by bobster65 (Post 1650744)
not sure what a "theme" is. is a "theme" the same thing as a vBulletin Style? If its a vbulletin style that you are wanting to change upon clicking on a tab, I suppose its possible to do that via AJAX....

Yes theme/style same thing :)

Do you know how to do this? I would be perfer to do it the manual way too if I knew how. (My site has pretty high traffic)

nureeves 10-23-2008 05:10 AM

hello bob,
just wanna say .. can wait for v.2 :)

ArnyVee 10-23-2008 10:50 AM

LOL....everytime there is a new post, I jump over to this thread to see if 2.0 is released yet! :D

Can't wait either!

squishi 10-23-2008 11:34 AM

Sorry if this has been asked before in this thread. I have no time to browse through 67 pages.

This mod works very well for me.
What I noticed, though, is that the number of users viewing a forum does no longer show.
Is there a fix for this?

drmitaly 10-23-2008 01:37 PM

Quote:

Originally Posted by ArnyVee (Post 1651051)
LOL....everytime there is a new post, I jump over to this thread to see if 2.0 is released yet! :D

Can't wait either!

... me too :)

bobster65 10-23-2008 01:38 PM

Quote:

Originally Posted by squishi (Post 1651064)
Sorry if this has been asked before in this thread. I have no time to browse through 67 pages.

This mod works very well for me.
What I noticed, though, is that the number of users viewing a forum does no longer show.
Is there a fix for this?

This is fixed in the next version which is done, just doing some last minute things and making sure the install instructions cover everything possible..

ArnyVee 10-23-2008 03:47 PM

WOO HOO! Can't wait! :D

Thanks for the 'teaser' Bobster! ;)

King Kovifor 10-23-2008 06:45 PM

Quote:

Originally Posted by ArnyVee (Post 1651199)
WOO HOO! Can't wait! :D

Thanks for the 'teaser' Bobster! ;)

Mark forums as read through AJAX (you weren't able to do it) has been fixed in 2.0.

ArnyVee 10-23-2008 07:05 PM

King...you are truly killin' me here! :D

I can't wait any longer! :)

King Kovifor 10-23-2008 07:10 PM

Quote:

Originally Posted by ArnyVee (Post 1651318)
King...you are truly killin' me here! :D

I can't wait any longer! :)

It was tempting. lol. Want any more spoilers?

bobster65 10-23-2008 08:56 PM

Quote:

Originally Posted by Sarge (Post 1651361)
Why was my post just like skipped?

its not that it was skipped, I just don't have time right now to trouble shoot version 1.0 when I am trying to get version 2.0 released to everyone.

Maybe someone that has 1.0 installed can give you a hand.... from what I seen of your code, it should not be doing what your screen shots show.

ArnyVee 10-23-2008 09:06 PM

Quote:

Originally Posted by King Kovifor (Post 1651319)
It was tempting. lol. Want any more spoilers?

Keep 'em comin'! :D

murekhalir 10-23-2008 09:59 PM

you have no clue i check this thread religiously lol.

cant wait for v.20 thanks much


All times are GMT. The time now is 09:23 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.02817 seconds
  • Memory Usage 1,839KB
  • 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
  • (8)bbcode_code_printable
  • (18)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