Status
Not open for further replies.

Alex

Customer
Hello there, I will merge the posts I did in the news discussion forum yet ^^

First I'd like to report two bugs:

I've found a bug while adding graphics to the tab in the AdminCP:

editoracpbug.webp

The size of the box for new smilies doesn't adjust to the number and size of the added smilies/graphics so as you can see my graphics overlie the option buttons for the tab below.

-----------------------

Another bug I got is an database error after clicking "Favorites" Tab Settings in the User settings (on your own board it works -.-)

editortabsbug1.webp => editortabsbug2.webp

Any idea what I did wrong?

Hope I could help

Alex
 
I will look into the resizing of the box, although I was pretty sure I had tested it out. Will let you know more later.

As far as the database error, can you provide the actual error? That screenshot appears to just be the message saying a database error has occurred and the administrator has been notified. Without the actual error, there isn't much I can do.
 
Ok, I've got the first issue fixed for an upcoming bug release. Just waiting on more feedback for the second bug.
 
re

sry I'm quite busy today and I'm not sure yet how to get more information about the database error. I will try on that later ;)
 
Do you not get emails when you have a database error? That's a setting somewhere in the vb options.

Brad via Tapatalk
 
re

Ah sry of course I get them. I'll post the content of the E-Mail: (I got no idea about that, hope you can use the information)
btw, I made an additonal testing board I set up new completely and installed only this mod, but the error still exists


Code:
Datenbankfehler in vBulletin 4.1.12:

Invalid SQL:

SELECT 
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_dbtech_vbeditortabs AS phrasegroup_dbtech_vbeditortabs,
language.phrasegroup_cphome AS phrasegroup_cphome,
language.phrasegroup_logging AS phrasegroup_logging,
language.phrasegroup_threadmanage AS phrasegroup_threadmanage,
language.phrasegroup_maintenance AS phrasegroup_maintenance,
language.phrasegroup_banning AS phrasegroup_banning,
language.phrasegroup_cpuser AS phrasegroup_cpuser,
language.phrasegroup_cpoptions AS phrasegroup_cpoptions,
language.phrasegroup_cppermission AS phrasegroup_cppermission,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroupinfo AS lang_phrasegroupinfo,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid)) 

WHERE user.userid = 1;

MySQL-Fehler  : Unknown column 'language.phrasegroup_cpoptions' in 'field list'
Fehler-Nr.    : 1054
Fehler-Zeit   : Monday, 16.04.2012 @ 17:41:27
Datum         : Monday, 16.04.2012 @ 17:41:27
Skript        : http://beta.weltderkarten.de/vbeditortabs.php?do=userconfig&action=config
Referrer      : http://beta.weltderkarten.de/usercp.php
IP-Adresse    : 87.171.113.111
Benutzername  : 
Klassenname   : vB_Database
MySQL-Version :


Hope I could help :)
Edit: Don't know whether this is important: The error appears using an admin account as well as using an user account. ^^
 
Last edited:
Ok, both items have been hotfixed. Please download the package again and re-upload the files. Please let me know if you run into any other issues. Thanks for reporting these! :RpS_thumbup:
 
re

Yeah Both Bugs seem to be fixed. I will provide a German language .xml for your mod soon. :)

P.S: I've written my first translation yet (for Staff Only Hidden Posts) and posted it in translation forum, maybe you can moderate it, so everyone can download it?! :RpS_cool:
 
MOD support vBulletin 4.2.0 or not?

v1.1.0, which will be released on Friday, does support it. If you are currently running v4.2.0 and want to get this working, I can provide a patch for you to make it work. Its a simple code change in one of the hook files.
 
v1.1.0, which will be released on Friday, does support it. If you are currently running v4.2.0 and want to get this working, I can provide a patch for you to make it work. Its a simple code change in one of the hook files.

Yes, I need a patch for working on vb4.2.0.
 
Find the file /dbtech/vBEditorTabs/hooks/global_start.php. Near the bottom of the file, there will be a line about template hooks and will include the text "navbar_end". Replace that with "navtab_end" and it will work on 4.2.

Brad via Tapatalk
 
Status
Not open for further replies.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
1
Views
1K

Legacy vBEditorTabs

vBulletin 4.1.4+ vBulletin 4.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
168
Customer rating
0.00 star(s) 0 ratings
Back
Top