Forum Activity for @paul

paul
@paul
02/16/18 07:46:34AM
4,335 posts

Share This Player


Installation and Configuration

Unfortunately we have had to drop this feature as FaceBook no longer allows flash embedding. Sorry.
paul
@paul
02/16/18 04:35:33AM
4,335 posts

Profile Points Module?


Jamroom Developers

They are certainly the correct documents for building your own custom module.
I have a basic points module I build a couple of years ago for one of my websites. If you want I'll send it to you. All it does is award users points based on their actions, none of the extra features that you want. It might be useful for you to see how that's done, or as a starting point for your module.
Let me know.
paul
@paul
02/15/18 01:43:08PM
4,335 posts

Share This


Installation and Configuration

When logged into my ShareThis account I just go to my account page and the ID for my website shows. If it doesn't for you, try clicking on the Property Settings link bottom left.
paul
@paul
02/15/18 01:24:08PM
4,335 posts

Item list based on sign up input (list filters)


Jamroom Developers

Its doable but you'll need to build the form and fields 'by hand' in the template using html (but that would give you the opportunity to layout the fields side by side).
Take a look at the html source code of a page (user signup?) with the location form on it to see the code for the actual fields, then adapt that code into the page template. The form will now need a submit button. Its action will be to refresh the page but with post variables of the field selections in the URL. These post variables can then be used in the jrCore_list search parameters -

{jrCore_list module="jrAudio" search1="user_location_0 = `$_post.state`" search2="user_location_1 = `$_post.city`" . . . }

This gives an idea how it might work and points you in the right direction. I can't give you any sample code as it would take me a few hours to work it all out and test it etc. Maybe someone else here has done this and can help, otherwise, you might need to sponsor us to do this custom development for you.
paul
@paul
02/15/18 12:56:37PM
4,335 posts

Share This


Installation and Configuration

No need to add any code. Jamroom does it all for you. Just make sure the module and your ShareThis account are configured correctly.
hth
paul
@paul
02/15/18 11:40:56AM
4,335 posts

Item list based on sign up input (list filters)


Jamroom Developers

Try this code to show logged in users music from their location -
{jrCore_list module="jrAudio" search1="user_location_0 = `$_user.user_location_0`" search2="user_location_1 = `$_user.user_location_1`" . . . }
I'm guessing that user_location_0/1 are your user state/city fields. Adjust if necessary.
paul
@paul
02/15/18 09:36:25AM
4,335 posts

Index Page Blog Issue


Design and Skin Customization

Emails sent to support[at]jamroom[dot]net arrive as support tickets, as do contact form submissions, so all good :-)
paul
@paul
02/15/18 09:17:03AM
4,335 posts

Index Page Blog Issue


Design and Skin Customization

I suspect the skin isn't configured to show the new blog. Maybe it wasn't created by admin?
Ticket me your admin login and the link to the blog(s) you want to show on the front page and I'll check it out.
Thanks
paul
@paul
02/15/18 08:14:37AM
4,335 posts

Index Page Blog Issue


Design and Skin Customization

Can you post the url so we can take a look?
  114