vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=233135)

ZeroHour 08-01-2012 05:36 PM

Quote:

Originally Posted by Noslo (Post 2353396)
Thank you very much for updating this :D - Please can you tell me how to remove the white line under my tabs:

http://gyazo.com/72b92069a6b5b3126405c16ea37bb7ab

Edit skin.tfh.css and change:
Code:

.yui-navset .yui-content {
background: #FFFFFF;

To
Code:

.yui-navset .yui-content {
background: transparent;

That removes the white background, or do you mean the spacing as well?

Noslo 08-01-2012 06:05 PM

I also mean the spacing. Thanks zero hour!

Bluefin221 08-01-2012 06:19 PM

I'm getting an error after enabling the default all tab and blogs.

Database error in vBulletin 4.2.0:

Code:

Invalid SQL:
SELECT * FROM `vb_tabs` WHERE `iden`='m' ORDER BY `tabid`;

MySQL Error  : Table '_forums.vb_tabs' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, August 1st 2012 @ 07:18:10 PM
Error Date    : Wednesday, August 1st 2012 @ 07:18:11 PM
Script        : /admincp/tfh_modules.php
Referrer      : /admincp/eg_tfh_modules.php?do=enable&module=2
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.1.63-cll

I've edited out any of my person database information.

Uninstalled it and tried to reinstall, also re-uploaded all files to make sure I had everything correct and the error persists, after making the forumhome edits etc nothing shows where my forums should be. Checked on your own forums and can see your tabs no problem.

ZeroHour 08-01-2012 06:35 PM

Fixed, thanks for reporting.
Drop in replacement attached.

Quote:

Originally Posted by Bluefin221 (Post 2353411)
I'm getting an error after enabling the default all tab and blogs.

Database error in vBulletin 4.2.0:

Code:

Invalid SQL:
SELECT * FROM `vb_tabs` WHERE `iden`='m' ORDER BY `tabid`;

MySQL Error  : Table '_forums.vb_tabs' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, August 1st 2012 @ 07:18:10 PM
Error Date    : Wednesday, August 1st 2012 @ 07:18:11 PM
Script        : /admincp/tfh_modules.php
Referrer      : /admincp/eg_tfh_modules.php?do=enable&module=2
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.1.63-cll

I've edited out any of my person database information.

Patch integrated into version 4.0.8

Bluefin221 08-01-2012 06:47 PM

The error still exists, just to clarify here....

When I import the new product file it creates a new tabs area within my admin panel. So the old one I imagine is obsolete so I uninstalled the old product file and the error appears. When I install the old product file again the error is gone, however again after editing the appropriate files the forums will not load. Its completely blank.

This is with old and new installed together or just new installed alone. I even tried to create tabs within old and new just to make sure still the forums are blank.

ZeroHour 08-01-2012 07:05 PM

Are you 100% sure you downloaded and replaced this file?

Bluefin221 08-01-2012 07:06 PM

Quote:

Originally Posted by ZeroHour (Post 2353424)
Are you 100% sure you downloaded and replaced this file?
https://vborg.vbsupport.ru/attachmen...7&d=1343849646

Yes, replaced it within the admin folder.

Noslo 08-01-2012 07:11 PM

Zero how do I remove the space under the tabs.

Bluefin221 08-01-2012 07:13 PM

Zero I could add you on skype if you have it to help work through this faster, you could also then have a look at my site.

Bluefin221 08-01-2012 07:23 PM

Ok I fixed it, this part here of the edit:

Code:

<!-- Tabbed Forum Home Header Code 4.0.7 -->
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/tfh/tabview.css" />
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/tfh/skin-tfh.css" />
<!-- TFH JS -->
<script type="text/javascript">
<!--
if (remoteyui)
{
document.write('<script type="text/javascript" src="/clientscript/tfh/dispatcher-min.2.2.js"></script>');
document.write('<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/element/element-min.js"></script>');
document.write('<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/tabview/tabview-min.js"></script>');
}
else
{
document.write('<script type="text/javascript" src="/clientscript/tfh/dispatcher-min.2.2.js"></script>');
document.write('<script type="text/javascript" src="/clientscript/yui/element/element-min.js"></script>');
document.write('<script type="text/javascript" src="/clientscript/yui/tabview/tabview-min.js"></script>');
}
//-->
</script>
<!-- /Tabbed Forum Home Header Code -->

On each instance of src="/clientscript/ I have had to add my forums folder in so src="/clientscript/ becomes src="/forums/clientscript/

Aside from that it I have an error when trying to save the display order so all my order is currently at 10.

Database error in vBulletin 4.2.0:

Quote:

Invalid SQL:
UPDATE vb_tabs SET
displayorder = 20
WHERE tabid = 1;

MySQL Error : Table '_forums.vb_tabs' doesn't exist
Error Number : 1146
Request Date : Wednesday, August 1st 2012 @ 08:22:02 PM
Error Date : Wednesday, August 1st 2012 @ 08:22:02 PM
Script : /forums/admincp/eg_tfh.php?do=organize
Referrer : /forums/admincp/eg_tfh.php
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.63-cll
Again I have edited out personal database information.


All times are GMT. The time now is 11:53 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.02086 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
  • (5)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