Forum Activity for @michael

michael
@michael
08/15/19 01:16:13AM
7,816 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

This is fixed in version 1.1.3 of the Email Course module
Version 1.1.3:
 - Bug Fix: Users created by admin from the ACP were not getting joined to auto-join courses
michael
@michael
08/14/19 07:09:38PM
7,816 posts

If/Else Loops in Templates: Question


Using Jamroom

"Template name in source" is not currently on. If it was I would be able to see what templates are being used on this page:

https://americymru.net/americymru/documentation/adjectives
source.jpg source.jpg - 835KB
michael
@michael
08/14/19 06:23:31PM
7,816 posts

If/Else Loops in Templates: Question


Using Jamroom

No need to assume anything, use the "Template Name in Source" so you dont have to guess. Because nothing happened its most likely not the right template.
michael
@michael
08/14/19 05:34:59PM
7,816 posts

If/Else Loops in Templates: Question


Using Jamroom

Yes its possible.

The steps are:
* identify which template it is where you want to change stuff
* use the {debug} in there to see if you can location the variable that contains the value "adjectives". It will be a $_post variable because it comes from the url.

Then add something like this to the template:
{if($_post['whatever-value-you-found-from-debug'] == 'adjectives')}
 whatever you want to put just on that page goes here.
{/if}

Use the "Template name in Source" tool from developer tools to find the template you need.

Docs: "Template name in source"
https://www.jamroom.net/the-jamroom-network/documentation/modules/932/developer-tools#template-name-in-source

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

If you get stuck we can help.
michael
@michael
08/14/19 03:56:17PM
7,816 posts

Why are some modules displaying like they were disabled?


Using Jamroom

Both those modules have been retired. Are any non-retired modules doing it?

--edit--
If you have them installed, you can keep using them if you want to. Just cant be re-installed if you delete them.
updated by @michael: 08/14/19 03:57:12PM
michael
@michael
08/14/19 03:52:25PM
7,816 posts

Alt Image Tag Issue


Design and Skin Customization

Usually the 'on mouse over' shows the title="" tag info not the alt="".

Got an example of where these .jpg's are being added to images that I can see?
michael
@michael
08/14/19 06:46:10AM
7,816 posts

Some Suggestions on JR module's update method/approach


Using Jamroom

Maybe one.

Update, check everything works, if it does keep it, if it doesnt, revert then report the issue. Wait for the next release, check it works, if its fixed keep that one.

Your call really.

If you use GIT and SFTP to keep a local copy, then none.

* update the marketplace
* use the REBASE MODULE tool
* sync with local files

GIT will tell you all the changes that have happened line by line.
michael
@michael
08/13/19 09:32:32PM
7,816 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

I've added a page to your site at:
your-site.com/course-signup

with the signup forms for each course. Its not linked to anywhere, just an example, you can delete it via SITE BUILDER if you dont want it/its not useful.
course_signup.jpg course_signup.jpg - 193KB
michael
@michael
08/13/19 09:22:19PM
7,816 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

I've got the email and the logins thanks. Nice site. It looks like you've got notifications turned off so I cant reply privately because you would not get the notification.

I see that your site is private, so what are the steps you're taking to sign new users up? The email course system adds the user to the course when they click the activation email that they are sent during the signup process. Your signup process has to be different so if you could outline the steps you take to add a new user that would be good, thanks.

It may mean you need to create a page of "Courses" where emails can be entered in, to sign users up for the course.
template.jpg template.jpg - 144KB
michael
@michael
08/08/19 08:39:14PM
7,816 posts

Some Suggestions on JR module's update method/approach


Using Jamroom

pch:
Hello guyz,

ISSUE:

There is a discussion that started here: https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/61695/403-forbidden-error-after-server-migration after having some issues with my server migration:

I think it requires some attention. That's why I've decided to create a separate thread.

There is this question that always bothers me: Why does JR keep old module files/folders on the server after a module update/upgrade????

Example:

/jrCore-release-6.1.1
/jrCore-release-6.1.3
/jrCore-release-6.1.2
/jrCore-release-6.1.4
/jrCore-release-6.1.5
to ...
/jrCore-release-6.3.0b1
/jrCore-release-6.3.0b2
/jrCore-release-6.3.0b3
/jrCore-release-6.3.0b4
etc.

Same with all the other modules: jrAction, jrAudio, jrBackup etc.
Its for the RELEASE ARCHIVE tool, so you can revert to a previous version.

What you did manually by renaming the directories, there's a tool for that.
ACP -> MODULES -> TOOLS -> DEVELOPER TOOLS -> TOOLS -> REBASE MODULES

It takes:
/jrCore-release-6.1.5
and changes it to
/jrCore
and deletes all the other versions.
release_archive.jpg release_archive.jpg - 343KB

updated by @michael: 08/08/19 08:42:42PM
  82