Forum Activity for @michael

michael
@michael
07/10/17 07:33:53PM
7,832 posts

Request - Birthday Reminder Email


Genosis

Welcome to the forums Martin. :)

Feels like the post is a cross between a Feature request / suggestion and a coding question.

You're right that currently there is not a module that sends out (to who?) an email reminder for upcoming birthday events.

How to code it: You'll need to build a module to do this. There is no easy vs hard way to build a module, its just language. If you haven't worked with code before im not sure where to point you to.

Code is a language just like english is, you make sentences to give instructions.

We do build sponsored modules for the community if you wanted to sponsor it:

Docs: "Sponsor a Module"
https://www.jamroom.net/the-jamroom-network/documentation/jamroomnet/4931/sponsor-a-module

If you do know php and would like to build a module for this, then the way I would go about it would be:
#1 ) create a new module structure

Docs: "Creating a Module"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/26/creating-a-module

#2 ) Use the "Events and Listeners" system to fire off a function on either the 'daily_maintenance' or the 'hourly_maintenance' events that would do a search for the coming birthdays, then send an email.

Docs: "Events and Listenser"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1011/events-and-listeners
michael
@michael
07/10/17 07:05:02PM
7,832 posts

Site Stats Code Error


Using Jamroom

What is the code you're trying to put in the widget that you expect to work but is not working?
michael
@michael
07/09/17 04:50:57AM
7,832 posts

Profile Domain stopped working


Using Jamroom

In firefox, try
HISTORY -> CLEAR RECENT HISTORY

The check just the SITE PREFERENCES.

Firefox has weird behavior in that once its been to your server and found an https url there, it redirects EVERYTHING to https. clearing the site preferences will allow http:// sites to work again.

gajoobtube is up for me.
Clear_All_History_and_Profile_Domain_Stopped_Working_-_The_Jamroom_Network___Jamroom.jpg Clear_All_History_and_Profile_Domain_Stopped_Working_-_The_Jamroom_Network___Jamroom.jpg - 32KB
michael
@michael
07/08/17 09:32:26PM
7,832 posts

Profile Domain stopped working


Using Jamroom

try deleting it and re-adding it.
michael
@michael
07/07/17 11:33:37PM
7,832 posts

Time Map for multiple trees ??


Genosis

If i select the 'crozier' tree first, then open the time map, the map does display.
croizer.jpg croizer.jpg - 104KB
michael
@michael
07/07/17 11:31:40PM
7,832 posts

Time Map for multiple trees ??


Genosis

The error I get from that page reads "There are no profiles to create a time map from".

So keep adding profiles so there are some to show.
no_profiles.jpg no_profiles.jpg - 58KB
michael
@michael
07/07/17 10:31:16PM
7,832 posts

Small typo in help


Jamroom Hosting

Located and fixed. Thanks Steve :)
michael
@michael
07/07/17 09:54:19PM
7,832 posts

Landing Page Questions/Changes - background, lower page links, removing items..and more


Design and Skin Customization

#1 Video Learning: "Customization: Changing a Background Image"
https://www.jamroom.net/video-training/79/customization-changing-a-background-image

#2 Use tools like Firebug in the Firefox browser to understand what CSS controls the element you're interested in, then adjust that CSS in your skins .css files found via SFTP at /skins/xxAudioProClone/css/(any file in here).css

Docs: "Connecting to your server using SFTP"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp

Here's a video showing Firebug working to add classes and adjust the classes to get things looking how you want them:
CSS coding on a button

#3 This is a video that shows how to locate which template anything is in. Use the same technique to figure out where your button (or anything else you want to change) is.

#4 I don't believe you ;)

#5 same technique as #3

#6 Same technique as #3 adjust the styles with css and template alterations. Maybe these docs:

Docs: Skin Design Guide Table of contents
https://www.jamroom.net/the-jamroom-network/documentation/skin-design-guide
  208