completed Genre Search Displays 4 Pages but Pg 2-4 are empty

Dazed
Dazed
@dazed
10 years ago
1,022 posts
I have a genre "Drum & Bass" that displays 4 pages but from page 1, clicking next or the drop down yields blank pages. I am trying to determine if it may be caused by the ampersand.

Anyone seen this issue before?
updated by @dazed: 05/24/15 04:23:29AM
michael
@michael
10 years ago
7,772 posts
Seams like a very good guess. Got a URL I can check out?
Dazed
Dazed
@dazed
10 years ago
1,022 posts
It is the ampersand. I added %26 to he below and it pulls up. The genre on this is Drum & Bass so you can see the escape chars %20 for the spaces and "&" was in there. I will have to dig into the code and see if I can find out why that is missing.

http://www.mixposure.com/music/search_area=audio_genre/search_string=Drum%20%26%20Bass/p=3
douglas
@douglas
10 years ago
2,797 posts
Hey Dazed,

You'll want to change the search_areas in the templates to audio_genre_url instead of audio_genre.

The templates that need to be changed are:

music.tpl
music_row.tpl
side_music.tpl
music_genres.tpl
and music_genres_row.tpl

I'll get a fix in the ProJam templates for the next release.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 04/22/15 05:40:35AM
douglas
@douglas
10 years ago
2,797 posts
Actually, an easier fix would be to add the |urlencode modifier to the search_string variable in the row template for the prev/next and select elements. It will need to be done to the music_row.tpl and video_row.tpl.

Just find this:

{$search_string}

and change it to this:

{$search_string|urlencode}



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
douglas
@douglas
10 years ago
2,797 posts
The ProJam templates have been updated to fix this issue and are in the Marketplace.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Dazed
Dazed
@dazed
10 years ago
1,022 posts
Thanks Douglas. Works like a charm!
douglas
@douglas
10 years ago
2,797 posts
Dazed:
Thanks Douglas. Works like a charm!

Glad to hear it. :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos