Handyman's AJAX Chat Im Portal

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
Locked

Topic author
JeRicHoOL
Valued Contributor
Posts: 53
Joined: 8. September 2008 14:02

Handyman's AJAX Chat Im Portal

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

PeterS
Former Team Member
Posts: 246
Joined: 15. January 2008 08:41
phpBB.de User: PeterS
phpBB.com User: PeterS

Re: Handyman's AJAX Chat Im Portal

Post 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
Last edited by PeterS on 16. February 2009 20:20, edited 1 time in total.
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Handyman's AJAX Chat Im Portal

Post by Kevin »

Nach "Modifications - In Development" verschoben. Danke Peter! ;)
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
JeRicHoOL
Valued Contributor
Posts: 53
Joined: 8. September 2008 14:02

Re: Handyman's AJAX Chat Im Portal

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

PeterS
Former Team Member
Posts: 246
Joined: 15. January 2008 08:41
phpBB.de User: PeterS
phpBB.com User: PeterS

Re: Handyman's AJAX Chat Im Portal

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

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Handyman's AJAX Chat Im Portal

Post 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
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

tring2200
Active Member
Posts: 7
Joined: 7. November 2008 19:18

Re: Handyman's AJAX Chat Im Portal

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

Return to “board3 Portal v1.0.x - Modifications in Dev”