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)

bobster65 04-13-2008 06:26 PM

Quote:

Originally Posted by kollam003 (Post 1489155)
i have send u a PM when u have the time take a look

Problem solved :up: .css URL didn't have the correct path to the file

noj75 04-14-2008 01:33 AM

Absolutely fantastic mod. Great work!

installed and worked like a charm. Thanks for your time and effort with this.

A happy customer!

ams3521 04-14-2008 04:45 AM

Heh heh heh this looks great. Nice work bobster thanks. Glad to see folks sorting out their problems for themselves but it would be even better if they told us how they did it as i just know i'm gonna have the same probs when i install this bad boy.

1 question before install if i may. Can i still have my normal forum home as it is and when someone clicks A TAB it shows the forums in A TAB of my forum along with loads of new forums that are just on the click of A TAB?

sorry i tried to make that sound sense. Basically i want to add load more forums to a section of my forum but i also need to leave some forums in that section showing as normal on my Forum Home as the users of these forums will not like to have their forum 'demoted' to being off the forum home and on some new flashy tab button.

thanks

indie2industry 04-14-2008 08:39 AM

How do you stop the board from jumping to the top every time you click a tab???

*edit* Nevermind, I'm an idiot. lol

indie2industry 04-14-2008 10:28 AM

1 Attachment(s)
Ok, installed..... Loving the sh*t out of this, But I have an error I can't seem to fix. It seems like my moderator,thread, view, & post got shifted somehow...

How do I re-align these columns???

bobster65 04-14-2008 12:21 PM

Quote:

Originally Posted by indie2industry (Post 1490303)
Ok, installed..... Loving the sh*t out of this, But I have an error I can't seem to fix. It seems like my moderator,thread, view, & post got shifted somehow...

How do I re-align these columns???

Can you post your FORUMHOME Template and I'll take a look it. Looks like a simple fix.

bobster65 04-14-2008 12:25 PM

Quote:

Originally Posted by ams3521 (Post 1490172)
Heh heh heh this looks great. Nice work bobster thanks. Glad to see folks sorting out their problems for themselves but it would be even better if they told us how they did it as i just know i'm gonna have the same probs when i install this bad boy.

1 question before install if i may. Can i still have my normal forum home as it is and when someone clicks A TAB it shows the forums in A TAB of my forum along with loads of new forums that are just on the click of A TAB?

sorry i tried to make that sound sense. Basically i want to add load more forums to a section of my forum but i also need to leave some forums in that section showing as normal on my Forum Home as the users of these forums will not like to have their forum 'demoted' to being off the forum home and on some new flashy tab button.

thanks

You can have the same category on different tabs if thats what you are asking..

ie..
tab 1 could be category 1, 2, 3, 4, 5, 6
tab 2 could be category 1,2, 9, 15
tab 3 could be category 1,2, 10, 16
tab 4 could be category 1,2, 11, 17, 20
tab 5 could be category 1,2, 21

Hope that is what you were asking...

indie2industry 04-14-2008 12:47 PM

1 Attachment(s)
Quote:

Originally Posted by bobster65 (Post 1490352)
Can you post your FORUMHOME Template and I'll take a look it. Looks like a simple fix.

I guess it's too long to post in a thread. I put it in a text file.

bobster65 04-14-2008 01:57 PM

Quote:

Originally Posted by indie2industry (Post 1490364)
I guess it's too long to post in a thread. I put it in a text file.

ah, I should have saw it right off the image you posted... custom style that is different colspan than default vb and most custom styles..

Default vB is a colspan of 5 (or 6 with moderator column) ... your style takes the column that normally is "Last Post" and puts it in a DIV within the "forum" column, so your custom style is a colspan of 4 ( or 5 with moderator column) ..

so what you need to do is take out the "last Post" column in this chunk of code (BOLD RED).. This chunk is the first bit of code for each tab, so you will have to find it for all 6 of your tabs..

Code:

<thead>
        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>
</thead>

THEN in all your tbody chunks (all of them)... you are going to have to change the colspan numbers.. Change all the 6's to 5's and all the 5's to 4's (The numbers are in RED

Code:

<tbody>
        <tr>
                <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_11')"><img id="collapseimg_forumbit_11" src="images/solido/buttons/collapse_tcat.gif" alt="" border="0" /></a><a href="forumdisplay.php?f=1">Indie 2 Industry General Forum</a></td>
        </tr>
</tbody>


indie2industry 04-14-2008 03:03 PM

You sir, are a genius...

I have some $$$ coming in soon. I'll be donating to EVERYONE who I've installed a mod from. YOU are DEFINITELY on the list.

Thank you so much


All times are GMT. The time now is 11:50 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.03580 seconds
  • Memory Usage 1,751KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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