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)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

VBDev 03-12-2009 05:52 AM

Quote:

Originally Posted by Taragon (Post 1766100)
  • It's currently impossible to unsticky a post

I just tried on forumcoding and it works fine so you must be mistaking.

Quote:

Originally Posted by Taragon (Post 1766100)
  • When notifications and latest thread display are disabled it's still showing the table/box

Well yes because I can't know if there are any other modifications type active (like the arcade one which is an addon of the BF version.

To hide the table, you just have to disable the "Notifications in a separate column" option.

Quote:

Originally Posted by Taragon (Post 1766100)
Also, would it be possible to clean up the templates a bit, cleaning up all blank characters, overdose of nested tables, and use some proper alignment?

I don't see the issue with the tabs ?

What do you meant about the blank characters and proper alignment ?

Quote:

Originally Posted by Markos (Post 1766105)
it doesn't show in UserCP

Anyone else being able to confirm that issue ?

RedDevil 03-12-2009 08:46 AM

Quote:

For the arcades, I think I posted a post some time ago saying that two vars had to be added at the top of the function that build up the arcade.

Make a small search

I did have a search, can you point me in right direction.

VBDev 03-12-2009 09:40 AM

Search for $mgc_cb_evo_var I think.

robbiefritz 03-12-2009 10:20 AM

Somehow when messing around with my test forum, I wound up with three sets of commands under the "Manage Commands" Commands List Box. Only the bottom set affects the install. How do I get rid of the top two sets of commands?

VBDev 03-12-2009 11:02 AM

What do you mean ?

DJ_Rguez 03-12-2009 12:02 PM

how can I put the chat above donbar paypal donate

I do not under donbar
https://vborg.vbsupport.ru/external/2009/03/97.jpg

VBDev 03-12-2009 02:14 PM

The only way to do so is to use the little trick which is in the readme and normally supposed to be for style issues.

You'll thus be able to have the chatbox in a variable on forumhome and so you can place it where you want :)

DJ_Rguez 03-12-2009 03:14 PM

follow the steps that were in the README file and who is below any other suggestions donbar

VBDev 03-12-2009 03:35 PM

Then you have to edit the donation bar plugin in order to put the chatbox before the donation bar as I think the donation bar auto add itself in the navbar template.

Taragon 03-12-2009 04:42 PM

Quote:

Originally Posted by VBDev (Post 1766266)
Well yes because I can't know if there are any other modifications type active (like the arcade one which is an add on of the BF version.

It currently is disabled, however this (output) is still taking up room:
Code:

<td align="left" width="0%">
<div id="schats_container" style="border: medium none ; width: 100%; height: 200px; overflow-y: auto; z-index: 1;">
<table cellspacing="0" align="left" width="95%">
<tbody id="schats">
<tr>
<td> </td>
</tr>
</tbody>
</table>
</div>
</td>

About the nested tables I do think this is a bit overwhelming (output) when not using any notification system:
Code:

<td width="100%" colspan="2" style="">
<table cellspacing="2" cellpadding="0" width="100%" style="">
<tbody>
<tr>
<td width="100%" colspan="3">
<div id="mgc_cb_evo_user_warn" style="display: none;"/>
<table width="100%" style="">
<tbody>
<tr>
<td align="left" width="100%" style="">
<div id="chats_container" style="border: medium none ; width: 100%; height: 200px; overflow-y: auto; z-index: 1; float: left;">
</div>
</td>
<td align="left" width="0%">
<div id="schats_container" style="border: medium none ; width: 100%; height: 200px; overflow-y: auto; z-index: 1;">
<table cellspacing="0" align="left" width="95%">
<tbody id="schats">
<tr>
<td> </td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</td>

Quote:

Originally Posted by VBDev (Post 1766266)
I don't see the issue with the tabs ?
What do you meant about the blank characters and proper alignment?

Tabs as in alignment, not as tabular; opening the mgc_cb_evo template would give a good example.
Quote:

Originally Posted by VBDev (Post 1766266)
I just tried on forumcoding and it works fine so you must be mistaking.
Well yes because I can't know if there are any other modifications type active (like the arcade one which is an add on of the BF version.

