"module" in Forum Topics
Forum Topics
Audio module request
05/29/15 04:07:54PM, by gary.moncrieff
Hey guys A quota option to show albums view as default on profiles would be nice if possible.
jrCore_is_mobile_device() in module listener
12/19/18 08:24:26PM, by PatriaCo
I am looking for (but can't find) the jrCore_is_mobile_device() function so that I can add it as a part of a module listener function. Also, what is the best way to add this mobile_device() if statement into a listener? function myCustomModule_imageDisplay_listener($_data, $_user, $_conf, $_args, $event){ // I need to inject this code if the image is being displayed on a mobile device $_rs = array( 'src' => "<amp-img src=\"{$url}\"" . $wid . $hgt . $attrs . '...
Facebook Feed Module
12/09/13 08:12:36PM, by MAD
Is there any plans for making a facebook feed module? We currently use one on our joomla site which works well and the users love it. Attached is a screenshot of our current site.
jrAdminSkin module views
07/30/15 06:01:28AM, by SteveX
I want to just use Elastic as the admin skin for forms etc, and use another skin for the rest of the site. So I have installed jrAdminSkin and set Elastic as the active admin skin, and Nova as the active skin and active profile skin. Module views such as /blog/ and /profile/list_profiles are displayed with the Elastic header and footer. Shouldn't they be using the active skin's header and footer (Nova)?
Subscriptions Module Question
02/12/18 11:04:29AM, by Ceri
I appreciate that this module is still in beta but I am wondering if I can install it now without creating conflicts with the Foxycart module which I already have on the site. Is it a completely standalone module or does it work with the existing Foxycart module? Also I am wondering....can I install it now without activating it so that I can at least take a look at it. Would this cause any problems? Or should I just wait?
File Module Privacy
05/27/18 12:19:43PM, by SoftDesigns
How to restrict the "File" module, only to be viewed by profile owners and profile admins? -- Can this be done thru ACP via GUI ? thanks...
Profile clone module
01/26/18 03:55:54PM, by SteveX
A while back I wrote a module which cloned a custom module item for moving between profiles. It was a bit of a pain to write, and whenever I added features to the module I needed to rewrite the cloning module. It created a zip file which could be uploaded to another profile and recreate the item (the item was complex with images, pages, text etc). Now, with a differently structured site and different set of custom modules I need to do something similar, different but not a million miles away...

Profile Points Module?
02/04/18 07:20:57PM, by lets go
Hell @paul Was wondering has it been any movement on the jrdevelopers part in getting you the funds to get started on a points module? https://www.jamroom.net/the-jamroom-network/forum/suggestions/2185/will-you-be-bringing-back-the-modules-like https://www.jamroom.net/the-jamroom-network/forum/suggestions/15383/promotions-system https://www.jamroom.net/the-jamroom-network/forum/suggestions/54702/point-system-module
Can't update a module
12/19/21 12:40:43PM, by Semi Palar
Hello, When we try to update Users Module, we get this message: ERROR: unable to rename module symlink jrUser - check file permissions (3) Please advise us on how to solve this problem. Thank you.

Custom cart module
04/17/14 07:18:57PM, by DannyA
So apologies in advance for all the Foxycart questions. However it's becoming apparent that the Foxycart module does not do some of the things I thought it does; and if it does, it's not clear how. To make things more difficult, we are not using the default audio module. Additionally, our skins were made from scratch. All this is making it very difficult to do what we need. So I am debating creating our own module for checkout. It seems like it would take almost as much work as...
Grouping Module Items
04/18/14 03:43:59AM, by sekeri
I was really impressed when I first saw what Jamroom can do without even writing a single line of code. I think "Grouping Module Items" is the most important missing function in Jamroom. Jamroom is a great place to keep/serve all these user audios, videos, articles, lessons,reviews, pictures, etc.. I can even create custom forms with custom select fields which provides my users to add their articles, lessons under certain groups/categories like "Beginner Lessons", "Advance Lessons" etc....
adding a module template
03/31/15 03:55:27PM, by blindmime
I'm trying to add a template in my custom module called pending.tpl. I have added this in profile.php: function profile_view_agTask_pending($_profile,$_post,$_user,$_conf){ return jrCore_parse_template('pending.tpl',$_profile,'agTask'); } I must be missing a step somewhere, because going to domain.com/profile/task/pending/ goes the the module index page. What am I missing?