Page 1 of 3

[Release] mChat Block for Board3 Portal 2.0.0

Posted: 17. May 2011 00:00
by Marc
Addon: mChat Block
Addon Version: 1.1.0
Addon Author: Marc Alexander
Addon Description:
Adds an mChat window to your portal page.

Addon Requirements: Board3 Portal 2.0.0 and newer and mChat 1.3.5 by RMcGirr83

Download:
b3p_mchat_block_110.zip
(12.69 KiB) Downloaded 4308 times

Instructions:
Upload the module package via the ACP or just upload the content of the ZIP-File into the root of your forum.

Lade das Modul Paket über den Admin-Bereich hoch oder lade den Inhalt der ZIP-Datei in das Hauptverzeichnis deines Forums.


Updates:
19th May 2011: Added missing <br /> in prosilver

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 22. June 2011 07:14
by Hans
./styles/prosilver/template/mchat_body.html does not exist

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 22. June 2011 09:35
by Marc
No, you are missing mChat:
Marc wrote: Addon Requirements: Board3 Portal 2.0.0b1 and newer and mChat 1.3.5 by RMcGirr83

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 25. August 2011 18:58
by DIYBear
I cannot get the mChat module to upload. I get the error message:

Information
The module you are trying to upload seems to be corrupted.

I am running Board3 2.0.0b1 on phpBB 3.0.9 and have downloaded a brand new copy of the mChat 1.3.5.zip from the phpBB page.

Any idea why the portal thinks it is corrupted? Can it not auto-install mChat?
EDIT:
Post postponed because the wrong place.
Greeting archivar

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 26. August 2011 00:28
by MetalMarine
DIYBear wrote:I cannot get the mChat module to upload. I get the error message:

Information
The module you are trying to upload seems to be corrupted.

I am running Board3 2.0.0b1 on phpBB 3.0.9 and have downloaded a brand new copy of the mChat 1.3.5.zip from the phpBB page.

Any idea why the portal thinks it is corrupted? Can it not auto-install mChat?

I installed it with no problems. using the .zip file from these forums. viewtopic.php?f=54&t=4577

my website http://www.triplexclan.com
EDIT:
Post postponed because the wrong place.
Greeting archivar

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 18. September 2011 08:44
by Armgaming
I have tried to install from zip list in this post and I get this:

template->_tpl_load_file(): File ./styles/X-Treme/template/portal/modules/mchat_center.html does not exist or is empty

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 18. September 2011 11:13
by archivar
Armgaming wrote:I have tried to install from zip list in this post and I get this:

template->_tpl_load_file(): File ./styles/X-Treme/template/portal/modules/mchat_center.html does not exist or is empty
Copy the appropriate files in the style.
Your style X-Treme is subsilver basis.
Take this subsilver the files from the download package.

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 16. October 2011 02:01
by Hexaglo
Hallo ist es auch möglich die Box im Portal nach rechts zu verschieben?
Über dem Portal sieht das ziemlich fehl am Platz aus!

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 16. October 2011 03:55
by Marc
Du kannst die Box auch in die Mittee schieben oder auch nach unten. Auf der rechten Seite ist meiner Meinung nach zu wenig Platz für den Block.

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 18. March 2012 16:05
by Avis
Tell how to make a chat not in the central column, and in right?

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 19. March 2012 00:08
by Avis
I have found the decision
Search in forum/portal/modules/portal_mchat.php

Code: Select all

public function get_template_center($module_id)
	{
		global $config, $template, $phpbb_root_path, $phpEx, $auth, $user, $cache, $db;

		if(!defined('MCHAT_INCLUDE'))
		{
			define('MCHAT_INCLUDE', true);
		}
		if(!function_exists('mchat_cache') && !empty($config['mchat_enable']) && $auth->acl_get('u_mchat_view'))
		{
			$mchat_include_index = true;
			include($phpbb_root_path . 'mchat.' . $phpEx);
		}

		return 'mchat_center.html';
	}
Replace:

Code: Select all

	public function get_template_side($module_id)
	{
		global $config, $template, $phpbb_root_path, $phpEx, $auth, $user, $cache, $db;

		if(!defined('MCHAT_INCLUDE'))
		{
			define('MCHAT_INCLUDE', true);
		}
		if(!function_exists('mchat_cache') && !empty($config['mchat_enable']) && $auth->acl_get('u_mchat_view'))
		{
			$mchat_include_index = true;
			include($phpbb_root_path . 'mchat.' . $phpEx);
		}

		return 'mchat_side.html';
	}
/forum/styles/subsilver2/template/portal/modules/mchat_center.html
rename: mchat_side.html

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 20. March 2012 19:59
by Armgaming
MetalMarine wrote:
DIYBear wrote:I cannot get the mChat module to upload. I get the error message:

Information
The module you are trying to upload seems to be corrupted.

I am running Board3 2.0.0b1 on phpBB 3.0.9 and have downloaded a brand new copy of the mChat 1.3.5.zip from the phpBB page.

Any idea why the portal thinks it is corrupted? Can it not auto-install mChat?

I installed it with no problems. using the .zip file from these forums. viewtopic.php?f=54&t=4577

my website http://www.triplexclan.com
EDIT:
Post postponed because the wrong place.
Greeting archivar
I have tried both and I keep getting the same message, mchat works just fine on my index page. I just get that message when I try to install to a portal module. Everything used to work just fine this way until I had to redo my forums do to an admin deleting the root.

Here is a link: http://armgaming.net

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 4. April 2012 01:09
by Armgaming
I am really not trying to flame but is there but is there anyone here that helps resolve these issues, I understand this is a free based mod and have no problem donating. I am just curious why everything worked prior and now on a new install it tells me every module is corrupted?

Re: [Release] mChat Block for Board3 Portal 2.0.0b1

Posted: 9. April 2012 13:01
by MyLady
have a look to the chmod of module files on your server - may be, they are read protected. Set them to 644 if it is so.

Re: [Release] mChat Block for Board3 Portal 2.0.0

Posted: 18. May 2012 16:47
by Marc
Ich gehe mal davon aus, dass Gäste nicht die nötigen Rechte haben den mChat zu sehen.