Forums

JEvents Integration?

subhramani 08 Feb, 2009
Hi,

I've been using Chrono comments for about a month now and its been really awesome.
Just yesterday, I installed JEvents to manage events for my website. The problem is that there are links to comments for every field when i select any of the events in my website.

I have not selected those topics in the Chrono Comments control panel for it to enable comments for those events, but they still come up. When I click on 'Comments', I get a 404 error. I have attached a screenshot of how it looks.
[attachment=0]comments.jpg[/attachment]
Please help.
Max_admin 08 Feb, 2009
Hi, there is some post here which is talking about this issue and a fix is available, could you please search for it ?

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin 09 Feb, 2009
Hi,

please check the first code line here :
http://chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=11723#p17918

you will need to add it bu change com_newsfeeds to com_jevents for example, follow the same steps for the hack, its only this line needs to be added!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
subhramani 18 Feb, 2009
Hey there,

I'm STILL have the issue with the comments links appearing all over the place.

I did try editing the file, BUT it feels a little weird cos the file seems to be messed up. Its not in seperate lines. It looks too cluttered.


This is how it looks.
require_once( JApplicationHelper::getPath( 'front_html' ) );  require_once( JApplicationHelper::getPath( 'class' ) );  require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' ); require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' ); $mainframe =& JFactory::getApplication('site'); $mainframe->initialise();   jimport( 'joomla.application.component.helper' ); switch ($task) { 	case "savecomment": 		savecommentChronoComments( $option, $task ); 		break; 	case "ratepos": 		rateposcommentChronoComments( $option, $task ); 		break; 	case "rateneg": 		ratenegcommentChronoComments( $option, $task ); 		break; 	case "nextcomments": 		nextcommentsChronoComments( $option, $task ); 		break; 	case "prevcomments": 		prevcommentsChronoComments( $option, $task ); 		break; 	case "navigatecomments": 		navigatecommentsChronoComments( $option, $task ); 		break; 	case "verify": 		verifycommentChronoComments( $option, $task ); 		break; 	case "unpublish": 		unpublishcommentChronoComments( $option, $task ); 		break; 	default: 		//savecommentChronoComments( $option, $task ); 		break; }  function savecommentChronoComments


It doesnt show up in seperate lines for me to be able to edit it properly. And I cant find the place where it mentions the word newsfeeds at all in the file. Is there any way you can send me just that chronocomments.php file or something?
Max_admin 18 Feb, 2009
Hi,

how do you edit the file ? which editor ? of course it should look better, I think you need a good editor, I suggest Dreamweaver or Notepad++

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
subhramani 18 Feb, 2009
Oh! ok. I use Wordpad. I'll try Notepad++ and will let you know. Thanks for the suggestion.
This topic is locked and no more replies can be posted.