madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #15 on: December 16, 2009, 02:39:16 » |
|
i would also really like to get this working with the most recent versions of both softwares! thanks!
|
|
|
|
|
Logged
|
|
|
|
M.C.
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #16 on: December 16, 2009, 06:07:00 » |
|
please upgrade integration for newst version of MyBlog! I can see blank page if I turm that integration on 
|
|
|
|
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #17 on: December 16, 2009, 16:47:07 » |
|
Excuse me, but I'm the only developer and just physically do not have time to do everything - to develop a component, to support it on the forum, to fix errors and update integration. I think that in this case it is better to turn to the authors of the expansion, so they added support for the JComments (it is very easy), instead of from version to version to apply patches.
|
|
|
|
|
Logged
|
|
|
|
M.C.
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #18 on: December 16, 2009, 17:17:19 » |
|
that's good idea, all we need to make your extention VERY popular
|
|
|
|
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #19 on: December 16, 2009, 17:21:33 » |
|
But I'm not sure that the author MyBlog will agree, because he has a commercial component JomComment...
|
|
|
|
|
Logged
|
|
|
|
M.C.
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #20 on: December 16, 2009, 21:09:35 » |
|
 but we need that integration
|
|
|
|
|
Logged
|
|
|
|
madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #21 on: December 16, 2009, 23:57:15 » |
|
But I'm not sure that the author MyBlog will agree, because he has a commercial component JomComment...
i was figuring the same thing.. i guess thats why we came to you.. but the way that other guy put it ^^^ was kinda outa line.. considering you dont have to do anything.. anyways, thanks i posted over and jomsocial and myblog on integration of the two, and this is the response i received... "Ive not tested, but since myblog allows content plugin integration, it should work. Unless jcomment is specifically coded to only allow com_content integration."
|
|
|
|
« Last Edit: December 17, 2009, 00:05:30 by madLyfe »
|
Logged
|
|
|
|
c0de9
Newbie
Karma: 0
Offline
Posts: 2
|
 |
« Reply #22 on: December 17, 2009, 08:10:08 » |
|
I don't see a problem of integrating Jcomments into MyBlog.
I know they have their own product, but you can provide special files to adjust to fit MyBlog. I think Jcomments is a great component, and if its better the Jomcomments, why not use it?
|
|
|
|
|
Logged
|
|
|
|
madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #23 on: December 17, 2009, 10:15:51 » |
|
thats the whole point, it is better than jomcomment, we just need to be able to get it to work with myblog......
|
|
|
|
|
Logged
|
|
|
|
madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #24 on: December 18, 2009, 09:33:53 » |
|
any other guys here have any code that we can use for the more recent versions to integrate the two? thanks, madLyfe
|
|
|
|
|
Logged
|
|
|
|
madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #25 on: December 22, 2009, 02:28:35 » |
|
anyone get this working?
|
|
|
|
|
Logged
|
|
|
|
madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #26 on: December 28, 2009, 11:09:20 » |
|
when i enable to jcomments mambot provided by myblog, and i enable jcomments to be used on the myblog section/category, it give me this error when trying to view the myblogs menu item:
Fatal error: Class 'ContentHelperRoute' not found in /home/madlyf5/public_html/mysite.com/plugins/content/jcomments.php on line 109
|
|
|
|
« Last Edit: December 29, 2009, 01:56:03 by madLyfe »
|
Logged
|
|
|
|
madLyfe
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« Reply #27 on: December 30, 2009, 07:44:02 » |
|
any advice on this guys? 
|
|
|
|
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #28 on: January 02, 2010, 03:02:03 » |
|
Fatal error: Class 'ContentHelperRoute' not found in /home/madlyf5/public_html/mysite.com/plugins/content/jcomments.php on line 109 this error already fixed in upcoming version but while it doesn't released quick fix: Open this file and add after lines: parent::__construct($subject, $config); next code: if (!class_exists('ContentHelperRoute')) { require_once(JPATH_ROOT.DS.'components'.DS.'com_content'.DS.'helpers'.DS.'route.php'); }
|
|
|
|
|
Logged
|
|
|
|
psun
Newbie
Karma: 0
Offline
Posts: 4
|
 |
« Reply #29 on: January 03, 2010, 00:17:35 » |
|
where exactly should I paste your code?
"It says open file and add after lines..."
I assume, based on the link provided for the error that the 'file' to be opened is 'jcomments.php', but I am not sure where to paste it.
Are you saying to simply add this code at the bottom of the page? Is that all I have to do to enable the mambot to work properly?
parent::__construct($subject, $config);
if (!class_exists('ContentHelperRoute')) { require_once(JPATH_ROOT.DS.'components'.DS.'com_content'.DS.'helpers'.DS.'route.php'); }
|
|
|
|
|
Logged
|
|
|
|
|