"module" in Forum Topics
Forum Topics
New Module Releases
08/27/18 08:08:21AM, by paul
As you may know, Jamroom users can 'sponsor' the development of custom modules for their sites on the understanding that these modules, or variants of them, could be made available to all other Jamroom users. Over ther past couple of years this has resulted in quiet a few modules stacked up on the shelf that might well be useful to other Jamroom users. These will now be released, maybe one a week (so as not to swamp us with support questions ), the first one being Audio Watermark -...
Page Module Current ID
03/20/17 08:17:59AM, by SoftDesigns
RE: Page Module, custom profile pages: -- We get the current module here: $_sModuleURL = strtolower($_data['module_url']);-- Question #1: Is the page ID "2" below unique per profile, or site wide? Example: MySite/ProfileA/page/2/home -- Question #2: Is there a JR variable that will give us ID or Name of current profile custom page being viewed? $_sHOST = strtolower(parse_url($_sURI, PHP_URL_HOST));We can use raw PHP like above, if we must, but prefer a JR variable.
Invitation Module (Beta)
11/25/15 01:28:00PM, by paul
I put the new Invitation module in the beta release channel yesterday. I'm making a few changes to it that alters the way it works so have temporarily removed it. Will post here again when its back there. Thanks
Plugin / Module Licensing
03/18/17 10:19:55AM, by AppXprt
Alright so I've completed a module and I'm wondering about selling it in the marketplace? The thing is, this is a clone and modification of a current free module provided to everyone and licensing under the MPL. I'm not extremely familiar with the Mozilla license or the Jamroom module development process, but I feel this might be a popular module and I'm wondering if I need to provide it for free or I can make a little on it?
New Module Design
09/28/17 01:51:28PM, by brianduncan
I would like to talk to someone about building a custom module preferable over the phone at first. My name is Brian 615-596-3756
The Webshot Module
04/19/17 02:46:45PM, by SteveX
The Webshot module provides webshot profile items and screenshot abilities. If you want to provide recommended website bookmarks, reviews or a web directory this module will enable you to do that. Screenshots for desktop, tablet, mobile and the full length page are captured automatically and without relying on any 3rd party service. Screenshot capabilities can also be added to other module items using the Form Designer. Rapidly create a directory of websites using the bulk create form,...
Sidebar in Doc Module
04/02/19 04:27:12PM, by Ceri
I asked about this a week ago but in a two part question which I realise is not the best way to go about things. So today I am posing it as a separate enquiry. Is it possible to develop a custom sidebar for the Documentation module? I imagine this would involve designing a new template and calling it from the other module templates? I must stress that I only want this new sidebar (which will consist mainly of links to the new language course I am developing) to appear on the Documentation...
Support Ticket Module
03/18/17 08:36:37PM, by rscotland
Hi there, Just about to begin trialling JamRoom and one feature that I am very interested in is the Support Ticketing Module. Currently, we use a dedicated Ticketing system however, it's not very integratable to other systems without some crazy custom development. Not that I am looking at JR for this sole feature however, I am curious as to the flexibility on the following; - Can the Ticketing Fields be custom? or Custom Fields be added? i.e: Agent can mark Ticket as a "Billable Event" -...

Error On jrLike Module
09/09/14 12:36:02PM, by Ekwe
CRI: Unable to copy modules/jrLike/templates/item_index.tpl to template cache directory: data/cache/jrCore What is causing this?
Latest Videos Module
09/13/17 05:24:57AM, by Isleander
Ideally I would like to increase the size of the videos that appear in the Latest Videos widget. I've looked at the widget settings but can't see a way of doing this. I've also looked at the "template=profile_index_video.tpl", but again cannot see how to increase the size. I'd also like to increase the profile image size in the Latest Profiles widget. Is there a way to do this? Thank you
Sponsoring a new module
03/25/14 02:30:07AM, by nixt
Hi, I need a module in order to sort items created with a module I made with Aparna. With my module, I allow users to upload zip files that they want to sell along with an audio demo that allows potential customers to listen to a demo illustrating the product sold as zip file. They also upload an image and fill a form to add a description, the type of file, the music genre, the bpm, the software needed if applicable, etc... Now I want to be able to display these products in a nice way,...
Page Module HTML
03/16/17 02:36:52PM, by SoftDesigns
Trying to edit the "source" of a page created by the page module: Simple Code Test: <div id="sa_vt_home"></div> After save the page editor, JR strips out the id from the div above. We set HTML allow "div" in Quota, also tried setting "Allow all HTML tags" in quota. However nothing we do seems to allow div tag above to be saved in a page module page, via the built in page source editor. -- Any Ideas?