Forum Activity for @michael

michael
@michael
04/29/17 12:51:58AM
7,832 posts

email validation


Using Jamroom

You can use the EMAIL DELIVERY LOG on your server to see if the email got sent out or not. Yours is here:
https://www.jamroom.net/ibr/hosting/domain_email_log/338/id=1208?search_string=yahoo

We can see in that log that there have been emails delivered to yahoo. Could be that yahoo is putting the emails into the junk folder until some action is taken by their users, hard to guess at, could be anything.

If you are able to track down a repeatable structure to use for testing then it might be possible to understand more.
michael
@michael
04/29/17 12:46:24AM
7,832 posts

google translator


Using Jamroom

Without knowing what you did, its impossible to help.

Currently the question as it stands reads as: "I've added some code I found somewhere and it doesn't do what I thought it would do, why?"

--edit--
use the [ c o d e ] [ / c o d e ] block to paste your code along with some steps so anyone here reading can reproduce what you have and someone may be able to help.
updated by @michael: 04/29/17 12:47:49AM
michael
@michael
04/29/17 12:44:33AM
7,832 posts

any sales modules that dont require foxycart


Using Jamroom

This one:
MARKETPLACE: "Paypal Buy It Now"
https://www.jamroom.net/the-jamroom-network/networkmarket/104/paypal-buy-it-now

Best to read about it though it has limitations.
michael
@michael
04/29/17 12:43:19AM
7,832 posts

Can no longer add links to images


Design and Skin Customization

Bet its the HTML content in the editor.

GUESS: You've copy+pasted the contents to tinymce and there is other weird elements that came along for the ride. Something about those other html elements is preventing you from clicking on the image you want to link.

use the CODE button in the tinymce editor to see the HTML of that page to look for what the issue might be.

A way to test this is to open a new editor and add JUST an image and then try to link that. If it links, then the issue is not the linking, the issue is the content of the other editor.
michael
@michael
04/29/17 12:38:00AM
7,832 posts

Custom Module Multi Language


Jamroom Developers

My annoyance in screenshots (screenshot)
* my browser is in english
* the content of the discussion is all in english
* WHY would I want the surrounding context in a different language....... makes no sense.

Heaps of sites do it though.
google_lanugage.jpg google_lanugage.jpg - 209KB
michael
@michael
04/29/17 12:33:07AM
7,832 posts

Custom Module Multi Language


Jamroom Developers

Languages are a USER level thing. Its expected that if you choose a language once, then that is the language you're going to want to see everywhere from then on.

I HATE HATE HATE google's method of "Oh, we see you're in japan, you must want everything in Japanese." Its sooooo annoying. personal annoyance that gets to me......

anyhow. When you change the language, you're changing it for the user. It should stay set until the user changes it again.

There is a way to set the default language for the site via the ACP
There is a way to set the default language for users in a quota. (i think)
If you need it different than that, i might need a setup to test against.

2. it does? I thought that would set the users choice of language in their DB settings. Might need to look into that.
michael
@michael
04/29/17 12:27:33AM
7,832 posts

Changing Domain name ?


Genosis

only general steps. (your instructions are bit hard to follow :) )

Docs: "HowTo: Change the jamroom directory or domain"
https://www.jamroom.net/the-jamroom-network/documentation/howto/1077/howto-change-the-jamroom-directory-or-domain

Docs: "Somethings wrong what do I do?"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do

Probably the thing that will fix it is the "If you can not get into the ACP" step in the doc above:

Docs: "Somethings wrong what do I do: If you cant get into the ACP"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do#if-you-cannot-get-in-to-the-acp

Run the repair.php script.
updated by @michael: 04/29/17 12:27:44AM
michael
@michael
04/27/17 07:11:26PM
7,832 posts

Custom Module Multi Language


Jamroom Developers

Add links to the page:
<a href="?set_user_language=es-ES">Spanish</a>
<a href="?set_user_language=en-US">English</a>
<a href="?set_user_language=fr-FR">French</a>

Docs: "Translate Jamroom into another Language"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/541/translate-jamroom-into-another-language#adding-flags-to-change-the-language

--
Most jamroom modules only come with the en-US.php because we dont speak any other languages. Those language files get scanned into the database so they can be changed in the ACP. You can either add another language file to your module, or do it via the ACP, same thing.

Related docs:
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/789/module-file-system-structure
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/783/jrcore-lang
michael
@michael
04/27/17 07:05:21PM
7,832 posts

Logging Out


Using Jamroom

I get logged out of jamroom.net sometimes too. Most days its fine. For a month or so a couple of months back I was logging in every day.

think it was because firefox was being updated, not sure. Its calmed down now and I've only had to login once in about a month.
michael
@michael
04/26/17 06:59:09PM
7,832 posts

Question about Facebook


Using Jamroom

That URL corresponds to the jrDiscussion module.

The jrDiscussion module does not have the item_detail_meta.tpl file to produce the og:tags.

I've added it to the next version, Version 1.1.0, which will be released when jr6.1 gets out of beta.
  229