Forum Activity for @douglas

douglas
@douglas
09/17/14 05:18:29AM
2,812 posts

Artist Product Page


Design and Skin Customization

You could check to see if the quantity variable is set and has a greater value than 0, and if not just add a space so the line height is still there.

Maybe something like this:

{if isset($quantity) && $quantity > 0}
{$quantity}
{else}
 & n b s p ;
{/if}

be sure to remove the spaces between & n b s p ;
updated by @douglas: 09/17/14 05:20:27AM
douglas
@douglas
09/16/14 11:15:27AM
2,812 posts

Genres to Categories Search


Using Jamroom

Try changing your jrCore_list function to this:

{if isset($_post.search_area) &&  isset($_post.search_string)}
{jrCore_list module="jrStore" order_by="product_display_order numerical_asc" search1="profile_category = `$_post.search_string`" pagebreak="15" page=$_post.p} 
{else}
{jrCore_list module="jrStore" order_by="product_display_order numerical_asc" pagebreak="15" page=$_post.p} 
{if}

That is how the audio genre is setup so it should work as long as you have a product_category.

Hope this helps! :)
douglas
@douglas
09/16/14 07:03:39AM
2,812 posts

Error when adding www. infront


Installation and Configuration

What browser are you using?

I'm using FireFox and I don't see any issues when going to this link:

http://portadamusical.com/user/signup

or this link:

http://portadamusical.com/user/login
douglas
@douglas
09/16/14 05:12:24AM
2,812 posts

Grrrr... Error 404


Installation and Configuration

I'm not sure 1&1 hosting is setup to run JR5, at least I've not tried installing on their servers before, and I don't know if their server meet the requirements to run JR5.

http://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/requirements

Have you considered using our recommended hosting?

https://www.jamroom.net/r/recommended-hosting

You can install JR5 in a single click through the cPanel.

Hope this helps! :)
douglas
@douglas
09/15/14 10:38:20AM
2,812 posts

Error when adding www. infront


Installation and Configuration

I'm not seeing an issue with your login or register link, they both work for me.

You might try clearing your browser cache and see if that helps.
douglas
@douglas
09/15/14 10:36:03AM
2,812 posts

Some template questions..


Design and Skin Customization

1. This will depend on what template your trying to add the image to and the reason your wanting to.

2. Not 100% sure without checking, but I think the variable you'll want to add to your row template is $item.audio_rank.

You can stick a debug in your row template and get a list of available variables.

https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug

Hope this helps! :)
douglas
@douglas
09/15/14 09:35:30AM
2,812 posts

Genres to Categories Search


Using Jamroom

Also, the jrCore_list function in your merchandise.tpl template is not searching for the categories... it should have a search parameter in there.

Quote:
{jrCore_list module="jrStore" order_by="product_display_order numerical_asc" search1="profile_category = `$_post.search_string`" pagebreak="15" page=$_post.p}
douglas
@douglas
09/15/14 08:08:48AM
2,812 posts

Media Pro Skin WWW issue


Design and Skin Customization

After changing your config.php file, did you delete the files in your data/cache/jrMediaPro and data/cache/jrCore folders?
douglas
@douglas
09/15/14 08:06:51AM
2,812 posts

Artist Product Page


Design and Skin Customization

You'll want to change this:

<div class="col2">

to this:

<div class="col3">

and set your pagebreak to 20 in your jrCore_list function.

Hope this helps! :)
  204