
Search found 3 matches
- 8. April 2014 17:12
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Recent topics / mechanisms
- Replies: 5
- Views: 22460
Re: Recent topics / mechanisms
Thanks,I was looking how to fix this also 

- 4. April 2014 18:11
- Forum: Small talk
- Topic: Editing a post ?
- Replies: 0
- Views: 12619
Editing a post ?
After I have edited a post it says it is not available.
Does admin have to review that post again to allow it ?
Thanks
Does admin have to review that post again to allow it ?
Thanks
- 4. April 2014 16:44
- Forum: Modifications - In Development v2.0.x
- Topic: How to add Handyman Ajax Chat to Board3 Portal v2.0.2 Prosil
- Replies: 0
- Views: 21459
How to add Handyman Ajax Chat to Board3 Portal v2.0.2 Prosil
How to add Handyman Ajax Chat to Board3 Portal v2.0.2 Prosilver
Open:root/portal.php
FIND:
$user->setup('mods/portal');
ADD Below:
//-- mod : AJAX Chat ----------------------------------------------------
//-- add
include($phpbb_root_path . 'shout.' . $phpEx);
//-- fin mod : AJAX Chat ...
Open:root/portal.php
FIND:
$user->setup('mods/portal');
ADD Below:
//-- mod : AJAX Chat ----------------------------------------------------
//-- add
include($phpbb_root_path . 'shout.' . $phpEx);
//-- fin mod : AJAX Chat ...