Forum Activity for @brian

brian
@brian
03/17/17 02:39:12PM
10,149 posts

Subscriptions


Design and Skin Customization

nduguseliphaz:
How do i delete a quota?

ACP -> Profiles -> Profiles -> Tools -> Quota Browser.
brian
@brian
03/17/17 02:36:05PM
10,149 posts

Load balancing multiple servers


Using Jamroom

Just to add - you'll still be able to run as many different encoding servers as you want - I'm not changing much in regards to how the conversions work, so that should be no problem.
brian
@brian
03/17/17 02:34:19PM
10,149 posts

How to delete a large number of Profile/User AND their content?


Using Jamroom

Yep - not a fan of "delete all" buttons either. The functions you are doing right now are "one time cost" options - I know it takes a bit, but it's not something you are doing on a regular basis, so spending time optimizing and creating modules for one time cost events is low priority.
brian
@brian
03/17/17 02:32:36PM
10,149 posts

Feature request: Provide an option to set starting profile id for pedigree


Genosis

It shouldn't be null - it should start with the LATEST user the user has access to view based on the year restrictions in place. But a config to set the starting ID is not a bad idea.

Thanks!
brian
@brian
03/17/17 02:31:15PM
10,149 posts

Cancel Subscription Options


Installation and Configuration

Yes - you can cancel in FoxyCart:

1) log in to Foxycart
2) click on "subscriptions"
3) Click on "edit" next to a subscription to do whatever you need to it.
brian
@brian
03/17/17 02:29:48PM
10,149 posts

Streaming only Quota


Design and Skin Customization

When viewing the list of audio items, click on the small icon in the header that says "configure these buttons and the order they appear in" - you can then select the quotas you want the download button to show to.
brian
@brian
03/17/17 02:27:31PM
10,149 posts

Reports that users are accidentally getting logged in as different users?


Using Jamroom

Zachary Moonshine:
this user signed up and logged in last night around midnight right before system maint started and all the other times seem to be around that same time it never happens in the day ? sending a screen shot in a support ticket of the log

I follow up on your ticket - thanks.
brian
@brian
03/17/17 02:26:50PM
10,149 posts

Template customization -> jrGallery -> can't find (datastore key)'s to make correct call


Design and Skin Customization

The problem here is you are not telling the system WHAT image you want to show. When displaying a profile (or user) image it is easy, since all accounts only have ONE of them. But you could have a THOUSAND gallery images, so the part missing here is you need to get the _item_id of the LATEST image uploaded, which is going to require a jrCore_list call to get that info, as well as as small custom template to just return the ID.

Is this going to be loaded on every page? If so I would recommend a custom module or smarty function instead of doing it with a jrCore_list call.
brian
@brian
03/17/17 02:23:30PM
10,149 posts

Timeline listing


Design and Skin Customization

infinityssm:
Hi,

Is it possible to inject content within a timeline list. For example, I would like to add an ad or a "who to follow" row after every four or five timeline listing. How can I accomplish this?

Thanks

This would require customization of the jrAction/templates/item_list.tpl file - you would just need to insert the ads ever X number (using a Smarty {math} call with modulus).

This is going to be more work than can be covered in a forum post, so you'll need to work with it.
brian
@brian
03/17/17 02:22:17PM
10,149 posts

Embedding a flash player into external sites


Design and Skin Customization

Annush:
Hi, I wonder if you can help me please? I would like to embed the player on my Home page as a main player to Livestream and to play Archived videos from my hard disc. Is this possible? I have an old Livestream player at the moment but original.Livestream is no longer available. Thank you. www.FatsaFatsa.com

How would the files get from your hard drive to your site?
  140