"module" in Forum Topics
Forum Topics
module url question
03/20/14 01:54:34AM, by Developer Networks
I am creating a module and my urls to the module are not reachable. It lands me on a 404 error. myModuleTest/templates/mypage.tpl where myModuleTest url = moduletest so if i type in www.mysite.com/moduletest/mypage I get a 404 error. I am able to reach the pages by typing in the long address but how do I get the routing system to work with my module? Do I need a magic view for each one?

Wrong module purchase
03/03/16 01:56:26PM, by tettlingen
Hi! Sorry, I kinda bought some modules that didn“t work with my server and two by misstake. (Trigger happy mouse finger on quick purchase and a distracted mind = bad combination Can I please have a refund for these? CUSTOM DOMAINS Gallery Image EXIF Flickr Would save my day Thank you

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?
Gravatar module questions
09/13/14 05:44:42AM, by blindmime
What does the Gravatar module do for admin-created profiles that don't have a profile image? Is there any code I need to add to my templates to get this to function? I read on the Gravatar website where the default image can be a custom image. Would it be possible to add that option to the module? Based on Quota?
New Dumbass Module
04/26/14 07:05:26PM, by Dazed
This would be a detection system so when you are making changes to say the index.tpl and your changes are not working, the system somehow detects that you have overwritten the file in the ACP Skin. This way you do not spend 20 minutes looking at your code going, "well this should be working?". Who has not been here before?
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....

Custom payment module.
05/07/17 08:49:53AM, by duke
I would like to know if the upcoming payments module will allow the integration of a local payment platform ( https://paystack.com) or would I have to build a module from scratch.
Google Maps Module
02/18/15 11:14:47AM, by derrickhand300
Just purchased it and cannot find it in my modules Did a cache reset- signed out and back in... Do I need to install this manually? Thanks
jrMailer Module Error
05/01/14 10:03:35PM, by sbhadauria
I am getting below mentioned error when sending mail through jrMailer Module: Interface Swift_Mime_ParameterizedHeader not found in /jrMailer/contrib/swiftmailer/classes/Swift/Mime/Headers/ParameterizedHeader.php file.
Module Uploading Error
02/16/15 10:00:58AM, by nate
When trying to upload a new marketplace module I get the follwing error from the included Stripe library. Quote: Errors were found in your upload: PHP Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/jamroom/sites/www.jamroom.net/public_html/data/cache/jrNetworkMarket/TH1KTPfk/modules/n8MSOne/lib/Stripe/InvoiceItem.php on line 47 Errors parsing /home/jamroom/sites/www.jamroom.net/public_html/data/cache/jrNetworkMarket/TH1KTPfk/modules/n8MSOne/lib/Stripe/InvoiceItem.php I...
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.