Forum Activity for @michael

michael
@michael
05/01/17 05:45:12PM
7,832 posts

Forum Feature - Split topics


Suggestions

LOL, I do like this idea.

Leave a marker: "OffTopic: this question has been moved here"
michael
@michael
05/01/17 03:54:40PM
7,832 posts

landing page for multiple trees ?


Genosis

Could you open a new thread on the new question. Anyone visiting this thread by searching is going to want the answer to "landing page for multiple trees ?". Lets keep this thread on that topic. :)
michael
@michael
05/01/17 05:25:25AM
7,832 posts

Custom Module Multi Language


Jamroom Developers

I believe the issue you are seeing is because the user session is not synced. If you logout, then back in again, your changed chosen language should persist.

I have code in the next version of jrUser that will sync the user session when the user language is changed via the link method.
michael
@michael
04/30/17 08:59:01PM
7,832 posts

landing page for multiple trees ?


Genosis

These are the curent urls to use:
http://YOUR-SITE.com/gencore/set_active_tree_id/2
http://YOUR-SITE.com/gencore/set_active_tree_id/3

You can get the correct URL from the TREES menu in the navigation bar.

If you want something that looks a little nicer, you can use the "URL MAPPER" module from the MARKETPLACE to map /trees1 to /gencore/set_active_tree_id/2
mapped_to.jpg mapped_to.jpg - 145KB

updated by @michael: 04/30/17 08:59:14PM
michael
@michael
04/30/17 08:08:18PM
7,832 posts

Arrow chat


Using Jamroom

That URL you have in your image is incomplete, there is no file to run.

The actual url to the file would be index.php because arrowchat is assuming (incorrectly in this case) that apache will redirect to index.php.

So you can access their install file by adding index.php
https://ibrsm.world/arrowchat/install/index.php

Then you run into the first problem.
Quote: Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.

Their software is encrypted. They require you to run a different piece of software "Ion cube" to be able to run their code.

Ion cube is not installed on Jamroom Hosting so that software cant be run on Jamroom Hosting servers.

--edit--
If you want chat, you can install this module from your marketplace:
https://www.jamroom.net/the-jamroom-network/networkmarket/ss=chat

or in your ACP -> MODULES -> CORE -> MARKETPLACE search for "Chat" and click INSTALL to install it.
updated by @michael: 04/30/17 08:10:25PM
michael
@michael
04/30/17 07:57:05PM
7,832 posts

google translator


Using Jamroom

Without the code its hard to tell, but try adding it to the meta.tpl template in your skin instead of Site Builder.

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
michael
@michael
04/29/17 06:21:59AM
7,832 posts

Can no longer add links to images


Design and Skin Customization

can see it happening, will figure out why and fix. Thanks. :)
michael
@michael
04/29/17 04:03:44AM
7,832 posts

Can no longer add links to images


Design and Skin Customization

@ultrajam cant replicate here, got a url? whats map.js? any javascript errors in console? any red stuff in HTML source?
michael
@michael
04/29/17 12:59:46AM
7,832 posts

Gmail warns me that message received from my JR group might be a "phishing attempt"


Using Jamroom

you can use gmails SMTP server if you're trying to send mail from you@yourdomain.com

https://www.digitalocean.com/community/tutorials/how-to-use-google-s-smtp-server

There is no SMTP server on Jamroom Hosting, thats why mailgun is used. so try what is suggested in the link, use smtp.gmail.com I do that when I want to set up to send from an email address.
  228