Forum Activity for @douglas

douglas
@douglas
04/23/15 08:32:58AM
2,812 posts

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


Using Jamroom

Dazed:
Thanks Douglas. Works like a charm!

Glad to hear it. :)
douglas
@douglas
04/22/15 10:00:33AM
2,812 posts

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


Using Jamroom

The ProJam templates have been updated to fix this issue and are in the Marketplace.
douglas
@douglas
04/22/15 08:16:54AM
2,812 posts

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


Using Jamroom

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
@douglas
04/22/15 05:39:53AM
2,812 posts

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


Using Jamroom

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.
updated by @douglas: 04/22/15 05:40:35AM
douglas
@douglas
04/22/15 03:16:20AM
2,812 posts

Foxycart help


Jamroom Help

In my FoxyCart account, I've not set anything up in the template section except for the checkout template which should have the URL yourdomain.com/foxycart/remote_templates/checkout. Everything else in the Templates section is set to default values.

Is your site setup for SSL?

If not, don't use https in your URL.

Also, if you have a link to your site we can check out, it might help narrow down the issue.
douglas
@douglas
04/21/15 05:41:00AM
2,812 posts

Text into a .tpl


Tips and Tricks

I'm not exactly sure I understand what you mean by losing its format. Are you referring to the size, font and color?
douglas
@douglas
04/21/15 05:39:42AM
2,812 posts

Group Discussion Thread


Tips and Tricks

Glad to be of help! :)
douglas
@douglas
04/21/15 05:38:55AM
2,812 posts

Foxycart help


Jamroom Help

When you are logged into your FoxyCart account, and you are on the dashboard page, are all of the Required Store Configuration crossed out?
douglas
@douglas
04/17/15 07:26:05AM
2,812 posts

Link audio genres to a search result


Design and Skin Customization

Is this what you are using?

{jrCore_list module="jrAudio" group_by="audio_genre" template="audio_genres.tpl"}

audio_generes.tpl
{if isset($_items)}
    {jrCore_module_url module="jrAudio" assign="murl"}
    <ul>
    {foreach from=$_items item="item"}
          <li>{$item.audio_genre}</li>
    {/foreach}
    </ul>
{/if}

What skin is this for and do you have a URL I can check out?
douglas
@douglas
04/17/15 05:30:41AM
2,812 posts

Text into a .tpl


Tips and Tricks

You don't want to use MS Word, when you copy from MS Word to a tpl, you add hidden characters that can break the code.

If you need a decent text editor, for free, you might try crimson editor.

http://www.crimsoneditor.com/
  158