×

Notice

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

TOPIC: Can it be use as a comment system for a blog page?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1806

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
Can it be use as a comment system for a blog page?

I like to have multiple article with a readmore link and use JoomlaComment as a comment system on each articles?

Can and how you do that?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1809

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
What are you planning to use for blog software?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1816

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
HI Daniel, thanks to answer me. Well I don’t Know. I was thinking to use the Joomla include Blog abilities....
I really want to make the best blog around. I want to be able to add video, sound, flash (as the administor at least) This is to be use on high end Joomla site. I need to pack some punch in this. This blog system will be install on all my production Sites.

Maybe you can help me to make good choice in this!

I already use your comments systèm on my company web site at http://www.grafcomm.ca/graf/index.php?option=com_content&view=article&id=44&Itemid=22 The setup was easy and everything work perfect. The only litle point, I really like to have tooltips for the icones in the editor....

What should I do to have a good solid blog system?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1820

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
How many people are going to use this blog? Are you going to be the only author out there?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1829

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
One, but the possibility to have more will be cool, anyway, I guess that few people can use the same password to edit....

Can it be use as a comment system for a blog page? 15 years 4 months ago #1830

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Well, if you will be the only one then you can use the standard joomla functionality and yes you can use !jocomment as a comment system for that blog.

Can it be use as a comment system for a blog page? 15 years 4 months ago #1832

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
Thanks Daniel, I did just that and it work perfectly.
I made a link Category/Blog in my main menu and use the same category for JoomlaComment and the blog.
• The only problem here is that the name of the section/category still show up even If I put Hide in the parameter of the blog menu??

I place the Comment button after the readmore button using this method:

I changed the Original Mambot Content function: onPrepareContent for onAfterDisplayContent::JOSCusereturn
here I erase onPrepareContent et replace it with onAfterDisplayContent::JOSCusereturn
• Should I keep onPrepareContent in the input, I’m not to sure????

• The only problem I have is the Number of Comments on my button (readmore buttons are graphical) —> Write comment (x Comments) are to long for my button, I need to take only the number of comments —> (x Comments) out for this template

Can it be use as a comment system for a blog page? 15 years 4 months ago #1835

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You can edit the language file and remove the x comments
or just change the background picture for read more to something bigger :)

• The only problem here is that the name of the section/category still show up even If I put Hide in the parameter of the blog menu?? that should actually not happen. disable it globally and then also disable it in the settings for the menu item.

Can it be use as a comment system for a blog page? 15 years 4 months ago #1836

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
Do you mean theses:
JOSC_define('_JOOMLACOMMENT_COMMENTS_TITLE', 'Comments'); 	/* Will replace {_COMMENTS_2_4} in template */ 
JOSC_define('_JOOMLACOMMENT_COMMENTS_0', 'Comments'); 		/* for Read ON: 0 */ 
JOSC_define('_JOOMLACOMMENT_COMMENTS_1', 'Comment'); 	/* for Read ON: when only one comment */
JOSC_define('_JOOMLACOMMENT_COMMENTS_2_4', 'Comments'); 	/* for Read ON: 2 to 4 comments */
JOSC_define('_JOOMLACOMMENT_COMMENTS_MORE', 'Comments'); /* for Read ON: more than 4 */

Where are the settings controlling this. I look in the menu items parameters but I’m not sure?
same with the component settings?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1863

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
If you can help me to take out the number of comments, that will be great. I’m sorry I need a litle bit more detail to proceed.

Another thing I like to do is for the write comment button to appear on top of the article separator in Joomla.

Please be patient with me....
:unsure:

Can it be use as a comment system for a blog page? 15 years 4 months ago #1877

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
Ok Done.

1—> remove or comment out in comment.class.php line 749. 750

/* Comment out
$html = str_replace('{READON_COUNT}', $number, $html);
$html = str_replace('{READON_COMMENTS}', $this->comments($number), $html);
*/

2—> Take out (line 16) ({READON_COUNT} {READON_COMMENTS}) of the index.html (in my case is: default-emotop/index.html use for your template (can be another index.html)

Original code:
{readon}
<div class='write_comment'>
<a href="{READON_LINK}#JOSC_TOP" class="readon">{READON_WRITE_COMMENT} ({READON_COUNT} {READON_COMMENTS})</a>
</div>

Modified code:
{readon}
<div class='write_comment'>
<a href="{READON_LINK}#JOSC_TOP" class="readon">{READON_WRITE_COMMENT} </a>
</div>

Can it be use as a comment system for a blog page? 15 years 4 months ago #1915

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Is the problem here solved?

Can it be use as a comment system for a blog page? 15 years 4 months ago #1937

  • Patrick Toulze
  • Patrick Toulze's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
All Problems Gone

The last little thing, I’m trying to put The joomla article separator under the comments button...
  • Page:
  • 1
Time to create page: 0.401 seconds