"module" in Forum Topics
Forum Topics
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?
categories in custom module
04/10/14 06:00:58PM, by perfectgamestudios
Hello, I was wondering if there a way to create admin backend way to build categories in custom module ie not categories that user creates but on the user side for there to be droplist of categories as I trying work out how to build custom module for my second life script as I have basic module created and now trying work out categories as on the theme I need to be able to display products on front page as well have pages for each categories etc
deleting module versions
05/18/14 05:05:49AM, by blindmime
Is it OK to delete old version module/skin directories?
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...
$page_title in custom module
06/21/18 03:10:50PM, by PatriaCo
Where do I set the $page_title in a custom module? Thanks
Tracker Module Privacy
05/20/18 07:07:47PM, by SoftDesigns
Hi - Tracker is really nice, we just need more privacy on this module. -- 1. How to make the Tracker TAB hidden to public? 2. How to make each new tracker item PRIVATE by Default?
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?
Module Change Logs
01/20/17 04:43:12PM, by Dazed
When you update modules/skins there is a change log. Is that log visible anywhere after install?
Paid Profile Module
06/10/14 12:08:48PM, by Ministry of Musics
Good day, There is any module to setup Free and Paid Members ? Thanks Paulo
Module Session Variable
03/31/17 03:30:51PM, by SoftDesigns
What is the correct way a custom module should set global session variables that all other modules can access? -- Raw PHP would be: $_SESSION["favcolor"] = "green"; -- Are there equivalent JR platform functions to handle session?
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...