Uutiset:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu
Advertisement:

SideSparks

Aloittaja Blood-Devil, helmikuu 10, 2010, 08:52:30 AP

« edellinen - seuraava »

Blood-Devil

Buenas, he instalado manualmente el MOD Side Sparks chat integrationa mi foro smf 1.1.11

Carpetas instaladas

chat se copiará a $boarddir
Modificaciones en archivos de SMF
En el archivo $themedir/index.template.php

Busque:
function template_menu()
{
   global $context, $settings, $options, $scripturl, $txt;


Reemplácelo por:
function template_menu()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;



Busque:
   // If the user is a guest, show [login] button.


Debajo, añada:
   // Show the [chat] button
   if (isset($modSettings['ss_admin_enabled']))
  {
      $chatPath = str_replace('index.php', 'chat/index.php', $scripturl);
         echo '
            <td valign="top" class="maintab_back">
               <a href="', $chatPath, '" onclick="openWindow(this.href);this.blur();return false;">', $txt['ss_chat'], '</a>
            </td>';
  }





Busque:
      // Show the load time?


Debajo, añada:
    // SideSparks Chat copyright - Please do not remove...
    echo '
    <span class="smalltext">', $txt['ss_copyright'], '</span>';




En el archivo $sourcedir/ManagePermissions.php

Busque:
            'karma_edit' => false,


Reemplácelo por:
            'karma_edit' => false,
        'access_chat' => false,



En el archivo $sourcedir/ModSettings.php

Busque:
         // Basic stuff, user languages, titles, flash, permissions...


Debajo, añada:
         // SideSparks Chat Integration - by JBlaze
      &$txt['ss_admin_desc'],
         array('check', 'ss_admin_enabled'),
         array('text', 'ss_admin_custom_channels'),
      '',




En el archivo $languagedir/Modifications.english.php

Añada al final del archivo:

// SideSparks Chat Integration - by JBlaze
$txt['ss_chat'] = 'Chat';
$txt['ss_copyright'] = '<a href="http://dev.smfchat.com">SideSparks Chat Integration</a>';
$txt['ss_default_channels'] = 'Public Staff Members';
$txt['ss_admin_desc'] = 'SideSparks Chat Settings';
$txt['ss_admin_custom_channels'] = 'Choose custom channels';
$txt['ss_admin_enabled'] = 'Enable SideSparks Chat?';
$txt['permissionname_access_chat'] = 'Allow access to SideSparks Chat';
$txt['permissionhelp_access_chat'] = 'This permission will allow members of this membergroup to access the SideSparks Chat.<br />This permission is off by default.';
// End SideSparks Chat Integration





En el archivo $languagedir/Modifications.english-utf8.php

Añada al final del archivo:

// SideSparks Chat Integration - by JBlaze
$txt['ss_chat'] = 'Chat';
$txt['ss_copyright'] = '<a href="http://dev.smfchat.com">SideSparks Chat Integration</a>';
$txt['ss_default_channels'] = 'Public Staff Members';
$txt['ss_admin_desc'] = 'SideSparks Chat Settings';
$txt['ss_admin_custom_channels'] = 'Choose custom channels';
$txt['ss_admin_enabled'] = 'Enable SideSparks Chat?';
$txt['permissionname_access_chat'] = 'Allow access to SideSparks Chat';
$txt['permissionhelp_access_chat'] = 'This permission will allow members of this membergroup to access the SideSparks Chat.<br />This permission is off by default.';
// End SideSparks Chat Integration





En el archivo $languagedir/Help.english.php

Añada al final del archivo:


// SideSparks Chat Integration - by JBlaze
$helptxt['ss_admin_custom_channels'] = 'Choose custom channels for your chat. Channel names must be separated by spaces and can only be one word.<br /><br />(ex. Public Staff Members)';
$helptxt['ss_admin_enabled'] = 'Enable SideSparks Chat link in the navbar.';
// End SideSparks Chat Integration





En el archivo $languagedir/Help.english-utf8.php

Añada al final del archivo:


// SideSparks Chat Integration - by JBlaze
$helptxt['ss_admin_custom_channels'] = 'Choose custom channels for your chat. Channel names must be separated by spaces and can only be one word.<br /><br />(ex. Public Staff Members)';
$helptxt['ss_admin_enabled'] = 'Enable SideSparks Chat link in the navbar.';
// End SideSparks Chat Integration


segui los paso uno por uno, no me salió ningún error ni nada, funciona bien, a la perfección, pero hay un problema, cuando me voy a registrar al chat y a la hora de darle enviar, siempre me sale esto: This Email Address has already been used. e intentado con muchas cuentas y lo mismo!!!! no entiendo, no me deja registrarme. solo como invitado entro normal y puedo establecer una conversación, ahora, me dirijo al panel de administración - Características y Opciones - y me sale:

SideSparks Chat Settings
Enable SideSparks Chat?    [`clickeo aqui la casilla] todo bien.
Choose custom channels    [òk]

pero eso es todas las opciones??? y si quiero administrar el chat y los permisos no los veo, he intentado loguearme en el chat con el login del foro y nada, registrarme y me sale el correo, que raro..

ayudaaa


Blood-Devil

una ayudita con esto? :$

aniket786

ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: hxxp:exploreworld786.co.cc/chat/index.php [nonactive]

The following error was encountered:

Access Denied.

i got this error waht to do plz help brother


and also what to choose in custom channels


Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is webmaster.
Generated Fri, 17 Dec 2010 06:13:07 GMT by hxxp:demil1.byetcluster.com [nonactive] (Lusca/LUSCA_HEAD-r14756).

Advertisement: