Forum Activity for @brian

brian
@brian
01/03/17 12:18:01PM
10,149 posts

More about Notification


Suggestions

This is hard. I think what we will have to do is make it a config option. It WAS initially a table, and lots of people hated it. I think the newer designer is much more user friendly in that it does not "overwhelm" the user with so much text and choices displayed at once. With the current setup the user only has to look through the drop down list - they do not have to scan a giant table (and with a full module install in JR it's almost 40 options).

This is something we can check out for a future release.

Thanks!
updated by @brian: 01/03/17 12:18:24PM
brian
@brian
01/03/17 12:16:03PM
10,149 posts

Off-topic: Cultural "geneaologies'?


Genosis

Genosis should work well for this (if that is what you were thinking). Woulds want to update the language strings so it is "author" rather than "ancestor" centered, but the support for this would be there.
brian
@brian
01/03/17 12:10:26PM
10,149 posts

PayPal Module Not working on AudioPro skin


Design and Skin Customization

This is not correct - what you are seeing there is the Foxycart add to cart section. Make sure:

1) Foxycart is disabled for the quota you want to use PayPal in - they can't both be active in the same quota
2) The profile MUST have a valid PayPal email address in their profile settings or it won't show.

I see it showing here, but it needs some CSS work - we'll get that fixed up.
brian
@brian
01/03/17 11:56:16AM
10,149 posts

OG Tags Not Working


Using Jamroom

Yep - we have some big changes coming here in regards to "social" tags - hang in there for just a bit as things will be changing.
brian
@brian
01/03/17 11:55:20AM
10,149 posts

Review our android app using proxima


Proxima

Nice! I really dig your icon - nice job.
brian
@brian
12/31/16 07:38:31AM
10,149 posts

Latest Update 12/31/2016


Installation and Configuration

Sounds like you're not setup correctly to redirect your URLs. So for example - if someone goes to your site:

http://musicrush.com

you'll see your site. But you go here:

http://www.musicrush.com/

you ALSO see your site. To the browser these are 2 [b[different[/b] sites, and you need to decide if you want to USE the www or NOT use the www. Once you have decided, you need to update your .htaccess file to redirect those that come in on the wrong URL to the right one, and then make sure you are using the correct URL in your data/config/config.php file.

For example, if you wanted to route from www to non-www you would add:

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

After the "RewriteEngine On" part in your .htaccess file.

Let me know if that helps.
brian
@brian
12/31/16 07:24:03AM
10,149 posts

In form designer, does a default setting for a field have any effect if the field is optional?


Using Jamroom

researchcooperative:
1. Does a default setting have any effect if the field is optional? I suppose that it won't, but am not sure.

If the field is NOT required, and a default is set for the field in the form designer, the default value is used.

researchcooperative:
2. If the field is "required", will a default option ensure that the field is filled, regardless of whether or not the user has thought about the field content? I suppose that it will, but am not sure.

Yes.

Let me know if that helps.
brian
@brian
12/31/16 07:22:48AM
10,149 posts

Activity Log Help


Using Jamroom

This tells you the page that was access is:

/sos-band/action

Which lines up with the "item_index.tpl" for the Timeline module - i.e. jrAction/templates/item_index.tpl - OR if you have overridden it in your skin it will be skins/SkinName/jrAction_item_index.tpl.

You can see here that the core has been told to search for a "gallery_title_url" that is missing a search value (i.e. there is nothing AFTER the equal sign).
brian
@brian
12/31/16 07:20:22AM
10,149 posts

Amazon Linux: install gives error: jrCore_checktype: unable to load checktype plugins


Installation and Configuration

VarickW:
I am having the exact same issue but using Windows Server 2K12. I downloaded everything again and to no avail I am getting the exact same error. Could the zip file download be corrupted?

Welcome to the Jamroom forum!

Jamroom does not run on Windows:

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

Make sure and spin up a Linux based EC2 instance and you should be good, or if you are installing locally you could install Jamroom on a Linux VM using something like Virtualbox.

Let me know if that helps.

Thanks!
  172