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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
myharshdesigner

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

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

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

Post 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
myharshdesigner

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

Post 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
babak

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

Post by babak »

I'm having the same exact issue. Have not been able to get it work yet.
kentask
New Member
New Member
Posts: 5
Joined: Sun Nov 26, 2006 9:56 am

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

Post 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
User avatar
joy
Forum Members
Forum Members
Posts: 13
Joined: Fri Dec 07, 2007 3:51 am
Location: elsmere

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

Post by joy »

Hi, what do I type into the blank areas of the chat template and the login template?
kentask
New Member
New Member
Posts: 5
Joined: Sun Nov 26, 2006 9:56 am

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

Post 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
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

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

Post 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}
Decain
Forum Members
Forum Members
Posts: 15
Joined: Sun Dec 20, 2009 6:11 pm
Location: Poland

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

Post 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?
Locked

Return to “[locked] Installation, Setup and Upgrade”