wo der Code hin muss.
Der Support dort sagt mir auf gut Deutsch: Schade das du Probleme mit dem Plugin für den Chat hast aber die Version wird seit dem 31.01 nicht mehr von uns Supportet, frag mal bei deinem CMS Hersteller oder wo anders nach.
Naja das hab ich getan aber bis heute keine Antwort erhalten da hier viel gearbeitet wurde kann mir hier aber vielleicht jemand helfen.
Hier die Readme:
In your CMS header add the following code between the <head> and </head> tags
<script type="text/javascript">var refreshRate = 3000, folderName = 'prochatrooms';</script>
<script type="text/javascript" src="path/to/prochatrooms/plugins/one2one/js/functions.js.php"></script>
<link type="text/css" rel="stylesheet" href="path/to/prochatrooms/plugins/one2one/css/style.css">
In Welchen Header? Also wo soll das genau hin? Ich nutze Joomla 3. und Jomsocial 3
und wenn ins Joomla wo finde ichden Header? in der Index steht kein <header> Im Template steht das aber da hatte ich den Code schon ohne Wirkung.
========================================================================================
Add the following code to your profile pages so they can chat to the member,
NOTE: you will need to change the values for UserID and UserName to your CMS values for the userid and username of the member you wish to contact
EG. if you wanted to contact Jeff with a member id of 001, you would use: sendPCRequest('001','Jeff','');
<span id="sendChatRequest" style="cursor:pointer;" onclick="sendPCRequest('userid','username','');">Chat To Me</span>[/quote]
Hab ich in Profile.header.php gemacht sehen kann ihn klicken auch aber öffnen tut sich nix.
======================================================================================
In your CMS footer add the following code,
<div id='one2one' class="one2one"></div>
Das selbe Problem wie mit dem Header....
Ich hoffe ihr könnt mir helfen.