Diseño y Posicionamiento Web con Joomla › Foros › General › Joomla en General › Comet chat
- Este debate tiene 13 respuestas, 2 mensajes y ha sido actualizado por última vez el hace 13 años, 10 meses por
Anónimo.
-
AutorEntradas
-
-
26/05/2010 a las 05:26 #90260
Anónimo
InvitadoSi bien vi varios lugares donde explican como hacerlo, ami no me aparece en el footer el comet caht, ni me aparece, lo instalo , modifico el HTML de la plantilla y no me anda no me aparece como hago?
-
27/05/2010 a las 02:20 #90292
Moderador Foro
Participante¿Es para integrarlo con Jomsocial?
-
27/05/2010 a las 03:04 #90297
Anónimo
Invitadoexplícanos cómo editaste el html de tu plantilla, y versiones(nulled) de cometchat hay demasiadas, tal vez si estás haciendo todo bien puede influir en que estés usando una de estas, porque de resto te brindarían soporte los desarrolladores, el caso es que revices bien el que bajaste y las instrucciones que trae
-
27/05/2010 a las 21:53 #90305
Anónimo
Invitadola configuracion del HTML es asi :
jqcc=jQuery.noConflict(true);
<link rel="stylesheet" href="baseurl ?>/templates/system/css/system.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/system/css/general.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/rhuk_milkyway/css/template.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/rhuk_milkyway/css/params->get(‘colorVariation’); ?>.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/rhuk_milkyway/css/params->get(‘backgroundVariation’); ?>_bg.css” type=”text/css” />
<link href="baseurl ?>/templates/template ?>/css/ieonly.css” rel=”stylesheet” type=”text/css” />direction == ‘rtl’) : ?>
<link href="baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css” rel=”stylesheet” type=”text/css” />bueno todo lo que le sigue y al final esto
supuestamente tendria que andar, pero no anda, estoy probando el jbolo y tampoco me anda, este si me aparece en la pag pero me aprece “javascript void (0)”
-
27/05/2010 a las 22:05 #90307
Anónimo
Invitadola configuracion del HTML es asi :
jqcc=jQuery.noConflict(true);
<link rel="stylesheet" href="baseurl ?>/templates/system/css/system.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/system/css/general.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/rhuk_milkyway/css/template.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/rhuk_milkyway/css/params->get(‘colorVariation’); ?>.css” type=”text/css” />
<link rel="stylesheet" href="baseurl ?>/templates/rhuk_milkyway/css/params->get(‘backgroundVariation’); ?>_bg.css” type=”text/css” />
<link href="baseurl ?>/templates/template ?>/css/ieonly.css” rel=”stylesheet” type=”text/css” />direction == ‘rtl’) : ?>
<link href="baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css” rel=”stylesheet” type=”text/css” />bueno todo lo que le sigue y al final esto
supuestamente tendria que andar, pero no anda, estoy probando el jbolo y tampoco me anda, este si me aparece en la pag pero me aprece “javascript void (0)”
-
27/05/2010 a las 22:37 #90308
Anónimo
InvitadoEfectivamente así estaría bien.
pero según tu configuración, en el public_html de tu web, debería estar la carpeta cometchat, y adentro todos los archivos, así está ?
si no, me dices te paso el cometchat que utilizo y de paso las instrucciones.
-
28/05/2010 a las 01:11 #90311
Anónimo
Invitadosisisi , la carpeta comet chat esta en/public_html/ no le encuentro solucion,… nose que le pasa ,tendria que andar, pero no…
-
28/05/2010 a las 15:18 #90322
Anónimo
InvitadoYo lo tengo instalado y funcionando pero quiero que sólo salga cuando el usuario esté conectado a su cuenta de JS, ¿esto es posible? y también que no salga toda la barra de lado a lado si no sólo donde la ventana del chat porque no pondré ningun enlace.
Gracias
-
28/05/2010 a las 21:13 #90330
Anónimo
Invitadoandread, pasame el tuyo , asi veo si funiona, xq lo necesito rapido al chat, es casi lo ultimo que me falta para publicar mi pagina, te lo agradeceria mucho
-
13/09/2010 a las 23:30 #92940
Anónimo
Invitadomi problema es el siguiente, la instale cometchat en el root y la instale. Pero cuando voy a modificar mi plantillla HTML no me aparece ni head ni body, solo esto. Necesito ayuda por favor.
// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );include_once (dirname(__FILE__).DS.’libs’.DS.’gk.template.helper.php’);
$tmpl = GKTemplateHelper::getInstance($this, array(‘ui’, GK_TOOL_SCREEN, GK_TOOL_MENU, ‘main_layout’, ‘direction’));
//Calculate the width of template
$tmplWidth = ”;
$tmplWrapMin = ‘100%’;
switch ($tmpl->getParam(GK_TOOL_SCREEN)){
case ‘auto’:
$tmplWidth = ‘97%’;
break;
case ‘fluid’:
$tmplWidth = intval($tmpl->getParam(‘gk_screen-fluid-fix-gk_screen_width’));
$tmplWidth = $tmplWidth ? $tmplWidth.’%’ : ‘90%’;
break;
case ‘fix’:
$tmplWidth = intval($tmpl->getParam(‘gk_screen-fluid-fix-gk_screen_width’));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).’px’ : ‘771px’;
$tmplWidth = $tmplWidth ? $tmplWidth.’px’ : ‘770px’;
break;
default:
$tmplWidth = intval($tmpl->getParam(GK_TOOL_SCREEN));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).’px’ : ‘983px’;
$tmplWidth = $tmplWidth ? $tmplWidth.’px’ : ‘982px’;
break;
}$tmpl->setParam (‘tmplWidth’, $tmplWidth);
$tmpl->setParam (‘tmplWrapMin’, $tmplWrapMin);//Main navigation
$gk_menutype = $tmpl->getMenuType();
$gkmenu = null;
if ($gk_menutype && $gk_menutype != ‘none’) {
$gkparams = new JParameter(”);
$gkparams->set( ‘menutype’, $tmpl->getParam(‘menutype’, ‘mainmenu’) );
$gkparams->set( ‘menu_images_align’, ‘left’ );
$gkparams->set( ‘menupath’, $tmpl->templateurl() .’/gk_menus’);
$gkparams->set(‘menu_images’, 1); //0: not show image, 1: show image which set in menu item
$gkparams->set(‘menu_background’, 1); //0: image, 1: background
$gkparams->set(‘mega-colwidth’, 200); //Megamenu only: Default column width
$gkparams->set(‘mega-style’, 1); //Megamenu only: Menu style.
$gkparams->set(‘rtl’,($tmpl->getParam(‘direction’)==’rtl’ || $tmpl->direction == ‘rtl’));
$gkmenu = $tmpl->loadMenu($gkparams, $gk_menutype);
}
//End for main navigation$layout = $tmpl->getLayout ();
if ($layout) {
$tmpl->display($layout);
} -
26/06/2011 a las 20:39 #100028
Anónimo
Invitadoyo quiero saber que linea voy a editar y que poner ya que el joomsocial que bajes y el comenchat estan en ingles y no lo entiendo mucho. mi pagina es http://www.radiochat13.com donde instale el comentchat via ftp es: http://www.radiochat13.com/chat3/components/com_community segun despues de subir el comentchat via ftp tengo que editar unas lineas del cometchat_init.php:
‘smiley’,
‘:-)’ => ‘smiley’,
‘:(‘ => ‘smiley-sad’,
‘:-(‘ => ‘smiley-sad’,
‘:D’ => ‘smiley-lol’,
‘;-)’ => ‘smiley-wink’,
‘;)’ => ‘smiley-wink’,
‘:o’ => ‘smiley-surprise’,
‘:-o’ => ‘smiley-surprise’,
‘8-)’ => ‘smiley-cool’,
‘8)’ => ‘smiley-cool’,
‘:|’ => ‘smiley-neutral’,
‘:-|’ => ‘smiley-neutral’,
“:'(” => ‘smiley-cry’,
“:’-(” => ‘smiley-cry’,
“:p” => ‘smiley-razz’,
“:-p” => ‘smiley-razz’,
“:s” => ‘smiley-confuse’,
“:-s” => ‘smiley-confuse’,
“:x” => ‘smiley-mad’,
“:-x” => ‘smiley-mad’,);
// Set to 1 if you want to disable smileys (default: 0)
define(‘DISABLE_SMILEYS’,’0′);// Set to 1 if you want to disable auto linking (default: 0)
define(‘DISABLE_LINKING’,’0′);// Set banned words here
$bannedWords = array(“nastyword”,”nastyword1″,”nastyword2″,”nastyword3″,”nastyword4″);// Mysql configuration
$SERVERNAME = ‘localhost’;
$SERVERPORT = ‘3306’;
$USERNAME = ‘tp2p_test’;
$PASSWORD = ‘test’;
$DBNAME = ‘tp2p_test’;/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////include_once “JSON.php”;
error_reporting(E_ALL);
ini_set(‘display_errors’,’Off’);
ini_set(‘log_errors’, ‘On’);
ini_set(‘error_log’, ‘error.log’);session_start();
function stripSlashesDeep($value) {
$value = is_array($value) ? array_map(‘stripSlashesDeep’, $value) : stripslashes($value);
return $value;
}if ( get_magic_quotes_gpc() ) {
$_GET = stripSlashesDeep($_GET );
$_POST = stripSlashesDeep($_POST );
$_COOKIE = stripSlashesDeep($_COOKIE);
}$dbh = mysql_connect($SERVERNAME.’:’.$SERVERPORT,$USERNAME,$PASSWORD);
mysql_selectdb($DBNAME,$dbh);
// mysql_set_charset(‘latin5’);define(‘TABLE_PREFIX’, ”);
$userid = 0;
// Please update the following logic below to return the userid of the logged in user
// We assume you will be using some sort of session/cookie to fetch those details
// For example we use a cookie called sessionhash and store it in table called session
//
// Session table
// ———————————
// userid sessionhash
// ———————————
// 1 afgbdsfbsdfklbnlern34
//
// Or you can use something as simple as $userid = $_SESSION[‘userid’];$sql = (“select userid from “.TABLE_PREFIX.”session where sessionhash = ‘”.mysql_real_escape_string($_COOKIE[‘sessionhash’]).”‘”);
$query = mysql_query($sql);
$session = mysql_fetch_array($query);
$userid = $session[‘userid’];despues me dice que . edite cometchat / js / cometchat.js y cometchat / js / cometchat_safe.js y hacer el mismo cambio en la línea 11 y 13, respectivamente.
que siga y dirija mi navegador a http://www.yoursite.com/jomsocial/cometchat/install.php. Introduzca los detalles de su área de miembros y su base de datos configurar.
pero me atore en editar el archivo init y cometchat.js y cometchat / js / cometchat_safe.js
y estas ultimas no las encuientro, dnd las veo?? ( cometchat.js y cometchat / js / cometchat_safe.js )
les adjunto el archivo del cual lo estoy leyendo
-
29/06/2011 a las 05:14 #100069
Anónimo
Invitadome podrias pasar el que usas o instalarmelo en mi web, t doy el usuario y contraseña, abisame me urge instalarlo amigo, gracias.
-
29/06/2011 a las 05:17 #100070
Anónimo
Invitadome podrias pasar el que usas o instalarmelo en mi web, t doy el usuario y contraseña, abisame me urge instalarlo amigo, gracias
-
29/06/2011 a las 05:21 #100071
Anónimo
Invitado[quote=”andredmau5″ post=11839]Efectivamente así estaría bien.
pero según tu configuración, en el public_html de tu web, debería estar la carpeta cometchat, y adentro todos los archivos, así está ?
si no, me dices te paso el cometchat que utilizo y de paso las instrucciones.[/quote]
me pasas el que usas o me lo instalas, t paso la contra y usario, me urge instalarlo, grax.
-
-
AutorEntradas
- Debes estar registrado para responder a este debate.