It seems to be caused by vBSEO.
Having both forum (forum.php) and website (index.php) in root, but having http://mysite.com/forum.php rewritten to http://mysite.com/forum/.
Unstickying a message will go to http://mysite.com/#mgc_cb_evo_top instead of http://mysite.com/forum/#mgc_cb_evo_top. Similar to minimalising/maximalising a category (or chatbox), however in this case not working whilst is was in 1.5.x.

Any chance downgrading would be possible? (not asking for a refund)

Speedy1505 03-12-2009 04:57 PM

1 Attachment(s)
yes i have ...
i hav append Screens from ACP with this settings

DJ_Rguez 03-12-2009 05:32 PM

I got over the forums and so is out but I get below donbar paypal donate, and I want above donbar

updated 03-12-2009 05:39 PM

Hi, I have just installed this 2.3.1 version and it seems to be working great. I really like it, except I have noticed one problem when I go to approve a guest new thread. If I have thread notification off it works fine. I also have it set to a separate column for notifications with the user name and notification on one line. If I have thread notification on (tried both SQL mode on and off) I get the following error:

Database error in vBulletin 3.8.1:

Invalid SQL:

INSERT INTO mgc_cb_evo_chat
(
dateline,fromuid,name,ctext,sticky,chanid,coidenti fier,iswarning,warningtype,tpf orumid,
hascustomavatar,avatarid,avatarrevision,usergroupi d,displaygroupid

)
VALUES
(
1236882406,,'','28558,test3 - please ignore',0,0,0,1,'thread',2,
0,,,
,

);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''','28558,test3 - please ignore',0,0,0,1,'thread',2,
0,,,
' at line 9
Error Number : 1064
Request Date : Thursday, March 12th 2009 @ 01:26:46 PM
Error Date : Thursday, March 12th 2009 @ 01:26:46 PM
Classname : vB_Database
MySQL Version : 5.1.32

Otherwise, if it is a registered user it seems to work fine.

Also, is there a way to only have sound for regular chat and not the notifications? I would also like to change the swf default sound, but am not sure how to make a new swf sound.

Any advice would be appreciated.

Thanks.

Sooner95 03-12-2009 06:36 PM

Ez install, works great. Thx!

RedDevil 03-12-2009 07:12 PM

Quote:

Originally Posted by VBDev (Post 1766333)
Search for $mgc_cb_evo_var I think.


If your refering to the file edits in the install instructions.

Code:

In order to display the chatbox on the IBProarcade pages, follow these instructions:

  1. In the admin control panel, go in the Display and positions of the chatbox.
  2. Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
  3. In the pages list, add : arcade



      and then validate.
  4. Open the arcade/functions/functions.php file and search for function do_output($output_array).
  5. After // add additional needed variables, add : global $mgc_cb_evo,$mgc_cb_evo_var;



  6. Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add : $mgc_cb_evo_var



      where you want the chatbox to appear.

These are in place and its not displaying for some reason.

Playa82 03-12-2009 08:30 PM

works fine now, i think i had a file issue.

but it shows MGC Chatbox Evo created by MGC, Version 2.3.0

i installed 2.3.1

is this a error ?

l_amhed 03-12-2009 09:35 PM

Quote:

Originally Posted by VBDev (Post 1766082)
For the first issue, it must have fixed it, refresh your browser cache perhaps javascripts files are currently cached and you are running old version due to that.

Do you have a specific configuration for the chatbox ? Like collapsed by default or something like that ?

I deleted all the files in my cache directory by hand, then reloaded the page (I even press shift to be sure hehe) but still the same problem.

Here is my config (in case of) :
Load YUI javascript files from the YAHOO servers - yes
Automatic refresh activation - yes
Hide refresh display - yes
Activate the inactive mode - yes
Activate the inactive mode on load - no
Vertical align of the chats - top (does not seem to work)
Save the collapsed state of the BBCODE and smilies lines - no
Memorize chats formatting chosen by users in the chatbox - yes

Force the chatbox in collasped mode by default - yes

EDIT: I forgot to specify that I am using IE, tested on Firefox and there is no collapsing problem (most of the time, it just happened once)

acegames 03-12-2009 11:07 PM

Quote:

Originally Posted by Red-Devil (Post 1766687)
If your refering to the file edits in the install instructions.

Code:

In order to display the chatbox on the IBProarcade pages, follow these instructions:

  1. In the admin control panel, go in the Display and positions of the chatbox.
  2. Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
  3. In the pages list, add : arcade



      and then validate.
  4. Open the arcade/functions/functions.php file and search for function do_output($output_array).
  5. After // add additional needed variables, add : global $mgc_cb_evo,$mgc_cb_evo_var;



  6. Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add : $mgc_cb_evo_var



      where you want the chatbox to appear.

These are in place and its not displaying for some reason.



Same here too

Mahar 03-13-2009 03:39 AM

A suggestion for this would be...AJAX Lightbox for Full Screen mode...if you don't get what I mean...basically if you click Full Screen Mode it pops up..kind of like the Attachments for the newer versions of vBulletin.

VBDev 03-13-2009 05:07 AM

Quote:

Originally Posted by Taragon (Post 1766569)
It currently is disabled, however this (output) is still taking up room:
Code:

<td align="left" width="0%">
<div id="schats_container" style="border: medium none ; width: 100%; height: 200px; overflow-y: auto; z-index: 1;">
<table cellspacing="0" align="left" width="95%">
<tbody id="schats">
<tr>
<td> </td>
</tr>
</tbody>
</table>
</div>
</td>


Well can you make me a screenshot of the options you have selected on the notifications management page in the acp?

Quote:

Originally Posted by Taragon (Post 1766569)
Tabs as in alignment, not as tabular; opening the mgc_cb_evo template would give a good example.

I am sorry but I don't understand you.

Quote:

Originally Posted by Taragon (Post 1766569)
It seems to be caused by vBSEO.
Having both forum (forum.php) and website (index.php) in root, but having http://mysite.com/forum.php rewritten to http://mysite.com/forum/.
Unstickying a message will go to http://mysite.com/#mgc_cb_evo_top instead of http://mysite.com/forum/#mgc_cb_evo_top. Similar to minimalising/maximalising a category (or chatbox), however in this case not working whilst is was in 1.5.x.

Unstickying a message shouldn't redirect you as everything is done in javascript with Ajax => no page reloading.

Send me admin accoun access to your forum by pm please.

Quote:

Originally Posted by Taragon (Post 1766569)
Any chance downgrading would be possible? (not asking for a refund)

Downgrading = uninstalling, no other way.

Quote:

Originally Posted by Speedy1505 (Post 1766586)
yes i have ...
i hav append Screens from ACP with this settings

What you are showing me doesn't seem to be what I told you.

You show me position of the chatbox on normal page while I was talking of show chatbox below navbar on other pages.

Quote:

Originally Posted by DJ_Rguez (Post 1766609)
I got over the forums and so is out but I get below donbar paypal donate, and I want above donbar

Man I don't understand you. I know you might not speak english very well but try to be more clear.

Anyway saying that is not very constructive as you don't say what you have did !

Try to add the variable issued from teh modification of the forumhome plugin into the donation bar template.

Quote:

Originally Posted by updated (Post 1766615)
Hi, I have just installed this 2.3.1 version and it seems to be working great. I really like it, except I have noticed one problem when I go to approve a guest new thread. If I have thread notification off it works fine. I also have it set to a separate column for notifications with the user name and notification on one line. If I have thread notification on (tried both SQL mode on and off) I get the following error:

Database error in vBulletin 3.8.1:

Invalid SQL:

INSERT INTO mgc_cb_evo_chat
(
dateline,fromuid,name,ctext,sticky,chanid,coidenti fier,iswarning,warningtype,tpforumid,
hascustomavatar,avatarid,avatarrevision,usergroupi d,displaygroupid

)
VALUES
(
1236882406,,'','28558,test3 - please ignore',0,0,0,1,'thread',2,
0,,,
,

);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''','28558,test3 - please ignore',0,0,0,1,'thread',2,
0,,,
' at line 9
Error Number : 1064
Request Date : Thursday, March 12th 2009 @ 01:26:46 PM
Error Date : Thursday, March 12th 2009 @ 01:26:46 PM
Classname : vB_Database
MySQL Version : 5.1.32

