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)

ssslippy 04-10-2008 11:55 AM

Quote:

Originally Posted by Ozster (Post 1487334)
Any ideas how to stop it jumping back to the top of the page when you select a tab?

edit: figured it out - what kind of load increase will this hack cause?

How did u make it stop jumping to the top of the page?

lazydesis 04-10-2008 12:07 PM

very nicely done :) thanx

will install soon :D

valdet 04-10-2008 03:17 PM

Bobster thank you very much for this awesome mod. I will test and no doubt it should look great.

Do you know if this might affect search engine crawling..?

Cliked Install and nominated for MOTM



bobster65 04-10-2008 04:19 PM

Quote:

Originally Posted by valdet (Post 1487531)
Bobster thank you very much for this awesome mod. I will test and no doubt it should look great.

Do you know if this might affect search engine crawling..?

Cliked Install and nominated for MOTM



Thanks Bud!

As far as Search Engine Crawling, it is fully unobtrusive, search engine friendly :up:

tmiland 04-10-2008 04:45 PM

1 Attachment(s)
Hello bobster65,

thanks for this great mod! :)
I have a question, wich have troubled me all day, see the moderator column in the attached picture... What am i doing wrong? I am about to throw my comp out the window :erm:

bobster65 04-10-2008 05:01 PM

Quote:

Originally Posted by tmiland (Post 1487617)
Hello bobster65,

thanks for this great mod! :)
I have a question, wich have troubled me all day, see the moderator column in the attached picture... What am i doing wrong? I am about to throw my comp out the window :erm:

no, don't throw it out the window lol.. I see whats wrong. Its a colspan issue..

in my sample code (step 18) look for this towards the beginning of the step..

What I did was include my custom code that didn't account for the 6th column (Moderator) (See the part in BOLD RED) Below...

Code:

<!-- CUSTOM tbody CODE BASED ON YOUR STYLE -->
<tbody>
        <tr>
                <td class="tcat" colspan="5"><a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_66')"><img id="collapseimg_forumbit_66" src="images/solido/buttons/collapse_tcat.gif" alt="" border="0" /></a><a href="forumdisplay.php?f=6">CATEGORY NAME</a></td>
        </tr>
</tbody>

<tbody id="collapseobj_forumbit_66" style="">
$forumbits2
</tbody>
<!-- /CUSTOM tbody CODE BASED ON YOUR STYLE -->

so what you can do is add this condition to it

Code:

<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>
So it would look something like this..

Code:

<!-- CUSTOM tbody CODE BASED ON YOUR STYLE -->
<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_66')"><img id="collapseimg_forumbit_66" src="images/solido/buttons/collapse_tcat.gif" alt="" border="0" /></a><a href="forumdisplay.php?f=6">CATEGORY NAME</a></td>
        </tr>
</tbody>

<tbody id="collapseobj_forumbit_66" style="">
$forumbits2
</tbody>
<!-- /CUSTOM tbody CODE BASED ON YOUR STYLE -->

That will fix it for you..

pooffck 04-10-2008 05:34 PM

hi everyone, im new to vbulletin and just set my forum up today and got a skin and all that and loved this mod BUT i am a very big moron at following instuctions. I was wondering if anyone had 5 to 10 mins of there time to help me out personally or do it for me. It would be a great help.

P.S. iv tried to follow the instructions and lost all my forum so i had to revert it.

Some assitance would be nice

P.S... sorry about my english

bobster65 04-10-2008 06:01 PM

*UPDATED* to version 1.01

Those that marked installed received the updated information via email.

Only the tabcontent.js was updated, so simply download the new zip and upload the new .js file.

Additional information has also been updated in Post #2

bobster65 04-10-2008 06:03 PM

Quote:

Originally Posted by pooffck (Post 1487637)
hi everyone, im new to vbulletin and just set my forum up today and got a skin and all that and loved this mod BUT i am a very big moron at following instuctions. I was wondering if anyone had 5 to 10 mins of there time to help me out personally or do it for me. It would be a great help.

P.S. iv tried to follow the instructions and lost all my forum so i had to revert it.

Some assitance would be nice

P.S... sorry about my english

be sure to follow steps 1-4 for setting up the install environment. I wrote it this way specifically so you won't lose anything that is important while adding this.

I'd install it for you, but I am completely swamped :o

sdfaheem 04-10-2008 06:33 PM

This is what i was expecting since days.
Excellent work bobster!


All times are GMT. The time now is 06:01 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.02162 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)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