Forum Activity for @paul

paul
@paul
07/05/15 02:53:43PM
4,335 posts

Remove powered by info from entire site?


Design and Skin Customization

In the skin's footer template look for the {jrCore_powered_by} smarty call and either remove it or comment it out - {*jrCore_powered_by*}
hth
paul
@paul
07/05/15 12:39:06PM
4,335 posts

test site migrating 3.0 ning site


Ning To Jamroom

Hey Zach - Is your site going to be our first 'N3toJR' site? Pretty exciting if so !!
paul
@paul
07/05/15 11:53:03AM
4,335 posts

test site migrating 3.0 ning site


Ning To Jamroom

Zachary Moonshine:
if i do it now before my site goes live will they know?

Not if you don't tell them ;-)

Have just checked and you are still on your 'secondary' domain and maintenance mode is on so whatever you do behind those walls is pretty safe. Import your members, then when you are ready to go live re-import with the latest CSV file so that you are up to date. Then, you can use the tool in the NingImport module to email all members with their new passwords - then they'll know !!!
paul
@paul
07/05/15 08:26:55AM
4,335 posts

test site migrating 3.0 ning site


Ning To Jamroom

Yeah - A few other Ning3 users sent me their CSV file so was able to develop the tool with those.
Its in the latest NingImport module release (as you have discovered) so try it for yourself and let me know how it goes.
Thanks
paul
@paul
07/05/15 08:23:09AM
4,335 posts

Advertisement Placement?


Design and Skin Customization

Edit and place the ads in your active skin header.tpl and footer.tpl templates.
paul
@paul
07/05/15 08:21:29AM
4,335 posts

User profile sign up questions ?


Installation and Configuration

When logged in as admin, goto http://yoursite.com/user/signup and click on the Form Designer (top right). You can add signup questions there. User responses will then be on the User Datastore. You may also want to do something similar on the http://yoursite/user/account form for any questions/answers that are user updatable.
hth
paul
@paul
07/04/15 12:58:42PM
4,335 posts

audio track ratings?


Using Jamroom

Basically you do a jrCore_list ordered by a rating parameter -

{jrCore_list module="jrAudio" order_by="audio_rating_1_average_count NUMERICAL_DESC" . . . }

or, to order by number of ratings cast -

{jrCore_list module="jrAudio" order_by="audio_rating_1_count NUMERICAL_DESC" . . . }

hth
paul
@paul
07/04/15 05:30:53AM
4,335 posts

Image Slider on Elastic?


Design and Skin Customization

Add a quota_id parameter to the jrCore_list call -

{jrCore_list module="jrProfile" quota_id=n . . . }

where 'n' is the numeric ID of the quota needed.

hth
paul
@paul
07/04/15 05:27:26AM
4,335 posts

Background Image


Design and Skin Customization

You can do this by clicking on the 'Style' tab.
  284