×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: mmsblog plugin?

mmsblog plugin? 15 years 7 months ago #971

  • ledom
  • ledom's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi all,

I use the excellent mmsblog components (2.3) but impossible to show comments (3.26).
I make a modification describe here: mms.pipp.no/forum/index.php?topic=130.msg657#msg657
that seems to work with mmsblog 2.0 and !joomlacomment 3.25, not with current version.
It would be great if we can have a plugin that work with mmsblog no?
thanks
ledom

mmsblog plugin? 15 years 1 month ago #2770

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Sorry somehow missed the post back then.
Your problem is marked as bug and will be fixed in version 4.0

mmsblog plugin? 15 years 1 month ago #2901

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Can you try it with this plugin?
It is working only with joomla 1.5

mmsblog plugin? 15 years 1 month ago #2902

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081

mmsblog plugin? 15 years 2 days ago #3750

  • lukass
  • lukass's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hi Daniel!

I have installed joomlaComment 4.0 alpha3 on my Joomla 1.5.10 and manualy the PlugIn from this post, and also MMS-Blog 2.2.1.

Why must i activate the PlugIn?
I have no Comment Button in MMSBlog.

Thanks!

mmsblog plugin? 15 years 1 day ago #3752

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
why or how to active it? :)

mmsblog plugin? 15 years 1 day ago #3753

  • lukass
  • lukass's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
I do not know.

But everything is copied and activated, but do not advertise for a comment in mmsblog :(
In normal joomla content seems to comment on.

So I do not know yet what I should do?

mmsblog plugin? 15 years 1 day ago #3754

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Open the mmsblog plugin folder and look for the file josc_com_mmsblog.php.
At the begginig of the file you will see this comment:

/*
* include the following instructions :

<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:center; vertical-align: bottom;">
<?php
global $option;
require(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_mmsblog.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->

* at the end of the following file :
* components/com_mmsblog/views/item/tmpl/default.php
*
* HTML part of the code can be changed ! according to the theme...
*/


Did you do this?

mmsblog plugin? 15 years 1 day ago #3755

  • lukass
  • lukass's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
yes, I have in the file default.php
bottom after
.....	</tr>
	<?php endif; ?>
</table>
<?php
if ($this->conf->get('comments', 0))
{
	include_once(JPATH_PLUGINS.DS.'content'.DS.'jom_comment_bot.php');
	echo jomcomment($this->row->id, 'com_mmsblog');
}
 
<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:center; vertical-align: bottom;">
<?php
global $option;
require(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_mmsblog.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
added.

But there is no comment box :(

mmsblog plugin? 15 years 1 day ago #3756

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
did you configure mmsblog in joomlacomemnt-> other component settings?

mmsblog plugin? 15 years 1 day ago #3757

  • lukass
  • lukass's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
yes, I have added.

mmsblog plugin? 15 years 1 day ago #3758

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
then I will need to check it myself. Can you provide me with super admin access to your website?

mmsblog plugin? 15 years 1 day ago #3759

  • lukass
  • lukass's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
I have send you a PM.
Thank you verry, veryy, veryy much :)

mmsblog plugin? 14 years 11 months ago #3824

  • Timothy Matthews
  • Timothy Matthews's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Did you get this working?

mmsblog plugin? 14 years 11 months ago #3825

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, I just test it on my dev. environment.
Joomlacomment alpha3 + mmsblog 2.3.0 final.

What I had to do is to add:
<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:center; vertical-align: bottom;">
<?php
global $option;
require(JPATH_SITE . "/administrator/components/com_comment/plugin/$option/josc_com_mmsblog.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
 

at the end of components/com_mmsblog/views/item/tmpl/default.php

I also configured the mmsblog plugin in backend->components->joomlacomment->other components settigns and it is working out of the box.

mmsblog plugin? 14 years 11 months ago #3852

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, I just found that there is a bug in the plugin.

When you configure it in the backend and you choose a category to be included - its id is not saved and this makes the plugin display nothing. I will have to look for that. In the mean time - exclude is working, but for all categories.

mmsblog plugin? 14 years 10 months ago #4201

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, I just fixed that. We were saving the right category id, but mmsblog was giving us only the category title. That was making the check if cat is in the include list impossible.

The bugfix is added to this post and also to beta1 :) com_mmsblog-ec07598f8d54f75f9c530f535a9a576a.zip

mmsblog plugin? 14 years 9 months ago #5147

  • Anil
  • Anil's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi Daniel --
I think I have tried exactly what you have said but with no success. I am running Joomla 1.5.12, joomla comments 4.0 beta1 and mmsblog 2.30 final. Let me know if your code works with these versions.
After reading several posts -- I think I cam confused and need some clarifications.
One of the post -- they mentioned that we need to change code in two places on in itemtmpdefault.php and other in mmsblogtmpldefault.php. Does this still holds?
The number of files -- earlier version of plugin for com_mmsblog has three files and the one in the above link has two files. I tried both ways. Using files in the above link I could
configure mmsblog in joomlacomemnt-> other component settings?
Could you please let me know if I am doing anything wrong? Thank you very much..

mmsblog plugin? 14 years 6 months ago #7391

  • Royal Trude
  • Royal Trude's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 37
  • Thank you received: 0
I have the same problem with beta2 and MMS Blog 2.30. I believe I've done all the necessary steps and still no comments on my MMSBLOG.

Searching for forum help reveals that a lot of others seem to have same problem.

compojoom.com/forum/search?q=mmsblog

compojoom.com/index.php?option=com_kunen...id=5867&catid=9#5867

The beta2 mmsblog plugin doesn't include installation instructions, and users downloading the plugin certainly don't realize if something extra is needed or not, and even if they did know it might be needed, it's pain to find up-to-date instructions and once you do find them you're puzzled... is this outdated as the beta2 is out already and the instructions were written way earlier... just do a quick search to see how many people have asked the same questions over and over again...


DO WE NEED THIS (as it doesn't really seem to help I need to ask)?

<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:center; vertical-align: bottom;">
<?php
global $option;
require(JPATH_SITE . "/administrator/components/com_comment/plugin/$option/josc_com_mmsblog.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->


And do we put it where exactly? components/com_mmsblog/views/item/tmpl/default.php or components/com_mmsblog/views/items/tmpl/default.php, admin or public side or... perhaps as this person has done, here ? At least he sees something...

changing include to exclude doesnt help either...

mmsblog plugin? 14 years 6 months ago #7392

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
components/com_mmsblog/views/item/tmpl/default.php this is the right place and yes you need to put the above code there.
  • Page:
  • 1
  • 2
Time to create page: 0.150 seconds