Jamroom Logo
Newsletter
Member Spotlight
68643
gamemusicworld.com
"Since I was in my teens I loved creating games and game-style music. As time passed on, I eventually realized there was no good place that music artists could come together and display their creations in front of other game fans. Originally I had registered the domain in 2006, and started using Joomla, but it was severely lacking in the features I needed, and also, I had no time to learn the API. I figured why start from scratch? There’s got to be a good web site solution out there by now? And guess what? Here it is. The support has helped me get the ball rolling fairly smoothly, and I have no regrets at all. Thanks for helping my dream come true!"
Follow Jamroom on Twitter!


Creating a new Tool Option in the Jamroom Tools Menu: tools.php Index Using Language Strings to allow your module to support multiple languages

Including additional PHP Libraries in your Module

If the PHP scripts in your module rely on any 3rd party PHP scripts, libraries, or other support files, it is HIGHLY recommended that you place these files in your module's "include" directory.  This will ensure the module's directory is kept clean and organized, and allow your module to not have files located throughout the Jamroom directories.

Note too that whenever possible, you should try to link to the "master" copies of any Jamroom support scripts.  For example - if your module relies on the jQuery javascript library, you should use the jQuery file found at:

   {$JAMROOM_URL}/include/js/jquery.js

This has the benefit of the Javascript file likely already being cached in the users browser, and will be faster.

Note that you do not need to include() any of the Jamroom PHP library scripts in your module that are found in:

    jamroom/include

EXCEPT for the following, which are not loaded by default in Jamroom's includer:

  • include/jamroom-payment.inc.php
  • include/jamroom-ranking.inc.php
  • include/jamroom-theme.inc.php

If you need to access functions that are located in these library files, you will need to use a PHP include() function call for the desired library script to ensure the functions are available in your module.

Creating a new Tool Option in the Jamroom Tools Menu: tools.php Creating a new Tool Option in the Jamroom Tools Menu: tools.php page 14 of 23 Using Language Strings to allow your module to support multiple languages Using Language Strings to allow your module to support multiple languages
Solutions Products Support Community Company
Social Media Platform
Social Networking Software
Musician Website Manager
Community Builder
Jamroom Core
Jamroom Addons
Jamroom Modules
Jamroom Marketplace
Support Forum
Documentation
Support Center
Contact Support
Community Forum
Member Sites
Developers
About Us
Contact Us
Privacy Policy
©2003 - 2012 Talldude Networks, LLC.