Alles zu Board3 Portal Add-Ons gehört hier rein
-
Marc
- Administrator
- Beiträge: 620
- Registriert: Di 2. Sep 2008, 23:48
- phpbb.com: Marc
- Wohnort: Munich
Beitrag
von Marc »
Open portal/block/additional_blocks.php
Find:
Add before:
Code: Alles auswählen
// mChat Block for Board3 Portal 1.0.5 and 1.0.6
if($load_center)
{
if(!defined('MCHAT_INCLUDE'))
{
define('MCHAT_INCLUDE', true);
}
if(!function_exists('mchat_cache'))
{
$mchat_include_index = true;
include($phpbb_root_path . 'mchat.' . $phpEx);
}
$template->assign_var('S_MCHAT_PORTAL', true);
}
// mChat Block END
Open styles/prosilver/template/portal/portal_center.html
Find:
Code: Alles auswählen
<!-- INCLUDE portal/block/additional_blocks_center.html -->
Add before:
Code: Alles auswählen
<!-- IF S_MCHAT_PORTAL --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->
-
MetalMarine
- Newbie
- Beiträge: 1
- Registriert: Sa 6. Aug 2011, 21:35
Beitrag
von MetalMarine »
is there an updated thread for installing mchat on board 3 Portal v2.0?
i dont have the files listed in this guide.
thanks for the help
-
Marc
- Administrator
- Beiträge: 620
- Registriert: Di 2. Sep 2008, 23:48
- phpbb.com: Marc
- Wohnort: Munich
Beitrag
von Marc »
The updated version can be found here:
http://www.board3.de/viewtopic.php?f=54&t=4577
Anyhow, seems like you already found it.