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
need chat module ............
Re: need chat module ............
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
But there is a chat-module available:
http://dev.cmsmadesimple.org/projects/chat/
Ronny
Re: need chat module ............
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""
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 ............
I'm having the same exact issue. Have not been able to get it work yet.
Re: need chat module ............
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
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 ............
Hi, what do I type into the blank areas of the chat template and the login template?
Re: need chat module ............
{$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 ............
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:
And this is the default template for the chat box:
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>
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 ............
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?
I have one question. I'm from Poland and we use ąężźćół and other strange letters
