Forum Activity for @brian

brian
@brian
01/26/16 04:18:11PM
10,149 posts

Aparna Module: from dev server to live server


Using Jamroom

You would want to use the Developer Module "package module" tool to export the module as a ZIP file, and check the option to export the form designer fields - that will create a ZIP file of your module for you.

Hope this helps!
brian
@brian
01/26/16 04:16:12PM
10,149 posts

Server Configuration Help


Installation and Configuration

serveion:
thank you for the url and documentation you provide help me to reduce the mysql time.

Here's the mysqld section for a 1GB RAM JR server:

key_buffer              = 64M
max_allowed_packet      = 32M
table_cache             = 1536
table_definition_cache  = 1536
open_files_limit        = 10240
tmp_table_size          = 64M
max_heap_table_size     = 64M
sort_buffer_size        = 1M
read_buffer_size        = 1M
read_rnd_buffer_size    = 768K
max_connections         = 50
innodb_buffer_pool_size = 128M
innodb_flush_method     = O_DIRECT
innodb_flush_log_at_trx_commit = 0
ft_min_word_len         = 3
ft_stopword_file        = ""

I would consider that the minimum MySQL config for any decent performance.

Hope this helps!
updated by @brian: 01/26/16 04:19:46PM
brian
@brian
01/26/16 04:12:33PM
10,149 posts

Can I restore a deleted account?


Using Jamroom

lornawebber:
Thanks @Michael.
Roy has not yet updated to 5.3.0; we are still on 5.2.41 and I don't have the Recycle Bin option. I guess that means the deleted account is gone for good.

Brian mentioned that 5.3.0 (Stable) is due very soon. Should we wait for that or update immediately?
Thanks for your help. It's good to know that it may be possible to restore data in future.

Yep - the Recycle Bin is a JR 5.3 feature - I'd like to work with you on upgrading your site to 5.3 - let's wait for the full 5.3 release and I will contact you - there's a couple server tweaks I want to take care of on your server, so I think upgrading and handling all that at once would be best.

Thanks!
brian
@brian
01/26/16 04:11:09PM
10,149 posts

conc and cont fields on import


Genosis

Welcome to Jamroom!

What is the initial field for these values? CONT and CONC are continued and concatenated fields, so they will "continue" the initial GEDCOM field.

Thanks!
brian
@brian
01/25/16 01:43:40PM
10,149 posts

Search is creating errors.


Using Jamroom

This is likely an error in one of your custom templates - if you look in the debug info for the log it will show you the page it being requested on, as well as the search parameters, so you can clearly see what the issue is.
brian
@brian
01/25/16 01:42:37PM
10,149 posts

accelerated mobile pages complance in new core


Suggestions

There's no need to make a module - just bring in your "amp" header with an if/else:

{if jrCore_is_mobile_device()}
    {jrCore_include template="amp_meta.tpl"}
{else}
    {jrCore_include template="meta.tpl"}
{/if}

Note that it appears based on the amp documentation that Google will cache this stuff for you, so be aware of that that your changes may not be visible right away.

Using the small "lighting bolt" emoji is about the dumbest thing I have seen in a long time lol.
brian
@brian
01/25/16 01:39:53PM
10,149 posts

Tranfering Network from Ning


Installation and Configuration

Mauricio Mazewal:
Hello:
I will prefer to talk (prefered in spanish) by skype with some of Tech Support so I can transfer a Ning network to JamRoom
Thank you very much,
Mauricio

Welcome to Jamroom!

I don't believe anyone on the team speaks Spanish - if you can give us an overview here of your questions the best you can, we'll do our best to answer.

Thanks!
brian
@brian
01/25/16 01:38:59PM
10,149 posts

Nameservers?


Jamroom Hosting

voxster:
Ok, so the nameservers for jamroom hosting would be:

ns1.linode.com
ns2.linode.com

Correct:

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/3536/updating-nameservers-so-your-domain-is-live
brian
@brian
01/25/16 01:37:57PM
10,149 posts

week charts


Using Jamroom

Bandwerkstatt:
Hi michael,

many thanks for your answere. Your right - so i´m sorry!

But my question is, my example ... can jamroom do that or is it normal, that week charts not support for example a fix time monday till saturdays without every day new sync?

Yes - Jamroom can do it - you can give it a specific start date and end date in YYYYMMDD format so you can generate a chart for any length of days.
  289