Otherwise, if it is a registered user it seems to work fine.

Are you sure you have the very last version of the files ? There was an early bug in 2.3.1 that I quickly corrected.

Download the zip file again and reimport the product.

Quote:

Originally Posted by Taragon (Post 1766569)
Also, is there a way to only have sound for regular chat and not the notifications? I would also like to change the swf default sound, but am not sure how to make a new swf sound.

No the separation is not yet possible.
For the sound, just create a swf that play a sound and stop ;)

VBDev 03-13-2009 05:10 AM

Quote:

Originally Posted by Red-Devil (Post 1766687)
If your refering to the file edits in the install instructions.

Damn, ok I am adding this to the to check list then !

Code:

In order to display the chatbox on the IBProarcade pages, follow these instructions:

  1. In the admin control panel, go in the Display and positions of the chatbox.
  2. Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
  3. In the pages list, add : arcade



      and then validate.
  4. Open the arcade/functions/functions.php file and search for function do_output($output_array).
  5. After // add additional needed variables, add : global $mgc_cb_evo,$mgc_cb_evo_var;



  6. Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add : $mgc_cb_evo_var



      where you want the chatbox to appear.

These are in place and its not displaying for some reason.

I tested it one week ago or so and it was working. Have you correctly set the display on all pages options ?

Quote:

