Forum Activity for @michael

michael
@michael
05/02/17 09:19:30PM
7,826 posts

problem with clone skin tool


Using Jamroom

That "skin_cloned_from" error is a new feature that was added to the jrCore. Looks like it got added to 6.0.8, then instead of releasing 6.0.8 that version became the start point for the JR6.1 beta so the core change never got released. Once 6.1 gets out of beta it will stop showing the error.

On you penwhistle club site I have gone into the database:
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> DATABASE ADMIN

And run this 'SQL command'
ALTER TABLE jr_jrcore_skin ADD skin_cloned_from VARCHAR(128) NOT NULL DEFAULT ''
That has added the needed column.

You can do the same (or I can if you like) to your other site and your skins should be cloned correctly.

Sorry for the hassle.
michael
@michael
05/02/17 08:25:13PM
7,826 posts

site builder is malfunctioning


Installation and Configuration

If you've run the integrity check and cleared the caches @jsnzim then I'd need to see that one to help further.

Send the login details along with a link to this thread to support at jamroom dot net.
michael
@michael
05/02/17 05:35:01PM
7,826 posts

Forum Feature - Split topics


Suggestions

Hey, its not just me who wins, its the guy looking for answers that gets to find them in the thread marked correctly.

"Help I've lost my dog" thread doesn't get followed up with "Also, I'd like to increase the upload size on my server."

Nobody searching for how to increase the upload size on their server would look in a thread titled "Help, I've lost my dog"....... ;)
michael
@michael
05/02/17 01:26:51AM
7,826 posts

Can no longer add links to images


Design and Skin Customization

Yes, uploading that tinymce.zip file does fix the issue in both Firefox and Chrome.

--edit--
INFO: That version of tinymce.zip is included in JR6.1 currently in beta.
updated by @michael: 05/02/17 01:32:45AM
michael
@michael
05/01/17 05:45:12PM
7,826 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,826 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,826 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,826 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,826 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,826 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
  227