Author Topic: SEF trashes pagination phoca gallery  (Read 5443 times)

lidosofia

  • Newbie
  • *
  • Posts: 10
    • View Profile
SEF trashes pagination phoca gallery
« on: 10 April 2008, 20:28 »
Hello Emir,

It seems that SEF is trashing the pagination of my phoca gallery.
I gave the author access and he discovered that..  :-[
How are we gonna solve this ?
« Last Edit: 10 April 2008, 21:48 by lidosofia »

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: SEF trashes pagination phoca gallery
« Reply #1 on: 10 April 2008, 23:15 »
I can't really support 3rd party components so either install some other component or write the author to fix it.

lidosofia

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: SEF trashes pagination phoca gallery
« Reply #2 on: 10 April 2008, 23:27 »
Huh...
I realy hoped for a bit more support then pointing the guilty finger to phoca...
Im not using SEF to work with phoca.
While SEF is installed there seems to be a conflict somehow which causes the pagination of the phoca gallery to disapear.

This has nothing to do with 3rd party components Emir.
With SEF off the pagination shows.

I would like to think that its not to much to ask for if i could get some help with this..without authors pointing a finger to eachother....
While im in the middle of it as a customer and loosing functionality..

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: SEF trashes pagination phoca gallery
« Reply #3 on: 10 April 2008, 23:35 »
As I said I can't support every possible 3rd party component out there.
If implemented correctly SEF Advance will work in 3rd party components just as it works in Joomla! core. I am sorry I can't be of more help but I can't chase down every possible bug in every possible component. My support is and will always be limited to Joomla! core only.

lidosofia

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: SEF trashes pagination phoca gallery
« Reply #4 on: 10 April 2008, 23:45 »
i can understand that,but as a customer i always loose if authors keep on acting like this..
You dont have any clues at all?
No ideas?
I cant change albums as the phoca is the best choice for joomla 1.5.x

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: SEF trashes pagination phoca gallery
« Reply #5 on: 11 April 2008, 00:01 »
I don't have any clues without looking at this component's code. I am not even familiar with that component.
Now I may have a look if I get some time but I must make clear this is not something that falls under regular support.

lidosofia

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: SEF trashes pagination phoca gallery
« Reply #6 on: 11 April 2008, 00:28 »
replied by mail.

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: SEF trashes pagination phoca gallery
« Reply #7 on: 11 April 2008, 15:28 »
OK, as I said, this is a bug / incompatibility in the component.
To fix it open the file "components/com_phocagallery/views/categories/view.html.php" and on line 138 replace:
Code: [Select]
$categories[$key]->link = JRoute::_('index.php?option=com_phocagallery&view=category&id='. $category->slug);


with:
Code: [Select]
$categories[$key]->link = JRoute::_('index.php?option=com_phocagallery&view=category&id='. $category->slug .'&Itemid='. JRequest::getVar('Itemid', 1, 'get', 'int'));



That should fix it.
« Last Edit: 11 April 2008, 15:29 by Saka »

lidosofia

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: SEF trashes pagination phoca gallery
« Reply #8 on: 11 April 2008, 15:56 »
your very kind emir...
thank you for helping....
this indeed solved it..
i also mailed the developer jan of the photo album and asked him to add the fix to his release.
thanks for debuggin this..

klyde

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: SEF trashes pagination phoca gallery
« Reply #9 on: 20 January 2011, 00:17 »
Hi Saka, also I have the same problem here :http://www.cellularihitech.it/iphone/sfondi-per-iphone-4.html
I have tried to exclude phoca gallery in configuration - > component but continuous not to work. If I extinguish sef advance all it perfectly works. Why?

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: SEF trashes pagination phoca gallery
« Reply #10 on: 20 January 2011, 00:35 »
Please send the admin pass and FTP info and I will take a look.

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,500
    • View Profile
    • Sakic.Net
Re: SEF trashes pagination phoca gallery
« Reply #11 on: 25 January 2011, 21:04 »
OK, you had this page added to alias. Remember: you can't expect pagination to work on pages added to alias. In that case you need to add all paginated links to alias. So don't use alias on paginated content!

klyde

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: SEF trashes pagination phoca gallery
« Reply #12 on: 26 January 2011, 12:14 »
Thanks