Forum Activity for @paul

paul
@paul
03/26/14 05:23:38AM
4,335 posts

Chained Select


Using Jamroom

I've added a 'chained_select_and_text' section to the HowTo.

I'm also getting an Invalid Checktype error when entering 'chained_select_and_text' fields. I'll check that out.
Thanks
Pa
paul
@paul
03/26/14 03:35:51AM
4,335 posts

Where may I find the following on vimeo and soundcloud.


Installation and Configuration

And for reference, for Flickr, go here -

http://www.flickr.com/services/apps/create/apply/

Just an aside, I am surprised how difficult these companies make it to actually find these pages. The links are usually hidden away on an insignificant part of their homepage, an even then, its not direct so you need to work through several other pages.
Don't they want 'developers'?
Also, they often change the route to these pages which is why its not practical to document it here!!
paul
@paul
03/26/14 03:27:47AM
4,335 posts

Reset stats option


Using Jamroom

Not directly. Could maybe do things indirectly on the database.
Which stats do you want to reset? IIRC site visits and media streams are imported from JR4.
paul
@paul
03/22/14 03:06:27AM
4,335 posts

Scheduled Integrity check of YouTube, SoundCloud, Vimeo


Suggestions

This is now included in the latest releases of the SoundCloud, YouTube, Vimeo and Flickr modules.
Update them and goto their config page to enable and set up this feature.
Thanks
Pa
paul
@paul
03/21/14 03:54:54PM
4,335 posts

Audio Daily Download Limit


Using Jamroom

Its all part of the module's structure.
Instead of a global config.php file that has the max daily downloads option in, you put that option in the quota config so then it can be different, or disabled, for each quota.

Is there demand for something like this? It would take too long to do, but not worth our time for one person, if you see what I mean.

I've put the idea on the Feature requests -

https://www.jamroom.net/the-jamroom-network/tracker/464/limit-daily-downloads-per-quota
paul
@paul
03/21/14 03:23:01PM
4,335 posts

Interactive Trees?


Genosis

You can create multiple trees. Are they interactive or do they work in isolation?
Ie. I create the 'Asher' tree and add relatives. A cousin (say) with a different surname may want a 'Brown' tree as a starting point. Can new profiles added to the Brown tree be linked to Asher profiles, and visa versa, thereby making one big sprawling tree with lots of starting points?

updated by @paul: 07/09/16 09:21:02AM
paul
@paul
03/21/14 03:01:08PM
4,335 posts

Audio Daily Download Limit


Using Jamroom

That would need to be something custom then, but fairly simple.
Listen for downloads and log the user's IP to a datastore. If number of same IPs logged within the last 24 hours > n, stop the download.
Alternatively, add in a smarty call or function to return true/false on the same condition and use it in the templates to grey out the download button.
paul
@paul
03/21/14 12:51:19PM
4,335 posts

A Page specifically for Free Audio Downloads


Using Jamroom

Assuming the custom field is a checkbox,

{jrCore_list module="jrAudio" search="audio_vip_downloadable = on"}
paul
@paul
03/21/14 07:26:55AM
4,335 posts

A Page specifically for Free Audio Downloads


Using Jamroom

This should work - Note that you'll need jrCore 5.1.30 or above for this to be supported.

{jrCore_list module="jrAudio" search="audio_file_item_price not_like %__%"}

Pa
  403