Forum Activity for @michael

michael
@michael
09/24/14 02:32:24AM
7,832 posts

Error Installing Solo Artist Bundle


Design and Skin Customization

Which editor? If its 'vi' its complex. Try using 'nano' or 'pico' instead. They are much simpler.
michael
@michael
09/23/14 09:23:00PM
7,832 posts

Embed Audio by Genre


Using Jamroom

try
{jrCore_list module="jrAudio" search1="audio_genre = hard+rock"}

If that brings results then use that in the embed as it should be the same.
michael
@michael
09/23/14 08:38:41PM
7,832 posts

Embed Audio by Genre


Using Jamroom

nope, that will definately not work. un-even ".
Try:
[jrEmbed module="jrAudio" search="audio_genre = hard rock"]
michael
@michael
09/22/14 07:57:29PM
7,832 posts

Failing to to access Artist pages,media etc.


Using Jamroom

also make sure those profiles are not set to private or follower only.
michael
@michael
09/22/14 07:02:59PM
7,832 posts

How To List New Forum Topics On Another Page


Design and Skin Customization

Ekwe:
it worked when i put on "Allow Profile Forum" for all quotas. But I don't want members to be able to have their own forums. I just want them to post. So it's a bug that needs to be fixed

You don't have a forum at https://www.jamroom.net/ekwe but you are able to post here. Its not a bug.
michael
@michael
09/22/14 07:00:55PM
7,832 posts

How To Create Custom Signup Pages


Design and Skin Customization

Take a look at these docs:

"Using the Form Designer"
http://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer

You can customize the signup from from here:
YOUR-SITE.com/user/form_designer/m=jrUser/v=signup
michael
@michael
09/22/14 06:57:22PM
7,832 posts

List of users who are not following.


Design and Skin Customization

List of users who are following:
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_profile_id`" search2="follow_active = 1" order_by="_created desc" limit="15"}

List of users who are not following:
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_profile_id`" search2="follow_active = 0" order_by="_created desc" limit="15"}

Taken from the elastic skin.
/skins/jrElastic/profile_header.tpl
michael
@michael
09/22/14 03:54:44PM
7,832 posts

Help! Changing Web Host Just To Run Genosis!


Jamroom Hosting

lisa:...I purchase from Arvixe... then what?
I want my domain to go with me, is there a process asking them to transfer it? Is it typically a long process? My email is part of my domain, so that is a concern.
I have considered only briefly what I might have to do to move WordPress, but I am not too worried about that yet. I just don't know what to do first to get up and running and receiving email....

The process will go like this:
* purchase the package you want at arvixe
* tell them you want to move your stuff over
* they will ask you for any details they need
* they will then do the move over for you.
* they will tell you its done and ask you to update your name servers to point to XXXXXXXXXXX
* you will update your name servers to what they tell you.

At this point you will have your previous hosting and your new hosting. Check that everything is as you want it before cancelling your old hosting.
updated by @michael: 12/29/14 09:23:55AM
michael
@michael
09/20/14 09:26:09PM
7,832 posts

like_status For Audio Tracks Not Showing


Design and Skin Customization

Use the {debug} function to see if $like_status exists in your template or not. If that variable is not there, then you will always land in the {else} section

"{debug}"
http://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
  659