Page 1 of 1

need chat module ............

Posted: Wed Sep 19, 2007 4:20 am
by myharshdesigner
i need

AjaxMadeSimple v0.1.2

this module pl provided me a link.

any one can help me ?

i need thsi module

AjaxMadeSimple v0.1.2

Re: need chat module ............

Posted: Wed Sep 19, 2007 6:43 am
by RonnyK
AjaxMS is in the dev-area only 0.1.3 and 0.1.4. Why do you need the old version?

But there is a chat-module available:

http://dev.cmsmadesimple.org/projects/chat/

Ronny

Re: need chat module ............

Posted: Wed Sep 19, 2007 8:09 am
by myharshdesigner
when i apply new module then we will get an error messege :-

string(73) "Smarty error: unable to read resource: "module_db_tpl:Chat;logintemplate""

RonnyK wrote: AjaxMS is in the dev-area only 0.1.3 and 0.1.4. Why do you need the old version?

But there is a chat-module available:

http://dev.cmsmadesimple.org/projects/chat/

Ronny

Re: need chat module ............

Posted: Fri Dec 14, 2007 4:13 am
by babak
I'm having the same exact issue. Have not been able to get it work yet.

Re: need chat module ............

Posted: Thu Dec 20, 2007 2:08 pm
by kentask
I copied the logintemplate from frontenduser 1.3.1 so now i passed the first problem with missing login template but on the otherhand i got anotherone :

string(72) "Smarty error: unable to read resource: "module_db_tpl:Chat;chattemplate""

In Adminarea of Chat Made Simple both template-text-boxes (Chat and login) are by default empty. Could that be the problem?  :'(

We are missing the templates! Anyone found any?

//Kent

Re: need chat module ............

Posted: Fri Dec 21, 2007 6:07 pm
by joy
Hi, what do I type into the blank areas of the chat template and the login template?

Re: need chat module ............

Posted: Fri Dec 21, 2007 10:29 pm
by kentask


{$startform}
{if $error}
  {$error}
{/if}
  {$prompt_username} {$input_username} {$prompt_password} 
  {$input_password}
{if isset($captcha)}
  {$captcha_title}: {$input_captcha}
  {$captcha}
{/if}
  {if isset($input_rememberme)}
    {$input_rememberme} {$prompt_rememberme}
  {/if}
  {$input_submit}
{$link_forgot}{$link_lostun}
{$endform}
 


This is what i use for login. Stolen from Front-end-user login.

Can someone from Chat-team-ms respond on template-issue. What shall we use? What shall we do? Plz.

//Kent

Re: need chat module ............

Posted: Wed Jan 02, 2008 7:24 am
by hexdj
I just spoke with Silmarillion (this module's dev) and he said templating still needs some work. Also be sure to have AjaxMadeSimple installed.

Here's the default Login template:

Code: Select all

<table position="center" width="200px"?>
<tr>
<td>
{if $error}
<strong>{$error}</strong>
{/if}
{$startform}
{$nicknametext}{$nicknameinput}
{$endform}
</td>
</tr>
</table>
And this is the default template for the chat box:

Code: Select all

{literal}
<style>
  div.chatarea {
    height:200px;
    width:600px;
    border-width:1px;
    border-style:solid;
    overflow:auto;
  }
  div.chatonlinenow {

  }
  div.onlineuser {
    float:left;
  }
  .chatline {
    width:600px;
  }
  
</style>
{/literal}
<div id="chatarea" class="chatarea">
</div>
<div id="chatonlinenow" class="chatonlinenow"></div>
<br/>
<form action="#" method="POST" id="chatform" {$onformsubmit}>
<input type="text" name="chatline" id="chatline" size="80" class="chatline">
<br/>{$smileylink}
</form>
{$logoutlink}
{$loggedinas}

Re: need chat module ............

Posted: Thu Oct 07, 2010 10:19 pm
by Decain
Thanks for the templates. It works! And works nice.

I have one question. I'm from Poland and we use ąężźćół and other strange letters :) When I write some of this it returns "?" sign. Only "ó" works. What I should do to write polish letters?