Phoca Facebook Comments Module articles position

Phoca modules - support for all Phoca modules except Phoca Gallery modules
laincourbet
Phoca Member
Phoca Member
Posts: 11
Joined: 05 Mar 2011, 15:55

Phoca Facebook Comments Module articles position

Post by laincourbet »

Hi, i wanna know how i can display Phoca Facebook Comment Module in the articles position, because, i tried changing position (I can put it on footer, below footer, in search position, below menus, etc.), but i can't display it below articles.

(i wanna set it like here -> https://www.phoca.cz/news/30-phoca-news/ ... a-released )
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Facebook Comments Module articles position

Post by Benno »

HI;
Hi, i wanna know how i can display Phoca Facebook Comment Module in the articles position, because, i tried changing position (I can put it on footer, below footer, in search position, below menus, etc.), but i can't display it below articles.
(i wanna set it like here -> https://www.phoca.cz/news/30-phoca-news/ ... a-released )
This is not Phoca Facebook Comment Module in articles position. It's in bottom module position.
And therefore it depends on your template. Not all templates have this modul position.
You can see what I mean, if you use this link:https://www.phoca.cz/news/30-phoca-news/ ... ased/?tp=1
Kind regards,
Benno
laincourbet
Phoca Member
Phoca Member
Posts: 11
Joined: 05 Mar 2011, 15:55

Re: Phoca Facebook Comments Module articles position

Post by laincourbet »

Thanks, i have Joomla 1.6 with Beez_20 template if you know anything for help me.

The best position for Facebook Comment module that i have found is this: position_10

you can see it here: http://lumor.no-ip.info/
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Facebook Comments Module articles position

Post by Benno »

Hi,
The best position for Facebook Comment module that i have found is this: position_10
That's right. Module position 10 corresponds to module position bottom.
Kind regards,
Benno
laincourbet
Phoca Member
Phoca Member
Posts: 11
Joined: 05 Mar 2011, 15:55

Re: Phoca Facebook Comments Module articles position

Post by laincourbet »

Thanks a lot for your help Benno.

Regards, Juan.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Facebook Comments Module articles position

Post by Benno »

You're welcome!
Kind regards,
Benno
iabichino
Phoca Member
Phoca Member
Posts: 21
Joined: 18 Mar 2011, 09:27
Location: Firenze - Tuscany - Italy
Contact:

Re: Phoca Facebook Comments Module articles position

Post by iabichino »

Sorry, I am using Phoca_T where what position should I use to have it in the bottom of the article?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Facebook Comments Module articles position

Post by Benno »

Hi,
position 10
Kind regards,
Benno
weissbrot
Phoca Member
Phoca Member
Posts: 22
Joined: 07 Jun 2008, 19:18

Re: Phoca Facebook Comments Module articles position

Post by weissbrot »

position-10 within the beez2 template is in my opinion not the best way :)

i just added a position myself even though i know that beez2 already has a lot of positions!

its really simple:
just add in templateDetails.xml 1 more position like:

Code: Select all

<position>textend</position>
Then add in the index.php between the following lines

Code: Select all

</div><!-- end main -->
and

Code: Select all

 </div><!-- end wrapper -->
this code:

Code: Select all

<jdoc:include type="modules" name="textend"   />
Post Reply