Originally Posted by Playa82 (Post 1766748)
works fine now, i think i had a file issue.

but it shows MGC Chatbox Evo created by MGC, Version 2.3.0

i installed 2.3.1

is this a error ?

Yes... but from me :D i forgot to update the version in the copyright ;)

Quote:

Originally Posted by l_amhed (Post 1766813)
I deleted all the files in my cache directory by hand, then reloaded the page (I even press shift to be sure hehe) but still the same problem.

Here is my config (in case of) :
Load YUI javascript files from the YAHOO servers - yes
Automatic refresh activation - yes
Hide refresh display - yes
Activate the inactive mode - yes
Activate the inactive mode on load - no
Vertical align of the chats - top (does not seem to work)
Save the collapsed state of the BBCODE and smilies lines - no
Memorize chats formatting chosen by users in the chatbox - yes

Force the chatbox in collasped mode by default - yes

EDIT: I forgot to specify that I am using IE, tested on Firefox and there is no collapsing problem (most of the time, it just happened once)

As I told you => send me admin account info by PM.

Quote:

Originally Posted by Mahar (Post 1766984)
A suggestion for this would be...AJAX Lightbox for Full Screen mode...if you don't get what I mean...basically if you click Full Screen Mode it pops up..kind of like the Attachments for the newer versions of vBulletin.

Sorry but I won't develop such feature, this way too unuseful.

RedDevil 03-13-2009 10:29 AM

Quote:

I tested it one week ago or so and it was working. Have you correctly set the display on all pages options ?
tried in all combinations, was working perfectly before the update nothing else was changed.

https://vborg.vbsupport.ru/

RedDevil 03-13-2009 10:44 AM

I might try uninstalling it and doing a fresh re-install, see if you can figure out what the problem might be 1st.

VBDev 03-13-2009 11:29 AM

Oh you have both options active !

Try only activating the one in a variable or the other one but not both together (it might be the issue).

DJ_Rguez 03-13-2009 11:43 AM

Quote:

Originally Posted by VBDev (Post 1767000)
Man I don't understand you. I know you might not speak english very well but try to be more clear.

Anyway saying that is not very constructive as you don't say what you have did !

Try to add the variable issued from teh modification of the forumhome plugin into the donation bar template.

it excuses is that I do not speak English and I am translating everything

RedDevil 03-13-2009 12:42 PM

Quote:

Originally Posted by VBDev (Post 1767127)
Oh you have both options active !

Try only activating the one in a variable or the other one but not both together (it might be the issue).

I Have tried both ways VBDev it doesnt seem to make a difference, I also have another issue, affecting one member:

I will try a clean install of the latest mgc chat removing the old one completely see if this solves the issue.


Another problem just reported by one of my members and email system.


Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

      INSERT INTO mgc_cb_evo_chat
      (
      dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
      hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
      ,avheight
      )
        VALUES
        (
        1236947194,203,'berley','10374,16765,Free guitar hero guitar and the microphone',0,0,0,1,'post',51,
        1,0,3,
        2,10
        ,'100
        );

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''100
        )' at line 12
Error Number  : 1064
Request Date  : Friday, March 13th 2009 @ 12:26:34 PM
Error Date    : Friday, March 13th 2009 @ 12:26:35 PM
Script        : http://www.vrbforums.co.uk/forum/newreply.php?do=postreply&t=10374
Referrer      : http://www.vrbforums.co.uk/forum/newreply.php?do=newreply&noquote=1&p=16468
IP Address    : xxxxxxxxx
Username      : xxxxxx
Classname    : vB_Database
MySQL Version :

