Forum Activity for @michael

michael
@michael
06/11/17 08:27:59AM
7,832 posts

just got the hosting


Jamroom Hosting

"...but i wont to be able to continue using my domain address that i have used for decades...."
You can, just forward it to gmail. gmail has better spam filtering than any private server you could run yourself.
michael
@michael
06/10/17 10:00:44PM
7,832 posts

just got the hosting


Jamroom Hosting

Email setup is here:
https://www.jamroom.net/dianebrooks/hosting/domain_aliases/355/id=1271

Enter the email address you want to receive emails at, then your gmail email address and they will all be forwarded to your gmail.

What I do from there is to setup a rule that any email coming in on that email address gets put in its own folder. Makes it easy to keep everything separate.
michael
@michael
06/10/17 09:56:59PM
7,832 posts

Need to tweak a customization of Index/main page Timeline "comments".


Using Jamroom

I checked it out yesterday too, but could not see a solution, it should be working. One thing I would ask you to check @strumelia is a regular users account. It seemed to me the same results were coming back for logged out users AND regular users and that only ADMIN users were getting the expected results. could you see if that is what you see please.
michael
@michael
06/10/17 09:54:11PM
7,832 posts

After switching nameservers over to Jamroom for hosting


Jamroom Hosting

When you copy+paste the code from wherever it is now, it will probably have links to the images wherever they are now.

If the images are going to stay there, then there is no issue leaving the links to where the images are. (although they may load a little slow, and not show up if that site goes down...)

You could put the images into the new skins /img/ folder, then you would have multiple ways of accessing them.

/skins/(YOUR SKIN)/img/flower.jpg
can be accessed from your template via:
{$jamroom_url}//skins/(YOUR SKIN)/img/flower.jpg
or
{jrCore_image skin="(YOUR SKIN)" image="flower.jpg" alt="flower"}
michael
@michael
06/10/17 09:48:56PM
7,832 posts

Latest Version Of Celebrity Skin Not Working On Mobile [beta 6.1 core]


Design and Skin Customization

Thanks for reporting it, we'll get it tracked down ;)

( Just me being overly concerned about the stable product looking buggy I guess, thanks. )
michael
@michael
06/10/17 12:01:12AM
7,832 posts

just got the hosting


Jamroom Hosting

We'll get the SSL cert sorted after the NameServers have time to propagate.
michael
@michael
06/09/17 10:52:08PM
7,832 posts

just got the hosting


Jamroom Hosting

I use namecheap ( https://www.namecheap.com ) for my domain names, you can use whoever you like. :)

You have 2 domain names on Jamroom Hosing, the ???.jamroomhosting.com one is online regardless of your name server settings, so you can use that one to setup while waiting for the name server changes to kick in. can take up to 24 hours.

See them both here:
https://www.jamroom.net/dianebrooks/hosting/server_settings/355

(not sure if you want your domain name posted in the forums or not, hence the link. click on the domain name to go to it.)

Where are you seeing that error? It doesnt look like a normal jr error.
michael
@michael
06/09/17 09:42:28PM
7,832 posts

After switching nameservers over to Jamroom for hosting


Jamroom Hosting

yes, exactly strumelia.

The only thing that could cause issues is javascript. Javascript likes to use squiggly brackets { and } so if you have any javascript on your page, wrap that in a {literal} block and you should be good. (could wrap the whole page in a {literal} block if you wanted.)

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

From that page, you will have access to all the jamroom functions too, so if you wanted to bring in a list of something using {jrCore_list} you could.
michael
@michael
06/09/17 09:35:27PM
7,832 posts

How to change the List 1 section to Youtube on the MSkin?


Design and Skin Customization

Youtube is not an option for this section. If you want to have it be youtube, then you'll need to adjust it directly in the templates.

The section you're interested in is in the file:
/skins/jrMSkin/index_features.tpl
  217