JomComment integration

Phoca Gallery - image gallery extension
cassy
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 16 Sep 2009, 21:57

JomComment integration

Post by cassy »

hi there,

I'd like to integrate JomComment into the gallery. only where would I need to go with the snippet?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: JomComment integration

Post by Jan »

Hi, try to use google to search, if there is some guide to integrate JomComment into Phoca Gallery. I don't know it :(

Jan
If you find Phoca extensions useful, please support the project
cassy
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 16 Sep 2009, 21:57

Re: JomComment integration

Post by cassy »

are you saying I need to find out myself where in the phoca gallery code I need to insert the respective snippet?
mtovarnet
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Sep 2009, 19:52

Re: JomComment integration

Post by mtovarnet »

Es facil, Is easy

My site is:
http://pasionamericanista.net/galeria-d ... logos.html

en el archivo
mas o menos en la linea 807 del archivo
/components/com_phocagallery/views/category/tmpl/default.php

quiten estas 2 lineas
Deleted this twos lines
echo $this->loadTemplate('comments');
echo $pane->endPanel();

y pongan estas 3
put this three lines

global $mosConfig_absolute_path;
include_once(JPATH_SITE.DS. "/plugins/content/jom_comment_bot.php");
echo jomcomment($this->category->id, "com_phocagallery");

y listo
ready

Club America - Pasion Americanista
http://www.pasionamericanista.net
Saludos desde Cancun
Post Reply