Forum Activity for @covertlogic

joshwolve
@covertlogic
03/28/15 08:02:13PM
21 posts

Listing liked items via _user_id - jrLike


Design and Skin Customization

@paul Thanks for foxy snippet. i had a hunch it was something to that extent, still getting acquainted with jr/smarty again. Even if it doesnt work ill keep tinkering for a day or two with

{jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item_id=$item.like_item_id}

before asking again. That is how i learn after all.
joshwolve
@covertlogic
03/28/15 07:59:52PM
21 posts

Listing liked items via _user_id - jrLike


Design and Skin Customization

Thats the odd part :) I do have backticks around it. EDIT WOOHOO. Thanks everyone. @Douglas I had tried profile id but was trying to do it via search, instead of just defining it like you did.

You guys saved me another 5 hours of digging im sure, thanks as always. *beers all around
joshwolve
@covertlogic
03/28/15 03:01:50PM
21 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

The gravatar plugin should be able to assign just a random pic though right. About to install it an have a look. Im on fence still if its best to make them upload a profile pic or just let them get into the site as quick as possible to hook them. Will update if i come up with anything interesting.

[EDIT k gravatar generates random images to an extent, but you're limited to the following types (posting for fyi, also visible in module manager and gravatar site)

404: do not load any image if none is associated with the email hash, instead return an HTTP 404 (File Not Found) response

mm: (mystery-man) a simple, cartoon-style silhouetted outline of a person (does not vary by email hash)

identicon: a geometric pattern based on an email hash

monsterid: a generated 'monster' with different colors, faces, etc

wavatar: generated faces with differing features and backgrounds

retro: awesome generated, 8-bit arcade-style pixelated faces

blank: a transparent PNG image (border added to HTML below for demonstration purposes)
updated by @covertlogic: 03/28/15 03:08:31PM
joshwolve
@covertlogic
03/28/15 02:48:12PM
21 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

sweet! was looking for just this ^^^ to require images upon signup.
keywords/ require image on signup form
require profile image require artist image
joshwolve
@covertlogic
03/28/15 01:50:22PM
21 posts

Listing liked items via _user_id - jrLike


Design and Skin Customization

Here is a peak at datastore for a liked audio item in jrLike:

like_action: like
like_item_id: 12
like_item_url: ahhcult-original
like_module: jrAudio
like_profile_id: 7
like_profile_url: extrakt
like_title: Ahhcult (Original)
like_user_ip: ...........
joshwolve
@covertlogic
03/28/15 01:47:11PM
21 posts

Listing liked items via _user_id - jrLike


Design and Skin Customization

Ive been stuck on this for 5 hours so far, gonna ask for help at this point.

From other topics Ive been able to piece together code that should work, but it's missing something.

Ive confirmed this will list out songs Liked by admin (user id 1) if i specify the user ID

{jrCore_list module="jrLike" search1="like_module = jrAudio" search2="like_action = like" template="wishlist_row.tpl" search3="_user_id = 1" }

When i attempt to make it dynamic for currently logged in user though, it doesnt work. Here is the code so far, with search3 being the problem:

{jrCore_list module="jrLike" search1="like_module = jrAudio" search2="like_action = like" template="wishlist_row.tpl" search3="_user_id = '$_user._user_id'" }

I'm wondering if im supposed to assign something in order to search for it? Ive also confirmed that correct user_id is there, just by printing to screen {$_user._user_id}



The next issue is that when it does list out the songs that are liked, its disconnected from the add to cart button. I realize this is another issue entirely though and will deal with it later. Heres the cart code in wishlist_row.tpl just for reference. Thanks so much.

{jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item=$item}

updated by @covertlogic: 05/18/15 02:22:20PM
joshwolve
@covertlogic
03/28/15 12:02:37PM
21 posts

FoxyCart - Add to Cart "This product could not be added because it does not contain an expires property"


Using Jamroom

That was it. I forget but this particular problem was pretty obvious once i found it, theres actually a checkbox somewhere about whether or not the products expire. >.
joshwolve
@covertlogic
03/28/15 10:51:18AM
21 posts

A fixed audio player


Jamroom Developers

Ive been tinkering with it slightly but not much luck yet. This guy had an interesting way of making the iframe route a little more viable: http://josephbeeson.com/index.php?mact=News%2Ccntnt01%2Cprint%2C0&cntnt01articleid=2&cntnt01showtemplate=false&cntnt01returnid=17

I have no idea if this route would work, its never quite as easy as a tutorial makes it seem lol.
joshwolve
@covertlogic
03/28/15 12:21:15AM
21 posts

hello :) Quick question and wanted to say hi


Jamroom Help

aha! looks like im good to go. Thanks brother
joshwolve
@covertlogic
03/27/15 11:55:19PM
21 posts

hello :) Quick question and wanted to say hi


Jamroom Help

Used to build with jm4, back on 5 and im loving it :)

Few things:
A) My posts or comments dont seem to be visible on main forum.
B) Is there some documentation asset im unaware of regarding modules. I can usually find what i need in forums, but for say.... the jrLike module, i only happened to see the url on jamroom.net ( like/liked_items ) and sure enough the url works on projam theme. Is there a place i could have found that out, or was this specific module just not documented too heavily.

Thanks! Everything and every module has worked without a hitch, thrilled about jr5
updated by @covertlogic: 03/28/15 09:19:36AM
  2