Low reorder next entry incorrect url title, but strangely prev is fine...
Hi.
I have a really strange one.
I am using low reorder next and prev enty template tags.
The prev tag is working correctly, but the next isn't giving the correct URL and always seems to be skipping the next few images.
I have run some tests and can't figure out whats causing it.
As you can see in the code I am using, there are no differences in the code exact the next vs prev template tags.
{exp:low_reorder:prev_entry set="1" url_title="{segment_3}" category="{segment_4_category_id}"}
<a href="{path='portfolio/view/'}/{url_title}/{segment_4}"><div class="portfolio-prev"></div></a>
{/exp:low_reorder:prev_entry}
{exp:low_reorder:next_entry set="1" url_title="{segment_3}" category="{segment_4_category_id}"}
<a href="{path='portfolio/view/'}/{url_title}/{segment_4}"><div class="portfolio-next"></div></a>
{/exp:low_reorder:next_entry}
Any ideas?
Replies
Low 31 Oct 2013 09:41
What are your EE, LR and PHP versions?
ChristopherDavies 31 Oct 2013 15:15
EE 2.6.1
LR 2.2.1
PHP 5.3.10
Low 1 Nov 2013 08:23
Can't seem to replicate. Can you copy/paste your entire template here? You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.
Also, can you post a screenshot of your Set's settings?
ChristopherDavies 4 Nov 2013 08:30
Here is a link to the contents of the embed that the low reorder tags are in: http://pastie.org/private/ljdomueqoiq...
Low 4 Nov 2013 08:40
I'll need to take a look myself. Please send SuperAdmin login credentials to hi at gotolow dot com if you can. Also a link where I can see this behaviour would be helpful.
ChristopherDavies 5 Nov 2013 10:45
Hi Low. Did you get the super admin login credentials?
Low 5 Nov 2013 10:47
Looks like it got caught in my spam filter. Will take a look now!
Low 6 Nov 2013 08:03
For visibility: this was a bug and the fix will be included in the next release.
EvaRose 4 Jan 2014 21:35
I was having this same issue and just upgraded to 2.2.2 -- but the issue is not fixed. The page is http://dev.bie.org/people/national-fa... (it's behind .htpasswd; I'll email you the usr/pass). Click a headshot to launch a modal with prev/next arrow links.
Thanks!
Eva
Low 4 Jan 2014 23:14
Looks like the bug was a persistent little fella. I've fixed it on your end and will include it in the next version again.
EvaRose 6 Jan 2014 19:17
Many thanks, Low!