Forum Activity for @michael

michael
@michael
12/07/13 09:25:59PM
7,832 posts

Custom Design Needed


Off Topic

posted your request on twitter, hopefully get some replies:
https://twitter.com/jamroomdev
michael
@michael
12/07/13 01:10:45AM
7,832 posts

SOLVED - Jr Custom Forms


Installation and Configuration

Dont think you need the custom forms for that as your not wanting to add a new form to collect different data, but rather trying to add some extra fields to the existing form 'profile'

site.com/profile/settings

then click on the 'Form Designer' (as the admin user.)

From there add in a facebook text field validated as a URL, and one field for each of the social icons you want to display.

then in your templates check for a value and show the icon if the url exists:
{if strlen($_profile.profile_facebook) > 2}
<a href="{$_profile.profile_facebook}">{jrCore_image image="facebook.png"}</a>
{/if}

and do one for each of the icons you want. If the user has entered the URL the icon will show.
michael
@michael
12/07/13 01:00:51AM
7,832 posts

Jamroom Core 5.1.4 + PayPal Buy It Now


Announcements

https://www.jamroom.net/subscribe

It was released on the 2nd, so is available to all subscribers now.
( subscription is $29 / year for:
* backstage access,
* new modules 14 days quicker,
* free developer courses
-- 100% off coupon for "Developers Guide to Customizing Jamroom" : https://www.jamroom.net/backstage/forum/resources/3112/100-off-coupon-for-developers-guide-to-customizing-jamroom-udemycom-course"
* etc..
)

So it should appear in the marketplace of everyone else on the 16th ish.
michael
@michael
12/07/13 12:01:53AM
7,832 posts

Jamroom Core 5.1.4 + PayPal Buy It Now


Announcements

physical items usually require some back-and-forth to get the delivery started.

If your happy with just receiving a $$ sum and the message that comes in with the paypal payment, it should work.

The merchandise system has a back-n-forth message system for merchandise.
michael
@michael
12/06/13 11:59:10PM
7,832 posts

Problem with Projam 5 theme


Using Jamroom

if you look in the code for the index.tpl page, it looks like this:

                    {if isset($_conf.jrProJamLight_blog_profile) && $_conf.jrProJamLight_blog_profile > 0}
                        {jrCore_list module="jrBlog" order_by="_created desc" limit="10" search1="_profile_id = `$_conf.jrProJamLight_blog_profile`" search2="blog_category = latest" template="news_slider.tpl"}
                    {else}
                        {jrCore_list module="jrBlog" order_by="_created desc" limit="10" search1="_user_id = 1" search2="blog_category = latest" template="news_slider.tpl"}
                    {/if}

Which reads "If there is a blog profile set in the skin settings, use that, otherwise use the admins profile, #1. Now go look for any blogs which have a category of 'latest' and display the most current 10 of those in this slider."

So if your skin is the same as the default one, it means that you dont have any blog posts in the category of 'latest'.
michael
@michael
12/06/13 11:48:04PM
7,832 posts

using jr5 to build an online store


Using Jamroom

no, the merchandise store is for anything posted.

It does have products quantity by default. You could add weight field in the 'Form Designer' easy enough, but would need a module to calculate the shipping.

Currently there are 2 fields that get sent to foxycart for shipping costs. 'domestic' and 'international' If the destination country is the same as the stores location then domestic is added to the shipment. if not international is added to the shipment costs.
michael
@michael
12/06/13 07:15:00PM
7,832 posts

How to Install Jamroom in VPS (Unmanaged)


Using Jamroom

You might like to check out @brian 's profile. He's done a bunch of guides on a similar topic:

https://www.jamroom.net/brian/documentation/guides

There are things like:
"High Performance Jamroom On DigitalOcean"

and other server setup related stuff.

The _requirements_ are listed in the docs:

"Jamroom 5 Server Requirements"
http://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/requirements
michael
@michael
12/06/13 07:05:54PM
7,832 posts

using jr5 to build an online store


Using Jamroom

Your going to have more fine grained options in a purpose built shopping cart system.

The merchandise store only allows for 2 options for shipping. 'Domestic'/'International' Whereas I would expect a cart system to have integration with a shipping calculation system.

The way shipping fulfillment works is via a custom communications system on each order.

so the seller and the buyer can talk and keep each other updated on how the order is progressing. Once the order has arrived at its destination the seller can change the status of the order to completed and it will be moved into the completed orders list.

In this way a seller can know which orders are in progress and might need to be dealt with and which are finished.

There are no coupon codes in the system.

It was designed initially from the thinking "bands might want to ship a CD by mail" rather than "here is a full featured complete shopping cart system" So it might be up to what your needing, or it might not. Not sure.
michael
@michael
12/05/13 06:54:32PM
7,832 posts

how does the subscription work?


Jamroom Developers

You also get free stuff. Like this course:

"Start Your Own Online Community" (price FREE)
http://www.udemy.com/start-your-own-online-community

"Developers Guide to Customizing Jamroom" (price $29, but FREE to subscribers)
http://www.udemy.com/developers-guide-to-customizing-jamroom

Link to promo code in the backstage:
https://www.jamroom.net/backstage/forum/resources/3112/100-off-coupon-for-developers-guide-to-customizing-jamroom-udemycom-course
michael
@michael
12/05/13 06:45:20PM
7,832 posts

100% off coupon for "Developers Guide to Customizing Jamroom" udemy.com course


Resources

Hi Everyone,

I have just about completed a course for developing with Jamroom.

I want to make it free for all the subscribers here, so here's a Coupon:

"Developers Guide to Customizing Jamroom"
https://www.udemy.com/developers-guide-to-customizing-jamroom

coupon code: backstage

Enter that and the first 100 students will get it 100% off. Usually $29
updated by @michael: 02/13/14 12:21:27AM
  758