Forum Activity for @paul

paul
@paul
01/10/14 06:50:10PM
4,335 posts

Marketplace license creator


Using Jamroom

Have sent you Mick's email addy.
paul
@paul
01/10/14 06:42:52PM
4,335 posts

JR4 Unsubscribe from Newsletter


Using Jamroom

Users are subscribed to the newsletter by default on signup. This checkbox will give them the option of signing up unsubscribed.
They can subscribe/unsubscribe at any time via a checkbox in their user account page.
I don't think there's an admin tool to see all subscribers in one go. You'd need to do that directly with a database query.
hth
Pa
paul
@paul
01/10/14 05:35:46PM
4,335 posts

JR4 Unsubscribe from Newsletter


Using Jamroom

Include the following checkbox form element as part of your signup form -

<input type="checkbox" class="checkbox" name="user_note_notify"  checked="checked">

hth
Pa
updated by @paul: 01/10/14 05:36:52PM
paul
@paul
01/10/14 05:31:15PM
4,335 posts

JR4 Nova Sign Up Pop-Up Landing page.


Using Jamroom

Ambassador:
Thanks Michael! This did the trick.

Do you guys know how I can change the login redirect from admin.php to index.php? Using JR4 Nova.

ACP => Admin Options => System Config => Quota Settings
Select a quota, its in the general options, near the top.
hth
Pa
paul
@paul
01/08/14 02:50:44PM
4,335 posts

Pre Sales questions


Using Jamroom

Just to add to Douglas's advice, to upgrade, first purchase the Super Pack at
https://www.jamroom.net/the-jamroom-network/bundle/9/super-pack
If you want us to install JR5 and upgrade your JR4 site to it, buy the appropriate import service -
https://www.jamroom.net/the-jamroom-network/serviceshop
Be sure to read all the sections in 'Moving from JR4 to JR5' at
https://www.jamroom.net/docs
particularly about Foxycart if your JR4 site sells downloads as the shopping cart is now a subscription service. An alternative to this is the jrPayPal module
https://www.jamroom.net/the-jamroom-network/networkmarket/104/paypal-buy-it-now
hth
Pa
paul
@paul
01/07/14 06:19:45PM
4,335 posts

How fast is your site/server running?


Using Jamroom

5 minute load 0.07
15 minute: 0.10

Digital Ocean Droplet
paul
@paul
01/06/14 02:19:01PM
4,335 posts

Migrate Members to Artists via Quota or en masse.


Using Jamroom

HNY to you as well :-)
Yes, with all the JR5 work its easy to forget how JR4 works. That does sound legit and I now recall that you change members to artists as admin via their 'modify' page.
So, to do it en masse you might need to do something directly on the database.
I'll take a look and let you know.
paul
@paul
01/06/14 02:03:51PM
4,335 posts

Migrate Members to Artists via Quota or en masse.


Using Jamroom

What exactly is happening? It should be working.
paul
@paul
01/06/14 05:05:20AM
4,335 posts

jrVimeo Language Error?


Design and Skin Customization

I've fixed this up. Thanks for letting us know about it.
paul
@paul
01/05/14 10:14:55PM
4,335 posts

jrYouTube and Video Charts on ProJam skin


Using Jamroom

In video_charts.tpl change

{jrCore_list module="jrVideo" chart_field="video_file_stream_count" chart_days="7" search="video_category like `$_post.search_string`" template="video_chart_row.tpl" require_image="video_image" pagebreak=$_conf.jrMediaProLight_default_pagebreak page=$_post.p}

to

{jrCore_list module="jrYouTube" chart_field="youtube_file_stream_count" chart_days="7" search="youtube_category like `$_post.search_string`" template="youtube_chart_row.tpl" pagebreak=$_conf.jrMediaProLight_default_pagebreak page=$_post.p}

then copy video_chart_row.tpl to youtube_chart_row.tpl, edit it changing parameters video_* to youtube_*

There may be other things that need changing that are pertinent to the youtube datastore, but this is a starting point.

hth
Pa
  420