Some initial questions for someone from Ning thinking of mocing over
Ning To Jamroom
he missed a question
u set up 'quotas" these are rules that apply to each module and each user group u can have only pro musicianss having access to certain fwatures havijg higher upload limits only having shops u can have "premium access' to pro musicians
its extremely customizable ..if u learn the system
like i said on creators
anything that u dont need to know code for is going to scerew u up more then help you
learning basic css and htmp is so easy
html defines how stuffs placed on a page and formatted with simple to understand markup code
like this is a parapraph that ended thed paragraph
now every element like a p or div or a (link) can have a class and or id even multiple classes
this alows you to target say all with css like .members-details {color:white; padding:4px;} that affects how its displayed in finer detail making the text white and adding a lil space around the text
using firebug you can inspectthe html and the css afecting each element by class id or by all elements like every p thats not changed by a class
this makes editing the site designsuper easy
you can learn it by simply trying the1st few days might be confusing hbut its so simple to find help and guides online
in no time u will code without even thinking about what your doing
updated by @soaringeagle: 12/29/14 09:23:54AM