Forum Activity for @paul

paul
@paul
11/22/13 02:31:45PM
4,335 posts

A more Generic JR5


Using Jamroom

A big post. Thanks for bringing it up. These are just my immediate thoughts, and not necessarily those of the rest of the team.
I think that its very rare for Jamroom to be just what a user wants, 'out of the box', and everyone will need/want to make modifications to the templates, small or large. Its also impossible for us to design a 'one size fits all' Jamroom.
I sympathise with what you are saying, but unless I'm misunderstanding you (and I will admit to not having read all your archived JR4 posts), what I believe you are trying to do is is relatively straightforward, but there again, I'm very familiar with JR5 and have been coding it for the past year. When you say that you are not a coder, I do understand that it can seem a daunting task.
As for more generic module names, I'm not sure what else we could do. Audio is what the module handles. We didn't call it the jrSong module. And we have a Profile module, not an Artist module.
There is one trick that may not have been mentioned - You can easily changed the module name that shows in the URL. From the ACP goto the Info tab of the jrAudio module. There's a field there for Module URL that says 'audio'. Change that to 'conference', say. Assuming that we have coded all the templates correctly, the word 'conference' will show in the URLs instead of 'audio'. Will that help?
Sorry, no immediate answers, but we do apprecriate your post. Hopefully others will add to this discussion.
paul
@paul
11/22/13 03:13:20AM
4,335 posts

Need help to create a module with Aparna


Using Jamroom

No probs - yours was a good example of what Aparna can do :-)
paul
@paul
11/21/13 02:48:05PM
4,335 posts

cant download signup module


Using Jamroom

kayskeem:
I had another question with the foxycart ecommerce do I have to pay foxycart monthly just to use that feature? I dont want to use the test version in case I get people who want to sell music.

Yes. There has been much discussion on this forum over the past few months about FoxyCart. Search the forum and check out some of the threads. Also, check the link below. It has all information about FC as well as a video detailing our reasons for choosing it.
hth
Pa

http://www.jamroom.net/the-jamroom-network/documentation/modules/205/jrfoxycartjrfoxycart
paul
@paul
11/20/13 01:08:13PM
4,335 posts

problem with charting with jrCharts


Using Jamroom

Its not just a case of waiting for the 7 day history to build up is it?
I recall seeing some vague chart ordering on a motagator.com after I imported it to JR5, until things settled down.
paul
@paul
11/20/13 07:49:53AM
4,335 posts

jrlike it...showing this error--Target module not enabled


Installation and Configuration

There's another optional parameter - nolike=true
That will force un-clickable greyed-out buttons to show. Maybe useful if the visitor is not logged in.
paul
@paul
11/20/13 07:44:50AM
4,335 posts

jrlike it...showing this error--Target module not enabled


Installation and Configuration

You need a few parameters in the {jrLike_button} call. This is how I use it -
<div style="float:right;">{jrCore_module_function function="jrLike_button" action="dislike" module="jrAction" item=$item}</div>
<div style="float:right;">{jrCore_module_function function="jrLike_button" action="like" module="jrAction" item=$item}</div>
<div style="clear:both;"></div>
hth
Pa
updated by @paul: 11/20/13 07:46:50AM
  428