"module" in Forum Topics
Forum Topics
Seamless module help
01/13/14 03:27:55PM, by johnchansa
I managed to create a page which lists items based on video director/producer.I borrowed the idea from the concerts location tab(Nova Skin).I'm having trouble replicating this to create a producers listing for the songs.My songs listings are seamless audio and soundcloud .How can I work this out?Any suggestions? For youtube/video directors,this is what i have and it works: http://zmusic.biz/you_tube/directors {elseif isset($_post.option) && $_post.option == 'directors'}...
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...
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?
Services Module Question
04/19/16 02:22:03PM, by Ken Rich
I wanted to add an editor to the form but there doesn't appear to be a Form Designer button. Is that module set up differently or something? How would one alter the form?
Skype Module working
01/12/14 09:37:05AM, by Intro2Music
Hi Steve, thanks for helping to get the module working for me, it's well appreciated. I've now had a chance to test it out with some 'staff' members and it works a treat. This will definitely turn out to be a great asset for our studios, allowing members to contact staff, music students to contact tutors etc. Brilliant!
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,...
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?
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?
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?
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...
Jamroom Polling Module
01/17/14 04:47:01PM, by johnchansa
Try to develop a module for online polls or surveys.A site owner can set up series of polls and users can vote for say,"best video" ,"best rap song","best artist","best member" etc. A special tab can be created for online polls on each skin.Check this out- http://www.rollingstone.com/music/news/vote-for-the-2014-rock-and-roll-hall-of-fame-inductees-20131016
Product Badges Module
04/24/17 04:08:24PM, by johnchansa
Jamroom already has Profile Badges and Genosis Badges modules.A new Product Badges module which adds badges to products or items on sale is needed.The product owner can add badges like “Best Seller”, “Featured” ,"New","Sale","Sold-out " or other custom badges. I tried to develop my own module mimicking code from the existing modules but things did not work out.