Forum Activity for @brian

brian
@brian
06/10/16 01:40:55PM
10,149 posts

Rated Count


Design and Skin Customization

PatriaCo:
Ok, so just to clarify. I have the Rated Count set to [12] , so if there are no rated items the block will show empty, but it will not show more than 12. Correct?
Correct.
brian
@brian
06/10/16 01:19:38PM
10,149 posts

Packaging Module for Marketplace.


Design and Skin Customization

Hi Ken -

Right now there's a bit of a catch 22 with this, and I'm working on some updates that will fix this. Currently only 3rd party developers can validate their prefix, so you're going to see this on your end. What I'm working on is an update that allows non-developer JR users that want to create PRIVATE marketplace channels for their own use the ability to package modules and skins.

I should have that done by next week and will let you know.

Thanks!
brian
@brian
06/10/16 01:07:35PM
10,149 posts

Audio Bug - ProJam


Using Jamroom

Dazed:
Thanks Brian. That is the problem. The profile user is unable to play their own music.

That doesn't really make sense - a user is always allowed to view/see their own profile info regardless of their profile setting - in fact the check does not even get run for users on their own profile.

Are you sure the audio is good? As the admin you can play it?
brian
@brian
06/10/16 01:00:14PM
10,149 posts

TinyMCE inserting line breaks into some list items


Jamroom Developers

I forgot to add that this should fix NEW entries - it's not going to "fix" existing entries.
brian
@brian
06/10/16 12:59:42PM
10,149 posts

contact form file types for non-logged in users


Using Jamroom

There's no where to set this, since logged out users do not have a quota. All files uploaded to Jamroom must have a profile_id associated with them, so you're not going to be able to collect a file from someone that is not logged in.. sorry!
brian
@brian
06/10/16 12:58:48PM
10,149 posts

Audio Bug - ProJam


Using Jamroom

I'm not seeing any issue with this on my end - note that if you set a profile to "shared", the only users that are followers of the profile will be able to play the audio file.
brian
@brian
06/10/16 08:50:40AM
10,149 posts

Jamroom for Review website


Using Jamroom

msultani:
Hello Paul,
Thanks for the response, I will send an email with the site url to you. I used Jamroom about 10 years ago, and I remember my site had limitations at that time with about 60,000 users and Brian was aware of it. As you are aware review sites use Geolocation and also displays maps of the business on their page. Is there an option available for Jamroom that allows this. As you mentioned dedicated servers are the only options for us right now and I have other software installed for Apache to speed up a few things, which I don't know if it is an option with Jamroom, like Cassandra, and few more.
Thanks
Amin

Hi Amin - and welcome back to Jamroom ;)

JR does not use Cassandra - it uses MySQL (although I would recommend Percona or MariaDB 10.1 instead for maximum performance). We also have a MemSQL plugin that is in development that might work for you if it turns out the performance on specific datastores is not high enough.

JR has a Geo Location module, so that should not be an issue, but note that it does NOT support Geo Fencing or radius searches currently.

One million entries in a Jamroom DataStore will work just fine, but does depend on the number of "search" parameters used to generate a list. In this instance we would want to limit our search to one or two search conditions max - any more and the query is going to be very slow.

If you can provide more details on how your business locations are presented, that will give us a better idea if JR would be a good fit.

Hope this helps!
brian
@brian
06/10/16 08:46:07AM
10,149 posts

Rated Count


Design and Skin Customization

PatriaCo:
This part of the {if} statement in the jrElastic skin should only be true if there are rated items, correct?
&& $_conf.jrElastic_rated_count > 0}
but if there are no rated items, this should be false and the rated items sidebar block should be hidden, correct?

This is a SKIN CONFIG variable, it will not contain any "counts" from your system. This variable will contain what YOU enter in the skin config for the "Recently Rated Count" option. So go to ACP -> Skins -> Elastic -> Global Config.
brian
@brian
06/10/16 08:41:48AM
10,149 posts

TinyMCE inserting line breaks into some list items


Jamroom Developers

I think right now we're approaching this from the wrong angle, and trying to apply a "bandaid" approach to removing newlines entered by the browser/editor. Instead I think a better solution would be to strip all newlines and carriage returns from the editor content when it is entered.

Test this for me if you can - modify modules/jrCore/lib/form.php and change line 1637 from this:
$_post[$name] = $_post["{$name}_editor_contents"];
to this:
$_post[$name] = str_replace(array("\r", "\n"), '', $_post["{$name}_editor_contents"])
Let me know if that works better. The problem right now is that newline and carriage returns can appear pretty much ANYWHERE in the submitted HTML from the editor, and our "check" right now does it's best to remove what it can find, but I think a blanket approach of just removing all of them is going to be the only way to be sure.

Let me know how that works.

Thanks!
brian
@brian
06/08/16 07:12:16PM
10,149 posts

"My Posts" isn't really my posts.


Using Jamroom

My Posts should be the posts that YOU started - not every topic you have been involved in - or at least I believe that is how it has been.

For a listing of all YOUR posts (regardless of topic), you would view it here:

https://www.jamroom.net/forum/activity/1045/strumelia

You can see that by clicking on the "posts" link under your name.
  258