Forum Activity for @michael

michael
@michael
11/08/13 09:49:54PM
7,832 posts

mobile / Ipad Redirect


Jamroom Developers

oops, missed a question:
Q:"How do i tell the Jamroom I need use of another directory in my skin? "

{jrCore_list module="jrPage" order_by="_created desc" tpl_dir="jrFlashback" template="articles_row.tpl" ......

The above is a jrCore_list function for gettting a list of something. using the tpl_dir="jrFlashback" will go looking for that articles_row.tpl file in the jrFlashback skin.

If your using a template {jrCore_include template="header.tpl"} try adding that tpl_dir="xxYourModule" to get the function to look in your modules /template/ folder for the template your trying to include.
michael
@michael
11/08/13 09:42:41PM
7,832 posts

mobile / Ipad Redirect


Jamroom Developers

use the template functions
{if jrCore_is_mobile_device()}
    // do something for a mobile
{elseif jrCore_is_tablet_device()}
    // do something for a tablet
{/if}

will that work?

A diagram of the routing system is here:
https://en.wikipedia.org/wiki/File:A_diagram_of_the_routing_system_used_in_Jamroom_5.png

you don't need to copy the .htaccess to your module.
updated by @michael: 11/08/13 09:50:07PM
michael
@michael
11/08/13 09:17:12PM
7,832 posts

"Start Your Own Online Community" Course.


Using Jamroom

Cool, got 4 'students' using taking the course so far. No questions yet, though... not sure if thats good or bad.
michael
@michael
11/08/13 09:15:41PM
7,832 posts

Form Designer


Using Jamroom

not sure here. somethimes 404 will show if the user does not have permissions to see the page, so check the same URL with the admin to see if it is 404 or not.

*Field Name* might need changing to something if you created that field, like *use whatever name you like here* type thing.

Try that first, so we can narrow it down as much as possible. I dont know the answer here, but will try to help if I can.
michael
@michael
11/08/13 08:52:33PM
7,832 posts

Venues/Locations Module


Jamroom Developers

added as a HowTo here:
http://www.jamroom.net/the-jamroom-network/documentation/howto/1060/howto-list-all-events-that-are-happening-at-a-particular-venu

@maxcinsay if you stumble upon anything that could be added to that HowTo to make it better for others, just say and we'll get it added in there.
michael
@michael
11/07/13 08:21:54PM
7,832 posts

"Start Your Own Online Community" Course.


Using Jamroom

I clicked publish, but it still needs more videos I think:
https://www.udemy.com/start-your-own-online-community

There is a video for:

b360:* Do a video that completely installs and sets up Jamroom in less then 5 Min.....

Its "Lecture 4".
michael
@michael
11/07/13 02:39:58AM
7,832 posts

Disabled Functions


Installation and Configuration

I don't know. If it was me I would expect to see that in the error message. If its not there, i would do the others steps to try to locate it.
michael
@michael
11/07/13 02:35:07AM
7,832 posts

"Start Your Own Online Community" Course.


Using Jamroom

Yeah, great idea, that will be the next course. Jamroom development. For this first one the aim is to get new jamroom sites up and running. The aim being to gain exposure for jamroom and get more people using it.

After that i'll get something up for developers. So on the topic of "Start your own online community" for someone wanting to do that. Thoughts?

-- edit --
did you see this doc page?
http://test.jamroom.net/the-jamroom-network/documentation/development/129/setting-up-a-debugging-environment
updated by @michael: 11/07/13 02:36:50AM
michael
@michael
11/07/13 01:02:49AM
7,832 posts

"Start Your Own Online Community" Course.


Using Jamroom

Thanks mate. Feedback on what needs to go in there would be awesome.
  772