There seems to be a conflict with this mod as the message they are getting refers to a double post, i disabled this mod and working fine. Maybe something you can check with the author. It was also stopping announcements in the chat with this error.

https://vborg.vbsupport.ru/showthread.php?t=204177

I have not had this error as my usergroup is ignored theirs isnt and the email confirms the error is occuring when this other mod is active.

VBDev 03-13-2009 02:13 PM

The bug you are reporting is a corrected one (not in the archive but see the thread for the link to the fix)

Taragon 03-13-2009 05:30 PM

Quote:

Originally Posted by VBDev (Post 1767000)
Well can you make me a screenshot of the options you have selected on the notifications management page in the acp?

I've send you a pm.
Quote:

Originally Posted by VBDev (Post 1767000)
Unstickying a message shouldn't redirect you as everything is done in javascript with Ajax => no page reloading.
Send me admin accoun access to your forum by pm please.

I've send you a pm.
Quote:

Originally Posted by VBDev (Post 1767000)
I am sorry but I don't understand you.

It's indeed a bit hard to explain :)
This is a piece from the mgc_cb_evo template. To make things more visual, lets say I've replaced every 2 spaces for a % and each tab for a @, this would how it looks like:
Code:

%%%% <!-- Channel icons and chats -->
%%%% <table width="100%" cellpadding="0" cellspacing="2">
%%%%%%<tr>
%%%%%%@<if condition="$show['genchan']">
@@@@@@<td nowrap="nowrap" valign="top" align="$stylevar[left]">
@@@@@@@<div id="channel_gen_on">
@@@@@@@@<img id="mgc_cb_channel_gen_on" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_sel.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_gen]" />&nbsp;
@@@@@@@</div>
@@@@@@@<div id="channel_gen_off" style="display: none;">
@@@@@@@@<a href="#mgc_cb_evo_top" onclick="return display_channel(0);"><img id="mgc_cb_gen_off" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_nosel.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_gen]" /></a>&nbsp;
@@@@@@@</div>
@@@@@@@<div id="channel_gen_new" style="display: none;">
@@@@@@@@<a href="#mgc_cb_evo_top" onclick="return display_channel(0);"><img id="mgc_cb_gen_new" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_new.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_new]" /></a>&nbsp;
@@@@@@@</div>
@@@@@@@$channels_bit
@@@@@@</td>
@@@@@</if>
%%%%%%% <td width="100%" colspan="<if condition="$show['genchan']">2<else />3</if>">
%%%%%%% @%<div id="mgc_cb_evo_user_warn" <if condition="empty($warn_msg)">style="display: none;"</if>>$warn_msg</div>
%%%%%%%%%<if condition="$vbulletin->options['mgc_cb_evo_separate_special_chats'] == 0">
%%%%%%%%%@<table width="100%">
%%%%%%%%%@<tr>
%%%%%%%%%@%<td width="100%" align="left">
@%%%%%%%%%%<div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1;float: left;" id="chats_container">
%%@%%%%%%% @%<table width="95%" align="$stylevar[left]" cellspacing="0">
@%@@@@@@<tbody id="chats">
%%%%%%@%%%@@@<tr>
%%%%%%%%@%@@@@<td>$vbphrase[mgc_cb_evo_loading]</td>
%%%%%%%%%@@%@@</tr>
%%%%%%%%%@%@@</tbody>%%%%%%%%%@@
@%%%%%%%%%@%</table>%%%%%%%%%
%%@%%%%%%%%</div>
%%@%%%%% @%</td>
%%@%%%%% @%<td width="0%" align="left">
%%%%%%%%%%%%<div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1; " id="schats_container">
%%%%%%%%%% @%<table width="95%" align="$stylevar[left]" cellspacing="0">
@%%@@@@@<tbody id="schats">
%%%%%%%%%%@@@<tr>
%%%%%%%%%%@@@@<td>&nbsp;</td>
%%%%%%%%%%@%@@</tr>
%%%%%%%%%%@%@</tbody>%%%%%%%%%@@

In short, all is well coded, but the layout/grammar is quite messy.

