Forum Activity for @douglas

douglas
@douglas
03/10/18 04:03:44AM
2,806 posts

Payments > Subscriptions > Store > Paypal (How?)


Installation and Configuration

I'm not sure what you mean by store. The new payment modules consist of the following:

jrPayment (needs to be installed first)
jrBundle (allows you to bundle items together and requires the jrPayment module)
jrSubscribe (allows your to setup subscription quotas and requires the jrPayment module)
jrProduct (allows profiles to sell items and requires the jrPayment module)
Hope this helps!
douglas
@douglas
03/09/18 08:59:51AM
2,806 posts

Payments > Subscriptions > Store > Paypal (How?)


Installation and Configuration

Annush:
Been around the Forum and this subject has been dealt with eg https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/56649/re-new-payments-products-etc-modules
But, although I am following the various explanations I still can't get mine working! Plus, I can't find anything called 'Store" - Looked in Marketplace and in my Modules.
Can anyone guide me please? Also I have a cart icon on my menu that seems to be from foxycart although I have disconnected it.


You'll want to use the jrProduct module if your using the new payment modules.
https://www.jamroom.net/the-jamroom-network/networkmarket/485/products

Hope this helps!
douglas
@douglas
03/08/18 04:49:37AM
2,806 posts

Video Not Converting


Design and Skin Customization

Cloud Media:
I want to thank Jamroom for all the great advise,

I had to go back over every single setting in the server and I think I found the issue. We were running some default settings in php. After increasing the limit videos are now converting and playable.

How can I increase the file upload size? Tried setting the server upload amount at 1200mb but still getting 125mb max size in JR.

Some videos are larger than the max amount.


If you are referring to the max_upload, you should make 3 times the amount of the largest file your going to be uploading.

Hope this helps!
douglas
@douglas
03/06/18 06:17:40AM
2,806 posts

Audio Pro Blog


Using Jamroom

Yeah, I think it was created to show how a SiteBuilder page works.

Thanks!
douglas
@douglas
03/06/18 05:33:13AM
2,806 posts

Index Page Issue


Installation and Configuration

ukdenny:
I don't know what I did but when I go to the index page it now displays Site Builder 'No Widgets have been added to this page yet' I just want to get it back to how it was before but I can't figure it out.
Help would be appreciated.


Open the SiteBuilder menu and delete the page, then your default index will come back. You may have to reset the cache too.

Hope this helps!
douglas
@douglas
03/06/18 04:40:25AM
2,806 posts

Video Not Converting


Design and Skin Customization

Check your queue viewer:
http://mixbizz.com/beatz/core/dashboard/queue_viewer

It is possible that the binary files that convert the videos isn't setup correctly for your server. In which case, you may need to contact your hosting company for assistance.

This may be helpful as well:
https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary

The binary files for converting audio and video are located in your modules/jrSystemTools/tools directory and permissions set to 755.

Hope this helps!
douglas
@douglas
03/06/18 04:24:34AM
2,806 posts

Audio Pro Blog


Using Jamroom

@garymoncrieff is correct, it is a SiteBuilder page.

Hope this helps!
douglas
@douglas
03/05/18 12:35:39AM
2,806 posts

Index Page - Add a menu item


Design and Skin Customization

emerge:
Hi
Same question for Beatslinger. Which templates to add menu item to the index page?

Thanks!

BeatSlinger uses menu_main.tpl and menu_side.tpl, so if you are not using the SiteBuilder module, you'll want to modify those files.

Hope this helps!
douglas
@douglas
03/05/18 12:30:59AM
2,806 posts

Events Calendar Projam light


Using Jamroom

Annush:
Ok - Sorted - Thank you. I found that I had to Delete the old ones for the new to come up. So, I suppose that's one way of doing it. I just need to be aware. Thank you for the fix - Much appreciated.

Featured events are not listed by date, they are listed by rating. If you want to change that to list them by date, which is kind of redundant since the Newest Events is the same type of list, then modify the index_events.tpl and find this:

    {assign var="order_by" value="event_rating_1_average_count NUMERICAL_DESC"}

and change it to this:

    {assign var="order_by" value="_item_id desc"}

Hope this helps!
  48