We offer outstanding professional Joomla!TM extensions.

Professional Joomla! Extensions

Professional Joomla! Extensions

Forum Blogomunity Joomla Extensions p8pBB bridge MODs Installing Breizh Shoutbox

Member Login



Community Builder

This module is for demo of CB integration.





Forgot login?
No account yet? Register

Latest Forum Activity

Installing Breizh Shoutbox

Installing and using phpBB MODs with the bridge.
4 posts • Page 1 of 1

Installing Breizh Shoutbox

Postby Admin » November 20th, 2010, 1:10 pm

Install as usual.

1. Open /includes/session.php
after
Code: Select all
global $phpEx, $SID, $_SID, $_EXTRA_URL, $db, $config, $phpbb_root_path;
add
Code: Select all
require_once($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
global $bd_shout, $s_hide_robot, $exclude_forums;

replace all
Code: Select all
append_sid("{$phpbb_root_path}shout_js.{$phpEx}", 's=0')
with
Code: Select all
$phpbb_root_path.'shout_js.php?s=0'

replace all
Code: Select all
append_sid("{$phpbb_root_path}shout_js.{$phpEx}", 's=1')
with
Code: Select all
$phpbb_root_path.'shout_js.php?s=1'

replace all
Code: Select all
append_sid("{$phpbb_root_path}shout_js.{$phpEx}")
with
Code: Select all
$phpbb_root_path.'shout_js.php'


2. Open /includes/functions_shoutbox
replace all
Code: Select all
append_sid("{$phpbb_root_path}static.js")
with
Code: Select all
$phpbb_root_path.'static.js'

replace all
Code: Select all
append_sid("{$phpbb_root_path}images/shoutbox/special_chars.js")
with
Code: Select all
$phpbb_root_path.'images/shoutbox/special_chars.js'

replace all
Code: Select all
append_sid("{$phpbb_root_path}
with
Code: Select all
append_sid("


3. Open /shout_js.php
replace all
Code: Select all
append_sid("{$phpbb_root_path}
with
Code: Select all
'/phpBB3/'.append_sid("
where phpBB3 is your forum folder

4. Open /ajax.php
replace all
Code: Select all
images/spacer.gif
with
Code: Select all
/phpBB3/images/spacer.gif


replace
Code: Select all
<img>
with
Code: Select all
<img>/phpBB3/
Let he without sin throw the first stone.
User avatar
Admin
Site Admin
Site Admin
 
Posts: 904
Joined: October 21st, 2008, 5:39 pm
Location: index.php
Name: Administrator
Browser: Chrome

Re: Installing Breizh Shoutbox

Postby TiBio » November 20th, 2010, 2:04 pm

Thank you for everything and frankly congratulation for your work and your fabulous bridge. Any team GamerLive
User avatar
TiBio
 
Posts: 3
Joined: October 19th, 2010, 11:07 am
Name: Michel
Browser: Mozilla Firefox

Re: Installing Breizh Shoutbox

Postby TiBio » November 22nd, 2010, 5:03 am

Hello is it possible to adapt the Breizh Shoutbox for template jprosilver? :?:
User avatar
TiBio
 
Posts: 3
Joined: October 19th, 2010, 11:07 am
Name: Michel
Browser: Mozilla Firefox

Re: Installing Breizh Shoutbox

Postby Admin » November 22nd, 2010, 2:29 pm

You can install it for jprosilver and next use this tutorial.
Let he without sin throw the first stone.
User avatar
Admin
Site Admin
Site Admin
 
Posts: 904
Joined: October 21st, 2008, 5:39 pm
Location: index.php
Name: Administrator
Browser: Chrome


4 posts • Page 1 of 1

Return to MODs

Who is online

Users browsing this forum: CommonCrawl [Bot] and 0 guests

 
Copyright © 2008-2012 Blogomunity.com
Trademarks and tradenames used herein are the property of their respective holders.
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. Blogomunity is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.