[Release] mChat Block for Board3 Portal 2.0.0

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 2.0.x in this forum.
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

[Release] mChat Block for Board3 Portal 2.0.0

Post 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 4280 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
User avatar

Hans
Active Member
Posts: 1
Joined: 22. June 2011 07:11
phpBB.de User: Hans
phpBB.com User: Hans
Contact:

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

Post by Hans »

./styles/prosilver/template/mchat_body.html does not exist
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

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

Post 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

DIYBear
Active Member
Posts: 1
Joined: 25. August 2011 18:53
phpBB.com User: MightySapphire

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

Post 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

MetalMarine
Active Member
Posts: 4
Joined: 26. September 2010 22:25
phpBB.de User: MetalMarine
phpBB.com User: MetalMarine

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

Post 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

Armgaming
Active Member
Posts: 4
Joined: 12. September 2011 01:19

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

Post 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
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

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

Post 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.
V.G. archivar
sorry for my bad english

Hexaglo
Active Member
Posts: 4
Joined: 1. October 2008 23:22

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

Post 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!
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

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

Post 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.

Avis
Active Member
Posts: 2
Joined: 18. March 2012 16:02

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

Post by Avis »

Tell how to make a chat not in the central column, and in right?

Avis
Active Member
Posts: 2
Joined: 18. March 2012 16:02

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

Post 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

Armgaming
Active Member
Posts: 4
Joined: 12. September 2011 01:19

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

Post 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

Armgaming
Active Member
Posts: 4
Joined: 12. September 2011 01:19

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

Post 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?
User avatar

MyLady
Sponsor
Posts: 134
Joined: 30. November 2009 16:11
phpBB.de User: Scanialady
phpBB.com User: Scanialady
Contact:

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

Post 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.
sorry for my bad english - I'm german and google is my friend :D
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: [Release] mChat Block for Board3 Portal 2.0.0

Post by Marc »

Ich gehe mal davon aus, dass Gäste nicht die nötigen Rechte haben den mChat zu sehen.
Locked

Return to “Released Modifications v2.0.x”