Forum Activity for @michael

michael
@michael
04/06/21 06:59:17PM
7,718 posts

email


Using Jamroom

You're on jamrooms servers so email will be sent out via mailgun connected to our mailgun account.

It looks like your domain name has just recently been changed and there is a message here:
https://www.jamroom.net/dean-venier/hosting/domain_config/565/id=2090

Quote: Pending Email Validation
Email delivery may not work until the primary domain is validated - please allow up to 24 hours for validation

Once that's complete then the site will be able to send out email.

You are free to change it to a SMTP server if you like but its not required.
michael
@michael
04/06/21 03:55:08AM
7,718 posts

email


Using Jamroom

you can have (any email address you like)@your-server.com redirected to your hotmail account.

so if you had
dean@yoursite.com

Add that to your servers email aliases here:
https://www.jamroom.net/dean-venier/hosting/domain_aliases/565/id=2086

and point it to:
dean@hotmail.com

Then any email that gets sent to dean@yoursite.com will arrive at dean@hotmail.com
michael
@michael
04/05/21 11:08:53PM
7,718 posts

iFrame Embedded Videos


Ning To Jamroom

Good news. Thanks.
michael
@michael
04/03/21 04:31:50PM
7,718 posts

iFrame Embedded Videos


Ning To Jamroom

The issue looks to be that the
<iframe .....
is not appearing in the HTML source code of the page. This is probably because the quota is blocking it.

ACP -> CORE -> SYSTEM CORE -> QUOTA CONFIG
quota.jpg quota.jpg - 528KB
michael
@michael
04/02/21 09:59:29PM
7,718 posts

iFrame Embedded Videos


Ning To Jamroom

Whats the URL of the page where it should be showing but is not?
michael
@michael
04/02/21 09:57:17PM
7,718 posts

NFT Plugin


Jamroom Developers

Whats stopping it from being done now?
michael
@michael
04/02/21 09:56:36PM
7,718 posts

NFTs


Using Jamroom

what updates would be needed?
michael
@michael
03/27/21 04:09:58PM
7,718 posts

Randomize this call a bit...


Using Jamroom

so just start with the most basic and keep adding to it until it breaks or works:

Start with
{jrCore_list module="jrProfile" order_by="_item_id random"}
if that works then add in the profile ids
{jrCore_list module="jrProfile" order_by="_item_id random" search1="profile_quota_id in 8,9,16,21,22,23,29"}
if that works .......
updated by @michael: 03/27/21 04:10:26PM
michael
@michael
03/27/21 03:32:06PM
7,718 posts

Randomize this call a bit...


Using Jamroom

first thing to do is to figure out which of the calls in the first part are being used, is it:
 {jrCore_list module="jrProfile" cache_seconds="120" search1="profile_quota_id in 8,9,16,21,22,23,29"  limit="7" template="index_item_2.tpl"}
or
{jrCore_list module="jrProfile" cache_seconds="120" order_by="profile_jrAudio_item_count numerical_desc" limit="7" template="index_item_2.tpl"}

if its the first one, it does not have any sort of ordering on it so will likely return the same thing every time.

if its the second one may be that profile_jrAudio_item_count does not get rebuilt multiple times a day possibly, not sure; that could be causing the issue.

What happens if you turn on developer mode (which disables caches) does it change every time then?

ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> CONFIG -> Run in developer mode
michael
@michael
03/22/21 01:06:41AM
7,718 posts

installed and now can't view my profile


Installation and Configuration

Doesn't look like your profile is set to private as I can see it in the list of profiles and can visit it here:
http://deanvenier.org/dean-venier

Can't see the sections that you say can't be seen when logged out but I'm logged out so I wouldn't.

Looks like your .org is working, I can see the site on that domain now, well done.
  40