VBDev |
02-23-2009 05:39 AM |
Quote:
Originally Posted by SnapOff Racing
(Post 1749099)
Oh ok, does this go for ALL of the chat imports or just the ones you specified?
|
Just the one specified, the other chats don't have a username/name column in the database so no issue :)
Quote:
Originally Posted by tehtide
(Post 1749121)
In the firefox error console I'm getting a number of errors. If I turn off all plugins errors go away, but if I enable just this plugin the errors come back.
Errors are as follows:
Code:
Warning: Error in parsing value for property 'width'. Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 9
Code:
Warning: Error in parsing value for property 'margin-left'. Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 14
Code:
Warning: Error in parsing value for property 'filter'. Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 24
And then a number of these:
Code:
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.6.0/build/container/assets/skins/sam/container.css&2.6.0/build/button/assets/skins/sam/button.css
Line: 7
I'm using 2.2.1 and I have vbulletin 3.8.1.
|
These are css errors I think ? But not dependent of myself as this the yui internal css code.
Don't worry this won't stop your forum to stop working though.
Quote:
Originally Posted by lille L
(Post 1749194)
- How do I get this into the navbar? (menu on the top of the site, control panel, search, log out etc..)
|
A link to the full page mode ?
Quote:
Originally Posted by lille L
(Post 1749194)
- The icon beside the avatar, menu_open.gif is not showing, any idea? Its uploaded where its supposed to...
|
It's default within vBulletin, perhaps you don't have it in your style ?
Quote:
Originally Posted by MDK-Indy
(Post 1749811)
I have a Database error if i Approve Posts...
Code:
Database error in vBulletin 3.8.0 Beta 2:
Invalid SQL:
INSERT INTO vbmgc_cb_evo_chat
(dateline,fromuid,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid)
VALUES
(1235133510,,'7422,Geb?udeabbruch Stufe 1 Bug',0,0,0,1,'thread',19);
MySQL Error : Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei ''7422,Geb?udeabbruch Stufe 1 Bug',0,0,0,1,'thread',19)' in Zeile 4
Error Number : 1064
Request Date : Friday, February 20th 2009 @ 01:38:30 PM
Error Date : Friday, February 20th 2009 @ 01:38:30 PM
Script : http://forum.....de/inlinemod.php?threadid=7422&p=
Referrer : http://forum.....de/showthread.php?t=7422
IP Address : 217.226.218.56
Username : Indy
Classname : vB_Database
MySQL Version : 5.0.32-Debian_7etch8-log
|
Are you sure you are using last chatbox version 2.2.1 ? There was a bug is the first release of the 2.2.x (2.2.0 in fact).
Quote:
Originally Posted by kronnos
(Post 1749961)
Is there a way to change the color of the error message when submitting an empty chat. I barely saw the error message "Error: You must enter a chat !" because the text in just about the same color as the background. I think this goes for other error message I received.
|
I think I already gave that info to someone here in the thread, didn't I ?
Quote:
Originally Posted by kronnos
(Post 1749961)
Also, is there any way to change the username color so it shows each username in its respective color according to their user ranks.
|
Well I think it does as it retrieves username with the fetch_musername function using displaygroup as of where to get the username style.
|