"module" in Forum Topics
Forum Topics
New Events Module
09/14/15 05:01:55PM, by drhurd
We need a Module developed/modified to create Shows (Events) that would be displayed in both the Artist and Venues Quota Shows (Events) listing but only be shown once in the Shows (Events) listings when selected from the main menu. We would like the Show Creation page to utilize the “Live_search Form Function” to select the Artist (ID 2) and the Venue (ID 7). There is a lot of other functionality that would need to be added to the module such as the ability to select the city or state but...
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.
Module Specific Comments
04/27/15 10:57:30PM, by gary.moncrieff
Hey Guys I am now tying to show comments on the front ends sections, I only want to show comments relevant to the said section. So in the news section (mediapro) I want to do something like this:- {jrCore_list module="jrComment" order_by="_created desc" limit="10" search="comment_module = jrBlog" search1="blog_category in Featured,Latest,Exclusive" template="side_comments.tpl"} Whenever I try to filter down by blog_category nothing gets returned, have also noticed same effect with...
FAQ or Documentation Module
02/15/19 03:30:26AM, by sekeri
I need a FAQ module for my website to help users. I know I can do this using FAQ or Documentation Module but I dont want the profile menus to be displayed for this help page. How can I make it just like here in Jamroom website. https://www.jamroom.net/faq Thanks, Ilker.
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" -...
jrLike Module Issue
07/09/17 08:19:08PM, by dagilli
https://musicalventure.com/chrissie-rossouw/uploaded_audio/39/happy-birthday-my-darling JrLike is activated in the feedback.tpl as delivered (Using Beat Slinger), I installed the "LIKE IT" module today for the first time but the button on the page mentioned above does not function.
Products Module Issue
07/05/18 01:36:13PM, by ukdenny
I have just installed the Products module and I have charged shipping and handling on the product. Every thing registers and the shipping charge is added but when it gets to the PayPal site to pay it's minus the shipping charge. Why would this be?
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.
Search module indexing
05/06/15 02:07:19PM, by DannyA
In the search module I am seeing the following message: "Full text indexing currently in progress. Wait for this message to disappear before making additional changes. " The thing is, the message never disappears.
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
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?
Beginner - Simple Module
01/10/17 10:11:54AM, by SoftDesigns
We upload extremely simple module into our "modules" folder, but it crashes the ACP with this error: ----- Error: Query Error: Incorrect string value: '\xA92017' for column 'module_developer' at row 1 ----- CODE: Most Simple Module - Just send test message to Debug log: ----- 1 FOLDER: sdContestMWUser ----- 1 FILE: INCLUDE.PHP: ----- <?php /** * @copyright 2017 SoftDesigns, Inc. */ //Ensure this module not called directly: defined('APP_DIR') or exit(); /** * meta */...