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 Display Enhancements - Tabs Add System for vBulletin 4 (sstab advanced) (https://vborg.vbsupport.ru/showthread.php?t=233629)

thom 05-11-2010 04:31 AM

Jhonnyf is it posibly to do that i have ask for in my post 497 on this side

wIrEs 05-11-2010 05:06 AM

Quote:

Originally Posted by Jhonnyf (Post 2034911)
Ok, Fix the error to HIDE What's NEW
Add option to add imagen

Something else?

I need to read all this thread :'(

- Forum appears when i click calendar.php
- Tabs appear pressed all the time.
- thom request : https://vborg.vbsupport.ru/showpost....&postcount=497

I'm sure there a couple more that the previous posters want.

Gracias!

Jhonnyf 05-11-2010 11:08 AM

I don't have problems with Calendar, maybe it's for the vBulletin version (4.0.3) or maybe for the changes to HIDE Whats'New.

Are you sure that Write the correct THIS_SCRIPT? (calendar for calendar.php) or try with URL
  • Fix Whats'new
  • Add Imagen opcion to tabs
  • Credits in footer can be disable from Option Panel
  • fix Calendar problem (I'm not sure, I can't repeat the problem)

Do Sub-sub menu (post 497) maybe for the next version and when vBUGlletin finally release a TRUE GOLD VERSION and not with this ridiculous BETA with 200 error each week

http://img338.imageshack.us/img338/3624/navbarh.jpg

EDIT:
I READ ALL 35 Pages And I see that the big error it's with the URL_PARAMETER:
*Actually Working in URL_PARAMETER that not work fine

Jhonnyf 05-11-2010 04:45 PM

I fixed the URL_PARAMETER... someone can take a look?

I Config this with to hightlight the tab name "Test URL_PARAMETER" with the Thread

http://www.vbsoporte.com/test/showthread.php?1-Nuevo

Should be work in all pages of that thread

PD: Admin user:
u: betatester
p: 123456

chriske 05-12-2010 11:33 AM

Thanks for the effort you put in this mod Johnny,
This should be a standard feature in vbulletin!

I am looking forward to the next release!

MorgUk 05-12-2010 12:10 PM

Installed latest version and had this error

Database error in vBulletin 4.0.3:

Invalid SQL:
SELECT t.tabid, t.title, t.url,t.tabmode, t.imagen, t.script, t.target, t.pusergroup, t.nusergroup, t.position, t.enable, c.title as ctitle, c.url as curl, c.target as ctarget, c.pusergroup as cpusergroup, c.nusergroup as cnusergroup,c.tipo,c.enable as cenable
FROM evbs_sstabs as t
LEFT JOIN evbs_sstabs_childs as c ON t.tabid=c.tabid
WHERE t.enable=1
ORDER BY t.displayorder,c.tipo, c.displayorder;

MySQL Error : Unknown column 't.imagen' in 'field list'
Error Number : 1054
Request Date : Wednesday, May 12th 2010 @ 02:09:05 PM
Error Date : Wednesday, May 12th 2010 @ 02:09:05 PM
Script : http://www.HIDDEN.com/forum.php
Referrer : http://wwwHIDDEN/admincp/index.php?do=head
IP Address : HIDDEN
Username : HIDDEN
Classname : vB_Database
MySQL Version : 5.0.45-log

Jhonnyf 05-12-2010 12:25 PM

Quote:

Originally Posted by MorgUk (Post 2035679)
Installed latest version and had this error

Database error in vBulletin 4.0.3:

Invalid SQL:
SELECT t.tabid, t.title, t.url,t.tabmode, t.imagen, t.script, t.target, t.pusergroup, t.nusergroup, t.position, t.enable, c.title as ctitle, c.url as curl, c.target as ctarget, c.pusergroup as cpusergroup, c.nusergroup as cnusergroup,c.tipo,c.enable as cenable
FROM evbs_sstabs as t
LEFT JOIN evbs_sstabs_childs as c ON t.tabid=c.tabid
WHERE t.enable=1
ORDER BY t.displayorder,c.tipo, c.displayorder;

MySQL Error : Unknown column 't.imagen' in 'field list'
Error Number : 1054
Request Date : Wednesday, May 12th 2010 @ 02:09:05 PM
Error Date : Wednesday, May 12th 2010 @ 02:09:05 PM
Script : http://www.HIDDEN.com/forum.php
Referrer : http://wwwHIDDEN/admincp/index.php?do=head
IP Address : HIDDEN
Username : HIDDEN
Classname : vB_Database
MySQL Version : 5.0.45-log

Please, Redownload the file

The Installer Say:
Quote:

$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "test_evbs_sstabs` ADD `imagen` VARCHAR( 200 ) NOT NULL DEFAULT '' AFTER `tabmode`");
when should be say:
Quote:

$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "evbs_sstabs` ADD `imagen` VARCHAR( 200 ) NOT NULL DEFAULT '' AFTER `tabmode`");
Reinstall (Mark Overwrite, don't uninstall or the table will be delete)

Sorry for that

MorgUk 05-12-2010 12:29 PM

Hi, Thanks for your work.

I am very new to vBulletin and when I saw the error I got scared that I had lost my forum.
I uninstalled and it was back to normal. Is there anychance mods/products can permanently mess up my forum?

Cheers

Jhonnyf 05-12-2010 12:48 PM

Quote:

Originally Posted by MorgUk (Post 2035692)
Hi, Thanks for your work.

I am very new to vBulletin and when I saw the error I got scared that I had lost my forum.
I uninstalled and it was back to normal. Is there anychance mods/products can permanently mess up my forum?

Cheers

The mods/products are PHP code, it's posible to delete all the Databasee or Create a Backdoor to enter to your Forum but here in vBulletin.org always review the new products to prevent that.

Some Error (like you have with my product) are no intension and alway for neglect for autor :(

But If someday you Install some Product and You can't enter to AdminCP to Uninstall or disable, always can disable all Modification writting this line en /includes/config.php (after <?php)
PHP Code:

define('DISABLE_HOOKS'1); 

Then you enter to your Admin, uninstall, disable, anything, and after you can delete that line (or put // to commnet) to reactivate all the modification

Remember, Always Try to Download from vBulletin.org (Or websites known authors) because you will have the security that no have "evil intentions"

Sorry, My English It's not good

MorgUk 05-12-2010 12:53 PM

Cheers, excellent post! Vert greatful :)


All times are GMT. The time now is 09:00 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.03635 seconds
  • Memory Usage 1,759KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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