Customizing SMF > Modifications and Packages

SA Chat

<< < (3/166) > >>

Jokerâ„¢:

--- Quote from: m1993 on July 23, 2010, 10:26:26 AM ---it works on Smf 1.1.1?

--- End quote ---
nope


In SMF2.0 RC3 the settings path is here
?action=admin;area=2sichat; (not the one shown in pic on the mod page ) , also there is a gadget button which shows some values in broken way.Also when you try to save them you get error

Object not found!

and i was also not able to get it working

NaYa:
@ nend .........

A reply may be MUST .

Jokerâ„¢:

--- Quote from: NaYa on July 23, 2010, 10:50:33 AM ---@ nend .........

A reply may be MUST .

--- End quote ---

have Patience boy , he may be out .This will get sorted soon ;)

nend:
The problem is custom themes, The chat usually only installs to the default theme's index.template.php. During the install you can select to install to additional themes but this does not always work.

Here is the manual way to install the chat on custom themes.

Open index.template.php in the theme you want 2-SI Chat to work in.

Find

--- Code: ---</head>
--- End code ---

Add Before

--- Code: ---<script type="text/javascript" src="http://www.your-site.com/path_to_forum/2sichat/index.php?action=head"></script>
--- End code ---

Find

--- Code: ---<body>
--- End code ---

Add After

--- Code: ---<script type="text/javascript" src="http://www.your-site.com/path_to_forum/2sichat/index.php?action=body"></script>
--- End code ---

Be sure to replace the path in the codes from http://www.your-site.com/path_to_forum to your site and path to your forum.

nend:
@NaYa

Well visited your site and the code seems to be in place in the template. This isn't a new issue and even though the mod installed correctly it usually means the PHP files for the chat can not execute.

So the problem is usually folder and file permissions. FTP to your site and try this.

2sichat 755
2sichat/index.php 755
2sichat/body.js.php 755
2sichat/head.js.php 755
2sichat/cache 755
2sichat/themes/default/index.php 755

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version