Forum Activity for @michael

michael
@michael
04/11/14 12:30:28AM
7,832 posts

referral program


Suggestions

Its not the implementation I'm asking about its the setup.

Foxycart can be setup to work with 5 different affiliate program systems, so technically its possible.

But imagine this scenario:
Bob sends someone to Jamroom.net via an affiliate link. That person downloads the free core.

How much should bob get paid?

In two weeks, that person decides that they want a new skin, so purchase Maestro via the marketplace system in the ACP. N8flex makes a sale of a skin. Should Bob get paid? and how much? Does N8flex get to decide if they are in or out of the affiliate program?

If Jamroom was a pair of shoes its easier:
Bob sends someone to Jamroom.net via an affiliate link. That person purchases a pair of shoes. Bob gets X% of the sale.
michael
@michael
04/11/14 12:25:07AM
7,832 posts

categories in custom module


Jamroom Developers

ah, wasnt saying use ujCategories, its just got some screenshots of where to put the

rock|Rock
r-n-b|R&B
top_40|Top 40
.....

for whatever Form Designer field gets created.
michael
@michael
04/11/14 12:21:48AM
7,832 posts

Interesting accidental discovery


Jamroom Developers

I remember that from ages ago now that you say it. I've not used it lately though.

My current patterns for finding what I have to work with are:
* if its PHP, put a break-point in phpstorm and refresh the page. You can see all the vars and where you are in execution all the way back up to router.php and every function in between where your at and the beginning.

* if its in a template {debug}.
michael
@michael
04/11/14 12:18:43AM
7,832 posts

Custom form field attributes in form designer


Jamroom Developers

Your wanting to change the text IN the Form Designer? Or your wanting to change the 'help' text on the field that the form designer creates?

if the second, whats the text that comes out now? (ill do a search for it, then a search for places to over-ride it.)
michael
@michael
04/11/14 12:15:55AM
7,832 posts

Dashboard for different profiles


Jamroom Developers

Here's how to add to the profile for public display stuff:

"adding a section to the profiles"
Add a section to the profiles (Jamroom CMS Development)

If you want a step-by-step jamroom guide:

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

might get you started.
michael
@michael
04/11/14 12:11:52AM
7,832 posts

categories in custom module


Jamroom Developers

not sure i totally understand what your asking.

If your asking "Is there a way to pre-set the category choices for something" then yes. If its done via the Form Designer, you can use the | to set the choices.

Docs with some pics from the ujCategories documentation:

"ujCategories"
https://www.jamroom.net/ultrajam/documentation/modules/1284/ujcategories

Basically if you want to add a specific set of genres to the audio module, you would create a 'genre' select list in the Form Designer and put in

rock|Rock
r-n-b|R&B
top_40|Top 40
.....
michael
@michael
04/11/14 12:02:06AM
7,832 posts

Play list problems


Using Jamroom

Try giving step-by-step instructions on how to reproduce the issue including what you expect to see and what you actually see.
michael
@michael
04/10/14 11:16:52PM
7,832 posts

Version Management


Installation and Configuration

wow. I thought everyone knew about the marketplace update system.

Check out this video I just made:

"Keeping Jamroom Up-to-date"
Keeping Jamroom Up-to-date

( in the docs now here https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1767/keeping-jamroom-up-to-date )


also check out this one on adding modules to the system:

"Jamroom Marketplace System"
jamroom marketplace system

It covers installing modules and keeping the system up-to-date via the ACP.
updated by @michael: 04/10/14 11:17:23PM
michael
@michael
04/10/14 03:40:19AM
7,832 posts

www1 from old JR4 cluster setup - htaccess or DNS edit?


Installation and Configuration

This help?
http://stackoverflow.com/questions/4159088/how-to-modify-htaccess-file-to-always-redirect-to-www#4159124

Quote:
Add something like this immediately after RewriteEngine on:

RewriteCond %{HTTP_HOST} ^example\.com$
RewriteRule ^(.*) http://www.example.com/$1 [R=301]

it was for "how to modify .htaccess file to always redirect to www" but the concept is the same for www1
  711