Page 1 of 1

Handyman's AJAX Chat Im Portal

Posted: 7. February 2009 14:01
by JeRicHoOL
phpBB 3.0.3
Board3 Portal 1.2.0
Handyman's AJAX Chat 2.0.0 Beta 8

Wie kann ich Handyman's AJAX Chat ins Portal einfügen (großer Block)? Habe leider nur Anleitungen für die Shoutbox von Paul gefunden.

Re: Handyman's AJAX Chat Im Portal

Posted: 16. February 2009 16:09
by PeterS
Hey,

nach dem du den Mod komplett installiert hast
after you have the Mod competely installed

öffne(open) portal.php
finde(find):

Code: Select all

$user->setup('mods/lang_portal');
danach einfügen(add after):

Code: Select all

include($phpbb_root_path . 'shout.' . $phpEx);
öffne(open) /styles/dein Style(your style)/template/portal/portal_body.html
finde(find):

Code: Select all

 <!-- IF S_DISPLAY_ONLINE_PORTAL_LIST and S_DISPLAY_ONLINE_LIST -->
     <!-- INCLUDE portal/block/whois_online.html -->
<!-- ENDIF -->
danach einfügen(add after):

Code: Select all

<!-- INCLUDE chat_body.html -->
Soll der Chat nur auf der Portalseite zu sehen sein:
if you will shown the chat only on the Portalsite:

öffne(open) /styles/dein Style(your style)/template/index_body.html

Code: Select all

<!-- INCLUDE chat_body.html -->
und lösche die Zeile komplett.
and delete the hole line
sieht dann so aus:
looks like this:
Image

Gruß Peter

Re: Handyman's AJAX Chat Im Portal

Posted: 16. February 2009 16:52
by Kevin
Nach "Modifications - In Development" verschoben. Danke Peter! ;)

Re: Handyman's AJAX Chat Im Portal

Posted: 23. February 2009 04:25
by JeRicHoOL
Habe deine Anleitung befolgt und der Chat wird angezeigt bloß nicht richtig. Sieh selbst!

Bild: http://i107.photobucket.com/albums/m287 ... 230424.gif

Ich hoffe du kannst mir weiterhelfen.

Danke ;)

Re: Handyman's AJAX Chat Im Portal

Posted: 23. February 2009 07:32
by PeterS
Hallo

hast du einen Link zu deinem Forum.

Es kann nur an deinem Style liegen, da die original Dateien von Handyman nicht verändert, sondern nur eingefügt wurden.
Da hilft es nicht das auf einem Screenshot zusehen

Peter

Re: Handyman's AJAX Chat Im Portal

Posted: 25. February 2009 17:30
by Kevin
Michaels generelle Installationsprobleme mit Handyman's AJAX Chat habe ich mal abgetrennt. Die findet man nun hier:
viewtopic.php?f=17&t=1794

Re: Handyman's AJAX Chat Im Portal

Posted: 12. June 2009 04:29
by tring2200
I have installed this a few times with PHPBB3 and it works, I can't get this to work with Board3, can someone translate this to English, I really want this to work and appreciate anything you can do.

TIm