Forum Activity for @michael

michael
@michael
04/10/14 03:37:41AM
7,832 posts

Cannot Install


Installation and Configuration

suggest you delete it and start again.

Copy those first error messages and paste them here.

alternatively: check in
/data/logs/error_log

and
/data/logs/debug_log

for any messages.
michael
@michael
04/10/14 03:33:55AM
7,832 posts

Forum


Suggestions

Sure it would be another great option to have the front section of the site as a forum.

arrgh, soo many good ideas that take time to implement..... Not planning on jumping on stealing this idea anytime very soon though. Go for it jimmyk.

As a sort of hack, one way you might be able to get it working could be with the jrSolo skin.

it will have a forum for the solo band, so that would put a forum onto the top level of the site. Then when there are enough users, say "Hey, the forums are now here _________ and I will be putting stuff from everyones profile up on the front site."
michael
@michael
04/10/14 03:23:28AM
7,832 posts

referral program


Suggestions

Since JR5 core is now open source, how would be a good way of setting it up do you think?
michael
@michael
04/10/14 03:22:07AM
7,832 posts

Custom form field attributes in form designer


Jamroom Developers

ooh, haven't tried to do anything like this before, so don't take this for gospel....

I would expect the "see help for what is allowed here" to be the help from the module that provides that form field.

So if your building the custom form field type "color picker" to allow it to be added to forms, then I think you get to specify what options are allowed and what format you want them in.

So OPTIONS will end up in your function definition for displaying the field whenever the field is displayed.

Your module would then use whatever options are set to adjust the output of what it outputs, in this case a color picker.
michael
@michael
04/10/14 03:14:42AM
7,832 posts

Adding a button in user login page


Jamroom Developers

Its easier if you tell us what code your using. Saves guessing.

The audio module displays an image in the templates like this:
{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id ......

so your code would be similar, just replace the module="jrAudio" with whatever your module's name is. and the image field with type="venues_image" and pass in the item id of the venue you want to display the image for.
michael
@michael
04/09/14 03:56:49AM
7,832 posts

Forum


Suggestions

I agree, it would be good to be able to add jamroom to existing community forum systems as there are a lot of communities that already focus around a forum:

http://www.japanriders.com/content.php
nc700-forum.com
http://vulcanforums.com/
.....

so to be able to add jamroom on and let the existing forum take care of the forum, then link to the jamroom powered profile for their profiles with a single login would be nice.

It doesn't exist yet though and would take time to create for each Forum system then would need to be keep current so its a big job. Hopefully a 3rd party developer who is familiar with each of the individual forum systems wants to step up for this one. (hint)
updated by @michael: 04/09/14 03:57:09AM
michael
@michael
04/09/14 03:50:32AM
7,832 posts

When creating an album, "allow users to add album price"


Suggestions

no. Foxy Cart Bundle only works with foxycart.
michael
@michael
04/09/14 03:45:27AM
7,832 posts

You forgot to select an Audio File to upload error


Using Jamroom

izhmel:
Try to upload the same file and you get the error ,this means, you cant replace the files

If the issue is that you need to upload it in the UPDATE screen, why not put that useful information into the question to begin with? Rather than ask doug to test again after hes already tested.

Poorly asked questions waste soo much time.

I too tried to replicate the issue. Uploaded to here:
http://dubmusic.com/izhmelbown/audio/1095/test

No problem.
michael
@michael
04/09/14 03:40:43AM
7,832 posts

Adding a button in user login page


Jamroom Developers

put a {debug} in the modules item_list.tpl file to see what variables you have to work with.

look in other modules item_list.tpl files for structure for what your trying to do.

Its probable that the image display code is not using the correct datastore key for the image you want. See how the audio module uses

 module="jrAudio" type="audio_image" 
to display its audio_image.

You would need to use whatever datastore key is used to hold the image.
michael
@michael
04/08/14 03:30:54AM
7,832 posts

Adding a button in user login page


Jamroom Developers

The uploaded image will only be present on update. The image is not saved until the form is submitted.

When you click on update after having uploaded an image, then you can see it. You can see this happening in the jrAudio module.

The image is there on UPDATE but not on CREATE.
  712