Forum Activity for @michael

michael
@michael
04/07/15 02:21:11AM
7,832 posts

need help utilizing the HOT ARTIST, TOP TEN & TOP SINGLES


Using Jamroom

Guessing your using the MediaPro skin.

You can see the skin's install instructions at:
ACP -> SKINS -> MEDIAPRO -> INFO -> Click to View Skin Notes

It will look like this:
http://demo.jamroom.net/jrMediaPro/skins/jrMediaPro/readme.html
michael
@michael
04/07/15 02:16:12AM
7,832 posts

[Bug?] Profile excludes


Using Jamroom

Try looking at the page when you are a non-admin user. I keep a couple of firefox profiles around to simulate the different states.

Its pretty normal for the admin user to see extra stuff that normal users cant see. I think that's whats going on in your case. If I'm wrong please let me know.

To start up another instance of firefox I use:
firefox --no-remote -ProfileManager
michael
@michael
04/07/15 02:04:16AM
7,832 posts

Selling mp3 and wav at different pricing


Installation and Configuration

Currently the way to do it without creating any new modules (you never need to change the core) is to have 2 separate files.

Upload one as .wav and one as .mp3. They would appear as two listings. Or you could use the embed and the page module to have one page that show cased the song with both of the tracks embeded in the page so the user could go to the one they wanted to purchase.
michael
@michael
04/07/15 01:54:54AM
7,832 posts

Add an image to Site Builder html box


Design and Skin Customization

restmin:... I ... just want basic text and a few images and right and left justified.

I am using Site Builder.

I have copy and pasted all my html post into the source box but the images all default left and text does not wrap around......

* To justify all the text, ctrl+a selects it all then click the 'justify' button in the editor. (its just right of the left align, center, right align buttons.)

* to float the image left, click on it to select it, then click on the left align button. (if you right click after that and choose 'insert image', you can add vertical space around the image on the ADVANCED tab. the name 'insert image' comes with the editor, I think it should be 'image settings' but it is what it is.)
updated by @michael: 04/07/15 01:56:11AM
michael
@michael
04/06/15 02:26:04AM
7,832 posts

Merchandise Store


Suggestions

gary.moncrieff:...if someone purchased a featured site placement that I didn't have to manually intervene it just handled everything automatically....

I think I would approach that the other way around. Instead of selling a service that triggered a site placement, I would have site placements that needed to be purchased.

So use jrAparna to create a site-placement module and allow its items to be sold.
michael
@michael
04/06/15 12:59:27AM
7,832 posts

How to Create a Calendar on the Main Page that Shows All Events


Ning To Jamroom

90% of it is done. The link format is:
<a href="{$jamroom_url}/somewhere/month={$smarty.now|jrCore_date_format:"%-m"}/year={$smarty.now|jrCore_date_format:"%Y"}">

You might need to hire a developer to link that all up for you. There is only so far forum support can get you; about up to the point of understanding the concepts, after that its just implementation.

--edit--
The steps to implementation are:
* decide on a location for it
* make sure your can effect that location (by typing HELLO WORLD or something to see if that comes out)
* then put the code in and get it structured visually correctly
* test it to see if it works.
* If it doesn't work, change something and test again.
updated by @michael: 04/06/15 01:02:35AM
michael
@michael
04/06/15 12:45:27AM
7,832 posts

Using the form designer tool - many questions


Design and Skin Customization

Quote: ....it does not control what data is DISPLAYED on a item detail page - that is controlled by the skin and templates.

I don't want non-member visitors to modify information displayed, I just want them to see it. How exactly do I control where the form data is displayed for public view? ....

That's correct. Forms put data INTO the datastore, templates get data OUT of the datastore.

If you don't want certain users to see certain stuff, then you can use checks in the template that is displaying the information.

The $_user variable is available in all templates and contains information about the user looking at the screen. so checking their information can allow you to control which users see what.

There are functions to do that too, like {if jrUser_is_logged_in()}
{if $_user.profile_quota_id == 3}
 show this only to users whos profile_quota_id is 3
{/if}

There is a list of some of the common variables on the debug page:
"{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug

Quote:
$_conf = configured variables in the system
$_user = user looking at the screen
$_profile = the profile info of the profile being viewed
$_post = stuff coming in from outside the page
$_items = all the stuff asked for via jrCore_list


Quote: .....
Does this mean that there can be only one form design per module, and all quotas must use that one design? This is awkward, because the modules are being used for different purposes in different quotas.

To have a different profile form, for example, for profiles in different quotas, do we need to clone the profile module in its entirety, and then assign each cloned module with its distinct profile form to each quota?....

The Form Designer allows you to select which quotas each field shows to. Look for the "Display Groups" section of the field you are interested in. You can ctrl+click on many groups to select multiple groups.

You don't need to (can't) clone the profile module. I would suggest that using the Aparna module to create a new module for each of the different types of things that you're trying to do is better than trying to get one module to do many different things simultaneously.

https://www.jamroom.net/the-jamroom-network/documentation/modules/853/jraparna

As for:
Quote: The example shown in Documentation (using video genres) jumps into this process without any preamble to explain what is happening and why.
sometimes a level of knowledge is expected, detailing more advanced features while also covering the basics makes it difficult to understand for both levels.
Suggest you try the courses:
https://www.udemy.com/start-your-own-online-community
https://www.udemy.com/developers-guide-to-customizing-jamroom

Or if there is a specific question, then fire away :)
updated by @michael: 04/06/15 12:46:55AM
michael
@michael
04/06/15 12:17:09AM
7,832 posts

Merchandise Store


Suggestions

gary.moncrieff:....Well if you want to sell a service or some other type of product that doesn't have a download or physical product then you need a virtual option....
You mean like how jamroom.net sells services?:

https://www.jamroom.net/the-jamroom-network/serviceshop
michael
@michael
04/06/15 12:13:27AM
7,832 posts

Out-of-the-Box Setups


Suggestions

It helps us out a bunch if forum threads have the title of the question in them. That way users searching later can see that the title matches what they ask and see its marked 'solved' so know they can get an answer.

When threads go on and on with many questions, nobody tends to re-read them looking for answers. So if possible would you put new questions in threads so other users can find them. :)

We might build a chat module, but its not high priority because one already exists that works provided by cometchat. Higher priority than things that already exist is stuff that doesn't exist yet.

So if you need chat, then go with cometchat. Ask Strumelia about it, I she's got it installed.
michael
@michael
04/06/15 12:05:09AM
7,832 posts

This audio file is currently being processed


Using Jamroom

The issues could be related. Get the Audio (SOX binary executable) working on your server first then try again.

No sense in trying to figure out what the problem is if the server isn't working correctly.

After that, check the Activity log to see if it shows anything.
  559