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)

mr.reza 07-15-2008 02:27 AM

I solved previous problems but yet there is no tabbed forum :( when I switch between tabs, no forums can be displayed maybe I miss my forumhome template! take a look at these pics:

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

bobster65 07-15-2008 10:58 AM

Quote:

Originally Posted by mr.reza (Post 1575579)
I solved previous problems but yet there is no tabbed forum :( when I switch between tabs, no forums can be displayed maybe I miss my forumhome template! take a look at these pics:

http://files.myopera.com/Saeid_tss/files/1.JPG

http://files.myopera.com/Saeid_tss/files/2.JPG

yes, you are missing something.... make sure all the files are uploaded and all the template edits have been made. I can take a look at your site if you PM me.

mr.reza 07-15-2008 08:29 PM

I checked it again and I didnot miss anything and did carefully everything you said, also I uploaded files again but no change seen. if possible give me the example forumhome template to retry with that.
thanx

bobster65 07-16-2008 12:37 AM

Quote:

Originally Posted by mr.reza (Post 1576271)
I checked it again and I didnot miss anything and did carefully everything you said, also I uploaded files again but no change seen. if possible give me the example forumhome template to retry with that.
thanx

If you didn't miss something it would work ;) PM a link to your site so I can check it out.

mr.reza 07-16-2008 03:31 AM

With your help I solved that problem too but now my "cyb sub forum manager" mod doesn't work in new tabbed forumhome and that causes my forums get out of border. see it :

http://forums.balatarin4u.net/index.php?styleid=38

aajobj 07-16-2008 10:26 PM

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'))

mr.reza 07-17-2008 03:00 AM

Thank you, now installed!

shahryar_neo 07-17-2008 05:07 AM

when do you want to release version 2.0 ?

Defkalion 07-17-2008 09:28 AM

Quote:

Originally Posted by bobster65 (Post 1515841)
Tabs at the bottom and top? Haven't tried it, but simple copy the "tab" portion and place it after the last content area and before the switch tabs script .. in theory, that should work. one of the CSS style is use has tabs at the bottom, so I know it works, just never tried it with both top and bottom ..

Has anybody got tabs both to top & bottom to work?

If I copy this part:

Code:

<!-- Tabbed Forum Home Tabs Layout -->
<ul id="forumtabs" class="shadetabs">
<li><a href="#" rel="tcontent1" class="selected">tab1</a></li>
<li><a href="#" rel="tcontent3">tab2!</a></li>
<li><a href="#" rel="tcontent2">tab3</a></li>
 <li><a href="#" rel="tcontent4"><font size="2">tab3</font></a></li>
</ul>
<!-- /Tabbed Forum Home Tabs Layout -->

after the last content area and right before the switch tabs script, the tabs appear ok in the bottom, but if I click on them they simply go to the top of the page, they don't switch. Also at the bottom tabs, the first tab is always shown us "selected", even if I click to another top tab.

Any ideas? :)

shahryar_neo 07-17-2008 11:05 AM

oh no ! when u use this method people on every forum not work ?!

bobster65 07-17-2008 12:40 PM

Quote:

Originally Posted by Defkalion (Post 1577571)
Has anybody got tabs both to top & bottom to work?

If I copy this part:

Code:

<!-- Tabbed Forum Home Tabs Layout -->
<ul id="forumtabs" class="shadetabs">
<li><a href="#" rel="tcontent1" class="selected">tab1</a></li>
<li><a href="#" rel="tcontent3">tab2!</a></li>
<li><a href="#" rel="tcontent2">tab3</a></li>
 <li><a href="#" rel="tcontent4"><font size="2">tab3</font></a></li>
</ul>
<!-- /Tabbed Forum Home Tabs Layout -->

after the last content area and right before the switch tabs script, the tabs appear ok in the bottom, but if I click on them they simply go to the top of the page, they don't switch. Also at the bottom tabs, the first tab is always shown us "selected", even if I click to another top tab.

Any ideas? :)

Hey Bud, to be honest, I have not had time to test this out, but will be adding this as a future item in Project Tools so that its tracked ... probably won't be looked into tho until beta 2.0 is released tho. Also, 2.0 is based off of YUI, so tab controls are a lot different.

bobster65 07-17-2008 12:42 PM

Quote:

Originally Posted by shahryar_neo (Post 1577638)
oh no ! when u use this method people on every forum not work ?!

You are going to have to explain your issue with a little more details. We can not help you if we do not understand your problem.

Zachariah 07-17-2008 04:16 PM

looks around for YUI Ajaxtabs 2.0 :D
^ post 2000 :o

[high]* Zachariah runs back to the safety of his code cave and continues to look for the "lady in the red dress".[/high]

bobster65 07-17-2008 04:37 PM

Quote:

Originally Posted by Zachariah (Post 1577810)
looks around for YUI Ajaxtabs 2.0 :D
^ post 2000 :o

[high]* Zachariah runs back to the safety of his code cave and continues to look for the "lady in the red dress".[/high]

