Forum Activity for @michael

michael
@michael
09/26/18 02:02:51AM
7,829 posts

Proxima Search multiple words issue


Proxima

That update is in the marketplace, so just click to update and you should be good to go.
michael
@michael
09/25/18 06:50:40PM
7,829 posts

Send Me a Private Note Button


Design and Skin Customization

The button way would have worked too, there is a way to do it with a button. Leave that for another time.

Well done. Good on you for not giving up. :)
michael
@michael
09/24/18 10:52:03PM
7,829 posts

Proxima Search multiple words issue


Proxima

jrProximaBridge is updated in the marketplace to 1.2.2
https://www.jamroom.net/proxima/networkmarket/242/proxima-bridge

update and the issue should be fixed.
michael
@michael
09/24/18 10:38:33PM
7,829 posts

Proxima Search multiple words issue


Proxima

Where are you seeing that, It should be:
list($key, $opt, $val) = explode(' ', $v, 3);
so the 3rd part is all the trailing stuff.

--edit--
I see it, its in jrProximaBridge. Will get that fixed up and out to the marketplace.

Thanks.
updated by @michael: 09/24/18 10:42:33PM
michael
@michael
09/24/18 09:57:13PM
7,829 posts

Proxima Search multiple words issue


Proxima

The search system expects 3 things for a search query, separated by space.
part(space)part(space)part
so whatever is being passed into it should break as FIRST PART(SPACE)SECOND PART(SPACE)WHATEVER IS LEFT

Makes me think the 'Listening' is not making it to the variable part that's being inserted into the query.

Try URL encoding it, then rawurlencoding it.
shoutcast_main_genre+eq+Easy+Listening
shoutcast_main_genre%20eq%20Easy%20Listening
michael
@michael
09/24/18 08:18:29PM
7,829 posts

ERROR: dbConnect() unable to connect to database server "localhost"


Installation and Configuration

JR4 is only going to run on php up to php 5.2. Anything newer than that and it wont run properly. It MIGHT be an issue with the mysql version on the server. Just a guess, but if the mysql() set of functions are not on the server because its too new, that might be the cause of the issue.

At some point after JR4 phps 'mysql' set of functions got replaced with 'mysqli' set of functions. If your server does not have the older set of mysql functions that may be the issue.
michael
@michael
09/23/18 03:47:53AM
7,829 posts

"select all" option for Integrity Check ?


Suggestions

For a quick way to check checkboxes without the mouse, click on the top one, then go SPACE, TAB, SPACE, TAB, SPACE, TAB, SPACE, TAB, SPACE, ENTER

and the integrity check will show the "do you want to...?" and that last ENTER will confirm "yes".
updated by @michael: 09/23/18 03:48:34AM
michael
@michael
09/21/18 10:03:36PM
7,829 posts

Elastic 2 Reduce Header


Design and Skin Customization

The css class .index controls the outer box.

There are development tools built into the browsers now that help locate that kind of stuff, for me its F12 to open them in Firefox, they used to be a plugin called 'firebug' but now they are included.
Development Tools the Jamroom Team uses
Using firebug with the STYLE tab
height.jpg height.jpg - 236KB
  109