first page of archive is correct
Code: Select all
http://www.comunitaconsumatori.it/forum/chat?mode=archive
Code: Select all
http://www.comunitaconsumatori.it/forum/forum/chat?mode=archive&start=30
How can I resolve? Thanks.
Code: Select all
http://www.comunitaconsumatori.it/forum/chat?mode=archive
Code: Select all
http://www.comunitaconsumatori.it/forum/forum/chat?mode=archive&start=30
and users from a group of New users can see the button "Change users permissions".Enable Posts Display:
Set to yes and you can set below the options what message to display in the chat message area.
YES
Display New Topic Posts:
Set to yes to allow new topic posts from the forum to be posted into the chat message area.
YES
Display New Replied Posts:
Set to yes to allow replied posts from the forum to be posted into the chat message area.
YES
Display Edited Posts:
Set to yes to allow edited posts from the forum to be posted into the chat message area.
YES
Display Quoted Posts:
Set to yes to allow quoted posts from the forum to be posted into the chat message area.
YES
Yup, This fixed my issue as well.bmcsoft wrote:Author of mChat helped me:It works!Is you url rewrite on ?
Go to acp and then server settings and enable url rewrite and purge boards cache.
I agree the mod should work without changing the server settings, but at least changing the server settings fixes it for some of us in the meantime. Missing avatars and smilies is annoying in itself, let alone having to refresh your page just to get them to show up after every post.GoBieN wrote:This heavily depends on the server software and the ability to use rewrite rules. Imho it should work without.
Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
you are absolutely right. dmzx is one of the best in creating and/or porting extensions, so I say let the man do what he does best, give him some breathing roommartin123456 wrote:Give the ext creator a chance 5 months ago there was no mchat just be happy some one is doing it.
I completely agree. I sincerely appreciate dmzx's efforts.peteetongman wrote:you are absolutely right. dmzx is one of the best in creating and/or porting extensions, so I say let the man do what he does best, give him some breathing roommartin123456 wrote:Give the ext creator a chance 5 months ago there was no mchat just be happy some one is doing it.
Code: Select all
<?php
phpinfo();
?>
Seems alot of work when you can just turn it on in acp and see if it works lolHanaH wrote:Way to check whether your server supports URL rewriting:
1. Create a simple .php file2. Navigate browser to the created .php fileCode: Select all
<?php phpinfo(); ?>
3. Search for string "mod_rewrite". (I have it under apache2handler -> Loaded Modules)
Some more info here
Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
I'll admit, I was apprehensive about doing what you stated at first, because I was worried if I turned it on, and my provider did not support URL rewrite, my forums would stop working, and I would not be able to get back into the ACP to turn url rewrite back off.martin123456 wrote:
Seems alot of work when you can just turn it on in acp and see if it works lol
Lol,then instead of numbers 1 and 2 one would have:martin123456 wrote:Seems alot of work when you can just turn it on in acp and see if it works lolHanaH wrote:Way to check whether your server supports URL rewriting:
1. Create a simple .php file2. Navigate browser to the created .php fileCode: Select all
<?php phpinfo(); ?>
3. Search for string "mod_rewrite". (I have it under apache2handler -> Loaded Modules)
Some more info here