Its coming along slowly but surely ... we decided to do a major overhaul, so that's why its taking longer than expected (that and its summer and the weather is dictating our coding time lol) ..

wtrk 07-17-2008 05:10 PM

hi,

nice hack.

im using the non-ajax version. ive got the content into the tabs, except it doesnt separate the categories out of the forums. in each tab i just have a giant list of forums, no categories. it works fine on the forum home page (ie, the first tab) but if you click on a second or third tab, you just get a list of forums but no categories.

thanks.

King Kovifor 07-17-2008 05:42 PM

Quote:

Originally Posted by Zachariah (Post 1577810)
looks around for YUI Ajaxtabs 2.0 :D
^ post 2000 :o

[high]* Zachariah runs back to the safety of his code cave and continues to look for the "lady in the red dress".[/high]

It is hidden on my dev server. :) Not giving access to that. ;)

Quote:

Originally Posted by shahryar_neo (Post 1577430)
when do you want to release version 2.0 ?

It will be released when it is ready.

bobster65 07-17-2008 06:37 PM

Quote:

Originally Posted by wtrk (Post 1577838)
hi,

nice hack.

im using the non-ajax version. ive got the content into the tabs, except it doesnt separate the categories out of the forums. in each tab i just have a giant list of forums, no categories. it works fine on the forum home page (ie, the first tab) but if you click on a second or third tab, you just get a list of forums but no categories.

thanks.

Why don't you use 1.5 AJAX? Its a lot easier to install and will solve your problems.

wtrk 07-17-2008 06:42 PM

Quote:

Originally Posted by bobster65 (Post 1577894)
Why don't you use 1.5 AJAX? Its a lot easier to install and will solve your problems.

because i spent hours and hours setting up the non-ajax one like a month ago before you released the ajax version and then i got busy doing other things and im finally back to working on this and i really dont feel like spending hours and hours uninstalling and reinstalling.

bobster65 07-17-2008 06:50 PM

Quote:

Originally Posted by wtrk (Post 1577896)
because i spent hours and hours setting up the non-ajax one like a month ago before you released the ajax version and then i got busy doing other things and im finally back to working on this and i really dont feel like spending hours and hours uninstalling and reinstalling.

first off, it won't take hours and hours to uninstall version 1 and setup version 1.5 .. it would take all of 15-20 minutes max.... that's whats nice about 1.5 over ver 1

Now, if you want me to take a look at it, PM your FORUMHOME Template AND a link to your site so I can view the source of your style to make sure the correct formatting is being used.

wtrk 07-17-2008 08:50 PM

Quote:

Originally Posted by bobster65 (Post 1577898)
first off, it won't take hours and hours to uninstall version 1 and setup version 1.5 .. it would take all of 15-20 minutes max.... that's whats nice about 1.5 over ver 1

Now, if you want me to take a look at it, PM your FORUMHOME Template AND a link to your site so I can view the source of your style to make sure the correct formatting is being used.

oh really? if its like that, then ill look into upgrading to 1.5 thats not so bad.

thanks.

bobster65 07-17-2008 09:50 PM

Quote:

Originally Posted by wtrk (Post 1577981)
oh really? if its like that, then ill look into upgrading to 1.5 thats not so bad.

thanks.

ya, 1.5 is A LOT easier (and quicker) to install. I'll take a look at your v1 template tho and PM you back sometime tomorrow..

wtrk 07-19-2008 12:39 AM

hey bobster,

i pm'd you about this but i thought id post it here as well as it might help somebody else. i got the tabs working just fine, except when i click on a tab (i set it up with all the proper &tabcat[]= for each category) it doesnt show me the forums but it shows the site as if it were in a frame. so i get a site within a site when i click on the tab, but no forums.

thanks for the help.

bobster65 07-19-2008 12:56 AM

Quote:

Originally Posted by wtrk (Post 1578758)
hey bobster,

i pm'd you about this but i thought id post it here as well as it might help somebody else. i got the tabs working just fine, except when i click on a tab (i set it up with all the proper &tabcat[]= for each category) it doesnt show me the forums but it shows the site as if it were in a frame. so i get a site within a site when i click on the tab, but no forums.

thanks for the help.

I just replied ... sounds to me like you have the entire FORUMHOME Template within new FORUMHOMETAB template instead of just the MAIN portion of FORUMHOME Template (re read step 2b and step 3 :)

I'll check back in the AM and help out you still have not got it working.. :)

Spank 07-27-2008 04:55 AM

Hi, this looks really good. I want to install the Ajax Tabs, but would like to know if it's possible to keep certain forums at the top of forumhome and add the tabs underneath for the rest of the forums. So no matter what tab is then pressed the certain forums will remain. Can this be done?

Q-v-n-s-Q 07-27-2008 10:03 AM

look good in firefox, something wrong with explorer http://www.highrankforum.com/

never mind!! just removed the
Quote:

<br style="clear: left" />
The bug is, there is no user view display??

wtrk 07-27-2008 11:36 PM

how come some plugins break the tabs?

