Quote:
Originally Posted by Halfhidden
@VBDev thank you for looking in to this for me. I appreciate you are busy.
Here is the page source code in a zip.
Thanks 
|
Hum couldn't find any useful info, please send me test account to your forum by PM.
Quote:
Originally Posted by Chalex4
I just removed all the <br /> tags in the display management plugin and somehow it didn't have any effect. I must be doing something wrong  . Do you want me to provide a seperate admin login for my site to make it a little easier for you to help?
This is the only thing that's stopping me using this shoutbox right now  . Thanks for the help.
|
Might be one remaining in the template, have you check ?
Quote:
Originally Posted by harleyparts
sorry to highjack your thread but need a chat mod makers input
an external java based chat , that also has camara and voice
I think that would be the next big thing in here , you used to be able to use skype on VB but they changed the way skype works and I dont think thats possible anymore
EVO can you look into this and tell me whats the story on the cam in chat deal?
you can see a pic here of a widget i made for my board that uses this java script to do this
:erm:
|
Sorry but this isn't a feature I am interested in implementing.
Quote:
Originally Posted by angeljs
There is no exact database error, just a basic message on each page that there is a problem with the database with no specifics.
|
Don't you have server database error logs ?
Quote:
Originally Posted by jskoh
found some bug on the new release
|
Well let's try that fix, open the mgc_cb_evo.php file, search around line 911 for:
PHP Code:
// 2 - Member group test
if (!$hasaccess && !empty($vbulletin->userinfo['membergroupids']))
Replace by:
PHP Code:
// 2 - Member group test
if (!$hasaccess && is_array($command['usergroupids']) && !empty($vbulletin->userinfo['membergroupids']))