Forum Activity for @michael

michael
@michael
09/29/18 05:10:50PM
7,821 posts

Profile Bio Smarty Code


Design and Skin Customization

The profile_bio section is a section that your users can edit. Allowing them to add in a {jrCore_list} call is giving them free mostly-unrestricted access to the database.

If that was possible I could signup to your site and drop in a jrCore_list call to the users table and get a list of names and email addresses of everyone on your site.

bad idea. Whats the actual reason you're thinking about doing it this way?

Look at the way the embed module works, it allows for replacement stuff to put in other stuff from the database via the use of a placeholder. (eg, add an audio file to the bio via the embed module and it will put a tag like:)
 [ jrEmbed module="jrAudio" id="3" ]
Then replace that with the player on output.
updated by @michael: 09/29/18 05:11:11PM
michael
@michael
09/26/18 02:02:51AM
7,821 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,821 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,821 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,821 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,821 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,821 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,821 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
  108