Page 2 of 2

Re: Module Comments: nothing happens

Posted: Mon Apr 03, 2006 1:16 pm
by WickedChicken
calguy1000 wrote: You'll have to get the latest svn version of the comments module (not the snapshot, as these fixes are red-hot).  or wait  till tomorrow, when the snapshots are updated overnight.... and this problem will be fixed.
What is the version number of the latest?  I just grabbed the runk from SVN last night and am still having the issue.

Re: Module Comments: nothing happens

Posted: Tue Jun 13, 2006 12:58 pm
by MichaelK
Hi,


I also get this problem:
../index.php?mact=Comments,m3,addcomment,1&../index.php?mact=Comments,m3,addcomment,1&m3returnid=29&m3returnid=29&page=29
m3returnid=29&m3returnid=29&page=29


But when I delete this text " m3action=default& " it works just fine  ???....
How can I make this like that these words don't show up anymore? Is there
a fix for it?

Please let me know.
M.

Re: Module Comments: nothing happens

Posted: Sat Aug 05, 2006 6:03 pm
by MichaelK
Please can someone help me? ???
MichaelK wrote: Hi,


I also get this problem:
../index.php?mact=Comments,m3,addcomment,1&../index.php?mact=Comments,m3,addcomment,1&m3returnid=29&m3returnid=29&page=29
m3returnid=29&m3returnid=29&page=29


But when I delete this text " m3action=default& " it works just fine  ???....
How can I make this like that these words don't show up anymore? Is there
a fix for it?

Please let me know.
M.

Re: Module Comments: nothing happens

Posted: Sat Aug 05, 2006 6:54 pm
by Elijah Lofgren
MichaelK wrote: Please can someone help me? ???
MichaelK wrote: Hi,


I also get this problem:
../index.php?mact=Comments,m3,addcomment,1&../index.php?mact=Comments,m3,addcomment,1&m3returnid=29&m3returnid=29&page=29
m3returnid=29&m3returnid=29&page=29


But when I delete this text " m3action=default& " it works just fine  ???....
How can I make this like that these words don't show up anymore? Is there
a fix for it?

Please let me know.
M.
This should not longer be a problem as Comments 1.7 now displays the comment form on the same page as the comments instead of a separate page like it used it.


Please test with CMSMS 1.0 beta3 and the latest version of Comments which is 1.7

You can download CMSMS 1.0 beta3 here:
http://dev.cmsmadesimple.org/frs/?group ... ase_id=554

You can download Comments 1.7 here:
http://dev.cmsmadesimple.org/frs/?group ... ase_id=551
Release notes: http://dev.cmsmadesimple.org/frs/showno ... ase_id=551

Hope this helps,

Elijah

Re: Module Comments: nothing happens

Posted: Sat Aug 05, 2006 8:28 pm
by MichaelK
But I want it to stay working with version 0.12.2 because much modules don't work fine with they new versions of this CMS.
So any help with version 0.12.2?

???

Re: Module Comments: nothing happens

Posted: Sat Aug 05, 2006 8:48 pm
by Elijah Lofgren
MichaelK wrote: But I want it to stay working with version 0.12.2 because much modules don't work fine with they new versions of this CMS.
So any help with version 0.12.2?

???
I'm unable to reproduce your problem. I install CMSMS 0.12.2 and Comments 1.3 and everything seems to work fine.
The URL I get for adding a comment is like this:
http://localhost/cmsold/index.php?mact= ... 15&page=15

Any idea of what I could do to try and reproduce your problem?

Re: Module Comments: nothing happens

Posted: Sun Aug 06, 2006 10:23 am
by MichaelK
By my url I also get &m3_action. And when I delete this it works just fine.

Any idea how I can manually edit the url for adding a comment?  ::)

Re: Module Comments: nothing happens

Posted: Sun Aug 06, 2006 2:23 pm
by Dr.CSS
Have you tried ver. 13 stable, I think all modules have been updated to work in this ver. at least?

Re: Module Comments: nothing happens

Posted: Sun Aug 06, 2006 7:19 pm
by Elijah Lofgren
MichaelK wrote: By my url I also get &m3_action. And when I delete this it works just fine.

Any idea how I can manually edit the url for adding a comment?  ::)
Try opening Comments.module.php and replacing this line:

Code: Select all

echo $this->CreateLink($id, 'addcomment', $return_id, $this->Lang('addacomment'), $params, '', false, true);
with this:

Code: Select all

global $config;
echo '<a href="'.$config['root_url'].'/index.php?mact=Comments,m3,addcomment,1&m3returnid='.$return_id.'&page='.$return_id.'">'.$this->Lang('addacomment').'</a>';
Hope this helps,

Elijah

Re: Module Comments: nothing happens

Posted: Sun Aug 06, 2006 8:29 pm
by MichaelK
Now nothing shows up! I don't get a link with "Add a comment". I replace the rule that you told me in the message but it don't work :(..



Elijah Lofgren wrote:
MichaelK wrote: By my url I also get &m3_action. And when I delete this it works just fine.

Any idea how I can manually edit the url for adding a comment?  ::)
Try opening Comments.module.php and replacing this line:

Code: Select all

echo $this->CreateLink($id, 'addcomment', $return_id, $this->Lang('addacomment'), $params, '', false, true);
with this:

Code: Select all

global $config;
echo '<a href="'.$config['root_url'].'/index.php?mact=Comments,m3,addcomment,1&m3returnid='.$return_id.'&page='.$return_id.'">'.$this->Lang('addacomment').'</a>';
Hope this helps,

Elijah

Re: Module Comments: nothing happens

Posted: Sun Aug 06, 2006 8:55 pm
by tsw
you really should upgrade your site.

New functions arent necessarily meant to work on older version and dont have as good support.

Upgrading should be quite painless, but please do take backups of your site

hope this helps

Re: Module Comments: nothing happens

Posted: Mon Aug 07, 2006 8:26 am
by MichaelK
tsw wrote: you really should upgrade your site.

New functions arent necessarily meant to work on older version and dont have as good support.

Upgrading should be quite painless, but please do take backups of your site

hope this helps

Please read the whole topic!
But I want it to stay working with version 0.12.2 because much modules don't work fine with they new versions of this CMS.
So any help with version 0.12.2?