Forum Activity for @brian

brian
@brian
06/20/17 12:16:59PM
10,149 posts

videos not streaming after 6.1.0b


Jamroom Developers

Looks like you're using a skin based on Follow Me - you'll need to edit the skins/SkinName/jrVideo_item_detail.tpl file and find the line that looks like:

{elseif $_item.video_file_extension == 'flv'}

and change that to:
{else}

Let me know if that helps.
brian
@brian
06/20/17 12:09:14PM
10,149 posts

videos not streaming after 6.1.0b


Jamroom Developers

Can you link to the URL you are not seeing it play at? This should be working.

Thanks!
brian
@brian
06/19/17 01:06:58PM
10,149 posts

Modifying the redirect target of the 'Submit' button on Simple Form


Design and Skin Customization

Xephius:
Can I 'force' someone to fill out a form once they have been moved to a new Quota?

Sort of - what you can do is add those fields into the User Settings form and make then required, but only visible to the quota they should be in. The user will have to fill those in before continuing. The only problem is if the user never goes to their settings, then they won't be filled in.

There's nothing in JR right now that will "force" a user to fill out a form to continue with an action - it's not something I believe has ever been requested before, so a "real" solution is going to be something custom.

Let me know if that helps.
brian
@brian
06/19/17 01:00:31PM
10,149 posts

Modifying the redirect target of the 'Submit' button on Simple Form


Design and Skin Customization

Hi John -

That's not going to work with the Simple Custom Forms - this would require something custom if you need it to work that way. Can you capture that user info at signup time or as part of the user settings using Form Designer?
brian
@brian
06/19/17 12:58:16PM
10,149 posts

Return the skins back to original index. ( Remove Site Builder page )


Design and Skin Customization

Welcome to Jamroom!

It sounds like you are using Site Builder, which is good. How are you trying to embed the image? Are you using Image Galleries module? Or just uploading an image in the HTML editor?

If you want to RESET the page so the jrElastic front page shows again click the yellow "Delete Page" button in the lower right when viewing the index - this will delete the site builder page and let the template show again.

let me know if that helps.

Thanks!
brian
@brian
06/15/17 09:34:45AM
10,149 posts

My Account : Licensed Domains


Using Jamroom

I've released those licenses for you - you should be set.

Thanks!
brian
@brian
06/15/17 07:50:34AM
10,149 posts

Profile Search Requires Wildcard


Using Jamroom

I would recommend reconsidering that - partial word matches are almost never a good solution for search. Think about Google - when I search for "music" do I want the first result to be for "musician"? That's not what the user searched for, nor is "musician" ever a good recommendation for someone search for "music", since they mean 2 different things. This is why I mentioned that in practice this likely will not be an issue for you.

Currently this is how Jamroom Search works - it returns results that it feels are most relevant. What you are recommending is strictly a string based search, which I guarantee will not get you the results you want. You don't want users searching for "china" and have an article about "brewing the best echinacea tea" be your top result.

Let me know if that helps.
brian
@brian
06/15/17 07:16:35AM
10,149 posts

mysql error when cloning Elastic 2 skin


Design and Skin Customization

cesy:
OK, works now, all clear :)
Thank you Brian.

Awesome - glad to hear that :) Let us know how things go and if you have any feedback - we're here to help.

Thanks!
brian
@brian
06/15/17 07:10:42AM
10,149 posts

mysql error when cloning Elastic 2 skin


Design and Skin Customization

"ezt" is too short - the first 2 characters are going to be assumed to be the "Developer Prefix" - you need to name it:

xxEzt

That "xx" will be used as your developer prefix. The Help for the "New Skin Name" field explains:

Quote:
Enter the name you would like to save this new skin as - only letters, numbers and underscores are allowed.

NOTE: If you are not a Jamroom developer use xx as the developer prefix - i.e. xxSkinName.

Let me know if that helps.
  121