Forum Activity for @blindmime

blindmime
@blindmime
08/17/14 05:40:56AM
776 posts

ulgooglemaps on profile


Design and Skin Customization

I took out "skin=true" and it works now. Thanks -- very nice.

Incidentally, in Chrome on a Mac when entering the address in the form, clicking on it in the dropdown doesn't register. I have to type in the entire address, selecting it from the dropdown doesn't do anything.
blindmime
@blindmime
08/16/14 06:58:01PM
776 posts

ulgooglemaps on profile


Design and Skin Customization

I have this in profile_index.tpl which is in my skin directory

{ujGoogleMaps_map skin=true name="map" map=$_profile module="jrProfile" height="300"}

Nothing displays ( I do get a map in the profile form).

The docs say to put the code in modules/jrProfile/templates/item_index.tpl which doesn't exist.
updated by @blindmime: 09/19/14 02:48:43PM
blindmime
@blindmime
08/06/14 07:41:42PM
776 posts

Arvixe


Jamroom Hosting

That's the first time I've seen the connection error. The site was down for some time after that. It's been sluggish now since then. It seems things were getting better. The dashboard showed 16 cpu's and a 5-minute load under 1 for a few weeks, so I was feeling OK. Even purchased another domain through them as I like their simple interface (Moniker has gotten way too complicated recently). But then it went back to being poor (this is what I'm tired of, the up and down inconsistency and never being able to rely on service). The load has been back up to over 3 for several days and the drive capacity is back up to 95%.
blindmime
@blindmime
08/05/14 05:42:28AM
776 posts

Arvixe


Jamroom Hosting

Today, the site was responding very slowly. Then, the mysql server went down and my site is completely inaccessible: CRI: Error connecting to MySQL Server: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) (#2002) - the site owner should contact their hosting provider for assistance.

Getting tired of this.
blindmime
@blindmime
08/03/14 05:28:40PM
776 posts

jrCore_list search


Design and Skin Customization

You might go into how the jr5 search function in jrCore_list can accept mysql search parameters and go into detail with some examples of this. Make special note of any exceptions. Also explain how jrCore_list searches must be escaped to work within the double-quote because it's a little different than a php mysql statement, I think. Link to that page Brian referenced. That will give us a framework from which to explore what's possible.
blindmime
@blindmime
07/23/14 09:32:07PM
776 posts

jrCore_media_player on a Page


Using Jamroom

I think this appears to be working:

search="audio_credits REGEXP [[:<:]]project-`$item._item_id`[[:>:]]"

updated by @blindmime: 07/23/14 09:32:43PM
blindmime
@blindmime
07/23/14 09:31:14PM
776 posts

jrCore_list search


Design and Skin Customization

Michael, I do try things a number of ways, but in this case I wasn't sure on a few things, like how jamroom is intepreting some of the symbols or how jrCore_list might require symbols and patterns being escaped. I twould be nice to have this kind of thing clarified.

That link was helpful, Brian. It helped me solve the issue in a previous thread, I think. This

search="audio_credits REGEXP [[:<:]]project-`$item._item_id`[[:>:]]"

appears to generate a match for only "project-1" (1 being the item id) and not project-12 or project-112, etc.
updated by @blindmime: 07/23/14 09:34:17PM
blindmime
@blindmime
07/23/14 03:44:48PM
776 posts

jrCore_list search


Design and Skin Customization

Do all the symbols work and do I need to escape anything in any particular way?

Like does search="audio_credits REGEXP ^project-`$item._item_id`$" work?

(^ stands for beginning of line and $ stands for ending of line)

There's a list of symbols here: https://qualysguard.qualys.com/qwebhelp/fo_help/module_pc/policies/regular_expression_symbols.htm
blindmime
@blindmime
07/23/14 01:41:49PM
776 posts

jrCore_list search


Design and Skin Customization

Can I get a general guide on what is allowed in the search parameter for jrCore_list?

Is everything one can do in sql OK or are there limits?

Are all wildcards OK? Do I need to escape them a certain way?

Can I do something like: search="audio_credits REGEXP ^project-`$item._item_id`$"?
updated by @blindmime: 09/03/14 10:40:33AM
blindmime
@blindmime
07/17/14 01:52:18PM
776 posts

Arvixe


Jamroom Hosting

No worries, Michael. I know you were just trying to help. As always -- and it's much appreciated, believe me.
  53