there are several ive come across that case the tabs to stop working when they are installed.

bobster65 07-28-2008 12:05 AM

Quote:

Originally Posted by wtrk (Post 1585575)
how come some plugins break the tabs?

there are several ive come across that case the tabs to stop working when they are installed.

Please list them. It does us no good when people make posts like this and then provide no information. Can't help you unless we know which plugins you are having issues with.

bobster65 07-28-2008 12:06 AM

Quote:

Originally Posted by Q-v-n-s-Q (Post 1585155)
The bug is, there is no user view display??

Can you explain what you mean please?

wtrk 07-28-2008 12:20 AM

Quote:

Originally Posted by bobster65 (Post 1585581)
Please list them. It does us no good when people make posts like this and then provide no information. Can't help you unless we know which plugins you are having issues with.

I wish i had kept a better list! Im going back and retesting a bunch of plugins to find the ones that I had problems with. So far:

-- "Spiders on ForumHome" (default tabs never load, click on a new tab doesnt load that tab either)


(ill update this thread in a bit)

Q-v-n-s-Q 07-28-2008 07:11 AM

Quote:

Originally Posted by bobster65 (Post 1585582)
Can you explain what you mean please?


forumdisplay: normal:

http://www.highrankforum.com/forumdisplay.php?f=1
https://vborg.vbsupport.ru/

click on the search engine tab. It doesnt show the number of viewing .(17 Viewing)

https://vborg.vbsupport.ru/

thanks:confused:

bobster65 07-28-2008 01:58 PM

Quote:

Originally Posted by wtrk (Post 1585587)
I wish i had kept a better list! Im going back and retesting a bunch of plugins to find the ones that I had problems with. So far:

-- "Spiders on ForumHome" (default tabs never load, click on a new tab doesnt load that tab either)


(ill update this thread in a bit)

OK, cool .. as long as we have something to investigate, we'll try and provide a solution :)

Quote:

Originally Posted by Q-v-n-s-Q (Post 1585756)
forumdisplay: normal:

http://www.highrankforum.com/forumdisplay.php?f=1
http://www.highrankforum.com/picture...1&pictureid=35

click on the search engine tab. It doesnt show the number of viewing .(17 Viewing)

http://www.highrankforum.com/picture...1&pictureid=36

thanks:confused:

Ah, gotcha... I'll look into that for ya... it should work .. just not sure why its not :o

Q-v-n-s-Q 07-28-2008 02:48 PM

Quote:

Originally Posted by bobster65 (Post 1585979)
OK, cool .. as long as we have something to investigate, we'll try and provide a solution :)



Ah, gotcha... I'll look into that for ya... it should work .. just not sure why its not :o

thank you :)

Subah 07-28-2008 02:59 PM

Is there any way to let another totally style work in each tabbed ?

King Kovifor 07-28-2008 04:04 PM

Quote:

Originally Posted by Subah (Post 1586011)
Is there any way to let another totally style work in each tabbed ?

Try adding &styleid=x to the end of the URL. That might work.

Doom Stone 07-29-2008 04:16 PM

I can't seem to get the tabs to contain any content, not 100% sure where I'm going wrong.

I believe the following code is what I need to edit to list the categories, however I'm not sure how to go about that exactly. I'm not sure how to find the forum category numbers, at first I thought it was the forumdisplay number but I've realised that it's not.

Code:

<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>
<li><a href="tabforumhome.php?tabcat[]=1&tabcat[]=2&tabcat[]=3" rel="ajaxTFHcontentarea">TAB 3 NAME</a></li>

Any help is much appreciated.

King Kovifor 07-29-2008 04:38 PM

To find category ids, click on any category and look in the url bar. It will say forumdisplay.php?id=x; x is what you need.

Doom Stone 07-29-2008 04:50 PM

Hrhm.. I must have messed up elsewhere then. Putting the forum ID in doesn't work.
The tabs are showing, but they say "Requesting Content" and then they are blank.
I'll go through the templates and have a look to see if I've done something wrong elsewhere, although I'm sure I did everything properly.

sdfaheem 07-29-2008 06:23 PM

How do we uninstall the mod?

bobster65 07-29-2008 06:31 PM

Quote:

Originally Posted by Doom Stone (Post 1586799)
Hrhm.. I must have messed up elsewhere then. Putting the forum ID in doesn't work.
The tabs are showing, but they say "Requesting Content" and then they are blank.
I'll go through the templates and have a look to see if I've done something wrong elsewhere, although I'm sure I did everything properly.

You need to put the CATEGORY ID. Categories contain forums, forums contain sub forums. If you put in a FORUM ID that contains no Sub Forums, then there won't be anything to display. So you need to put the Forums PARENT ID (which is known as a Category ID) and it will display all the forums for that specific category.

bobster65 07-29-2008 06:34 PM

Quote:

Originally Posted by sdfaheem (Post 1586840)
How do we uninstall the mod?

Just remove the files and reverse the template edits..


All times are GMT. The time now is 01: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.04254 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
  • (3)bbcode_code_printable
  • (25)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