acegames 03-13-2009 09:22 PM

The shoutbox is not showing in the arcade for me , it is all set up correctly and was working ok until 2.3.1 , I have double checked again and it is all set the same for the arcade to show

@VBdev if you want access to my board to have a look please pm me

Markos 03-13-2009 10:12 PM

dev did u have a look at mine ?? i noticed u logged in but can u let me know if u noticed anything ???

entertain 03-14-2009 10:00 AM

@VBDev:

The "Edit this chat" option in the chat menu isn't working any more.

Quote:

fetch_object("chatedit") is null

VBDev 03-14-2009 10:21 AM

@Taragon : Yeah I have the plan to clean up both code and templates but I had no time for the moment to do that.

Just gone to your forum and the sticky/unsticky is working well as I stated in my chat on your forum.

Quote:

Originally Posted by acegames (Post 1767467)
The shoutbox is not showing in the arcade for me , it is all set up correctly and was working ok until 2.3.1 , I have double checked again and it is all set the same for the arcade to show

@VBdev if you want access to my board to have a look please pm me

Well I'll give it a test on mine to see if I am experiencing the same issue.

Quote:

Originally Posted by Markos (Post 1767488)
dev did u have a look at mine ?? i noticed u logged in but can u let me know if u noticed anything ???

Yeah but when I logged in I then saw a message from you stating that everything was working so I left.

Quote:

Originally Posted by entertain (Post 1767739)
@VBDev:

The "Edit this chat" option in the chat menu isn't working any more.

Just tested on forumcoding : working !

Make sure you use latest version (javascript files) and that you do have no unreverted templates.

entertain 03-14-2009 10:38 AM

Quote:

Originally Posted by VBDev (Post 1767747)
Just tested on forumcoding : working !

Make sure you use latest version (javascript files) and that you do have no unreverted templates.

Wooow - now it works. And i changed ... nothing. :o

VBDev 03-14-2009 11:43 AM

lol you certainly were drunk ;)

Speedy1505 03-14-2009 12:33 PM

Quote:

Originally Posted by Speedy1505 (Post 1766586)
yes i have ...
i hav append Screens from ACP with this settings

:(

ich have reinstall v0.4 and its visible on all Pages ...
on aktuell-Version -- not :(

Taragon 03-14-2009 01:51 PM

Quote:

Originally Posted by VBDev (Post 1767747)
@Taragon : Yeah I have the plan to clean up both code and templates but I had no time for the moment to do that.

Yes, thank you, I noticed :)
However I also just noticed it only works in IE, not in Firefox.

Chris583 03-14-2009 09:14 PM

I have not been able to get the custom thumbnail CHANNEL IMAGES to work.
I have uploaded to the proper directories in both gif and png format and neither will work. Just shows the text instead. And the text missing image is defaulted to /images/misc/mgc_cb_evo/channels/elites_nosel.gif

in directions you are supposed to type in just the name without extension "elite" (no .png or .gif etc)

Am I missing something? It doesnt work on any of my styles.

Am I missing something here?

RedDevil 03-14-2009 11:51 PM

Quote:

Originally Posted by Chris583 (Post 1768247)
I have not been able to get the custom thumbnail CHANNEL IMAGES to work.
I have uploaded to the proper directories in both gif and png format and neither will work. Just shows the text instead. And the text missing image is defaulted to /images/misc/mgc_cb_evo/channels/elites_nosel.gif

in directions you are supposed to type in just the name without extension "elite" (no .png or .gif etc)

Am I missing something? It doesnt work on any of my styles.


Am I missing something here?


All you need to do is add the following using team one as an example: mgc_cb_evo_team

so you would add for yours elites or if you rename them mgc_cb_evo_elites

https://vborg.vbsupport.ru/

you may find it easier renaming them to same format as existing files.

Markos 03-15-2009 10:02 PM

Quote:

Originally Posted by VBDev (Post 1767747)
Yeah but when I logged in I then saw a message from you stating that everything was working so I left.

na mate some users are still saying its not refreshing in IE :S

bposner 03-15-2009 10:29 PM

Just installed, followed instructions, but everything is still in French or some language on the admin screen??


All times are GMT. The time now is 07:40 PM.

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.06464 seconds
  • Memory Usage 1,928KB
  • 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
  • (8)bbcode_code_printable
  • (38)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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