Forum Activity for @michael

michael
@michael
02/07/14 12:15:18AM
7,832 posts

A "user group" browser


Suggestions

You can do it via the user search tool:
site.com/user/browser/search_string=user_group:master

user_group:user //standard user
user_group:admin //profile admin
user_group:master //master admin

click the ? to see all the options for searching.
Quote: Item Search Options:
value - Search for exact value match.
%value - Search for items that end in value.
value% - Search for items that begin with value.
%value% - Search for items that contain value.

Item Key Search Options:
key:value - Search for specific key with exact value match.
key:%value - Search for specific key that begins with value.
key:value% - Search for specific key that ends with value.
key:%value% - Search for specific key that contains value.
michael
@michael
02/06/14 11:28:09PM
7,832 posts

Urgent - Serious Problems


Using Jamroom

It does look like a permissions error.

Check that the server has read/write access to those directories. I suspect the server check will check the top directory but wont check everything in the directories.

Recursively allow the FTP user and the web server to have write access to the system.
michael
@michael
02/06/14 10:57:35PM
7,832 posts

Jamroom5 not uploading pics, audio or video.


Jamroom Developers

I've just been looking at it. I don't know why your system is not allowing uploads.

It doesn't seam normal.
* The function handleUpload() is running,
* its checking that the upload folder is writable.
* it gets the file size, so the file exists
* it checks it has a normal file extension.

All that happens OK.

Then when it goes to save it, it can't.

So it falls through to the final error of "Could not save uploaded file - upload was cancelled or server error encountered"

which is basically a last error message in the unlikely event that you somehow got all the way through the other checks and it still didn't work.

I would need to setup a development level access to understand further why $this->file->save($fname) is failing.

If you can send your FTP details to support [at] jamroom.net I will be able to look into it.
michael
@michael
02/06/14 02:16:36AM
7,832 posts

What are you listening to right now?


Off Topic

Same thing as yesterday except now its going ba-wa-wa-wa-WAH-wa-wa-wa. Passing through Gold Coast in 3 weeks, see you then. :)
michael
@michael
02/06/14 12:49:58AM
7,832 posts

Jamroom5 not uploading pics, audio or video.


Jamroom Developers

Your marketplace system is not active so your not getting any updates:

Follow the instructions here:
http://musicfanatica.dyndns.org/marketplace/release_system_update/id=1

Save it then go to the "System Updates" tab and update your system.
michael
@michael
02/05/14 02:46:36AM
7,832 posts

Exclude an item from jrCore_list using search param


Using Jamroom

currently no. but it does seam like it should work. For right now you can use any of these:
(screenshot)
screenshot_audio_datastore_keys.png screenshot_audio_datastore_keys.png - 85KB

updated by @michael: 02/05/14 02:46:53AM
michael
@michael
02/05/14 02:36:22AM
7,832 posts

Is there a way to download a FULL album?


Using Jamroom

I added it as a feature request:
https://www.jamroom.net/the-jamroom-network/tracker/350/a-way-to-download-a-full-album

How would you want that full album of songs delivered? as a packaged zip file? would users know how to unzip it? (also thinking about smartphones here. can you un-zip on a smartphone?)
michael
@michael
02/05/14 02:06:37AM
7,832 posts

Exclude an item from jrCore_list using search param


Using Jamroom

The problem is that this:
{jrCore_list module="jrAudio" limit="3" search1="_item_id != 1"}
translates into this:
SELECT SQL_SMALL_RESULT DISTINCT(a.`_item_id`) AS _item_id FROM jr_jraudio_item_key a
WHERE a.`key` = '_item_id' AND (a.`value` != '1' OR a.`value` IS NULL)
LIMIT 3 

running that in phpmyadmin returns no results. The reason is _item_id is not a key

If you pick any of the keys it should work.
michael
@michael
02/05/14 12:46:08AM
7,832 posts

Search feature suggestion


Suggestions

The jrSearch module has been updated in the marketplace and now focuses on the search field.

Thanks.
michael
@michael
02/05/14 12:05:31AM
7,832 posts

For @CurlsandCompany regarding music/book downloads website.


Design and Skin Customization

Sounds like your on the right track then with the Maestro. N8Flex designs some beautiful skins.

Just wanted to make sure your plans were for a community.
  733