Forum Activity for @michael

michael
@michael
12/26/19 09:04:18PM
7,816 posts

Email Course Module Question


Using Jamroom

Its not connected to the payment system, but there's no reason you couldn't do it manually. Just have a page that only you could access, then once you've confirmed payment you could type their email in.

Not perfect but could work if you're not getting 1000's of users. If you are getting 1000's of users paying, sponsor the development and we'll get it connected in so it does what you need it to do.
michael
@michael
12/16/19 08:35:03PM
7,816 posts

Head & Body questions


Design and Skin Customization

the most likely cause is the code is breaking things. Whats the code? Paste it here surrounded by [ c o d e] the code in here [ / c o d e]

It comes out like this:
some code here

updated by @michael: 12/16/19 08:36:09PM
michael
@michael
12/13/19 09:59:15PM
7,816 posts

new server not sending emails internal or external config


Installation and Configuration

Check the servers error logs for hints on that one. If php is complaining about something it should turn up in the
ACP -> DASHBOARD -> ACTIVITY LOGS -> ERROR LOG

but if php thinks its been sent then something at server level is blocking it then there may be no php level error.
michael
@michael
12/13/19 09:55:58PM
7,816 posts

403 Forbidden Error After Server Migration


Installation and Configuration

Nice.

That log looks like the apache activity log, its not showing any errors. See if there's one called error_log as that might be more useful for spotting the cause of issues.
michael
@michael
12/10/19 05:57:08PM
7,816 posts

Jamroom Demo


Installation and Configuration

Weird. Send your admin login details along with the site URL and a link to this thread to support at jamroom dot net and we'll take a look.

Thanks.
michael
@michael
12/10/19 12:38:02AM
7,816 posts

Jamroom Demo


Installation and Configuration

Try running the INTEGRITY CHECK and resetting the caches.
michael
@michael
12/09/19 01:04:32AM
7,816 posts

Jamroom Demo


Installation and Configuration

This is a screenshot of audiopro. What about it is the wide look?

The other screenshot is of a fresh install where there isnt much content. Once you start getting content in the system it will automatically come out on the top page.
michael
@michael
12/02/19 09:33:51PM
7,816 posts

Image URL for use in CSS


Jamroom Developers

Hi Tig,

Not getting you, sorry.

If you have a
/modules/ntMyModule/img/myimage.png
file, then you use {$ntMyModule_img_url} in the CSS file at /modules/ntMyModule/css/mycss.css

That file should be registered in the _init() function
/modules/ntMyModule/include.php
function ntMyModule_init(){
jrCore_register_module_feature('jrCore', 'css', 'ntMyModule', 'mycss.css');
.....
}

so it will be included in the system generated single css file that has a long name and shows in the meta like:
<link rel="stylesheet" href="http://your-site.test/data/cache/ntYourSkin/26f48dab94ba6e342990f9162b2dec4a.css" media="all" type="text/css">

The variable should be being replaced.

--edit--
couple of typos and clarity.
updated by @michael: 12/02/19 09:37:34PM
  76