Forum Activity for @michael

michael
@michael
06/14/16 02:27:42AM
7,832 posts

How to track and log Profile Admin activities after login?


Using Jamroom

2) (guess) if the standard joomla .htaccess reads "take any url coming in and re-write it to index.php" then your going to need to exclude the /jamroom/ directory from that re-write rule.

Jamroom's .htaccess does a similar thing, it takes any url directed at it and sends it to router.php for processing.

May be that joomla doesnt like having a different CMS system living within its directory structure.
michael
@michael
06/14/16 12:02:27AM
7,832 posts

Creating a Page


Using Jamroom

pch:.....How to get the site structure look like:
mysite.com/live/android
mysite.com/live/ios
mysite.com/live/pc
mysite.com/live/mac
Instead of:
mysite.com/android
mysite.com/ios
mysite.com/pc
mysite.com/mac
Thanks

Site builder will happily handle urls like this. If you go to
your-site.com/live and there is nothing there you will be asked if you would like to build a page there.

If you then go to
your-site.com/live/pc and there is nothing there you will be asked if you would like to build a page there.
michael
@michael
06/13/16 08:33:49PM
7,832 posts

Test Site


Using Jamroom

The docs for the system are here:

Docs: Table of Contents
https://www.jamroom.net/the-jamroom-network/documentation/contents

1. The widgets are part of site builder, dont use them if you dont want to. If you put any file into the active skin it will become a url. so if you add /skins/(YOUR SKIN)/elephant.tpl then you can view it at site.com/elephant

2. yes, but the Form Designer makes things simpler.

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer

3. yes, there is an option in the global settings for that.
ACP -> MODULES -> ITEM FEATURES -> COMMENTS -> GLOBAL CONFIG -> ENABLE EDITOR.

4. You can either clone the skin
ACP -> MODULES -> DEVELOPER TOOLS -> TOOLS -> CLONE SKIN

OR you can make your alterations via the template editor over-ride.
Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/development/3183/using-the-template-editor
michael
@michael
06/13/16 06:47:55PM
7,832 posts

How to track and log Profile Admin activities after login?


Using Jamroom

rharvest87:
Brain how can we open up our artist Guest book for info from there fans, or is it not recommended by Jamroom?
Please put new questions into their own thread. :)
michael
@michael
06/10/16 08:28:01PM
7,832 posts

Packaging Module for Marketplace.


Design and Skin Customization

If the module is prefixed with XX I believe it can be exported.
michael
@michael
06/09/16 09:06:23PM
7,832 posts

Packaging Module for Marketplace.


Design and Skin Customization

Check the "Export Form Designer" checkbox when you package it.

Docs: "Packaging a module for the marketplace"
https://www.jamroom.net/the-jamroom-network/documentation/development/3440/packaging-a-module-for-the-marketplace
michael
@michael
06/09/16 09:04:20PM
7,832 posts

Advanced Charts


Installation and Configuration

"MySQL server has gone away" is a server problem, that should not happen. Need to ask your server company about that one, may have hit some sort of limit.
michael
@michael
06/09/16 04:47:31PM
7,832 posts

jrEmbed 1.3.6 to 1.3.7 update breaks parameter value into array


Jamroom Developers

jrEmbed 1.3.8 is in the marketplace now. update or reload that module and it should be sorted.

(it was there for a short time without this fix, so reload if you are already running 1.3.8)
michael
@michael
06/09/16 04:28:44PM
7,832 posts

Google Analytics for Custom Domains


Suggestions

Interesting idea. Quite ingenious actually. Not sure about how google will handle it.

As for getting whatever code you want out there, if you require input from the user for the profile, go to
PROFILE SETTINGS -> FORM DESIGNER and add a form field. Maybe a textarea field if you want them to paste the whole script in there, or just a text field if you just want their id.

Then in the profile_footer.tpl, check for that being populated and add the code in.
  386