Forum Activity for @michael

michael
@michael
06/04/17 11:01:50PM
7,827 posts

help- what is the Timeline "Quick share" feature?


Using Jamroom

Nobody can post on someone elses timeline. They can post on their own timeline and @stumelia mention the person.

I could post on my own timeline:
* "Hi @strumelia, hows it going?"
and that would appear to you in your MENTIONS section ( https://www.jamroom.net/strumelia/timeline/mentions )

Does that sound like what you are seeing?
michael
@michael
06/04/17 10:42:14PM
7,827 posts

help- what is the Timeline "Quick share" feature?


Using Jamroom

Seems like an important question, so I wrote a blog post about it here:

Michaels Blog: "What is the Quick Share Feature"
https://www.jamroom.net/michael/blog/94/what-is-the-timeline-quick-share-feature
michael
@michael
06/04/17 09:55:32PM
7,827 posts

bug report disqus no longer works in forums


Using Jamroom

disqus on forums? How are you setting that one up.

There was an update to the jrDisqus module recently in 1.1.0 if you're using that. What version are you using?
michael
@michael
06/04/17 09:50:28PM
7,827 posts

Forum Replies Not Working?


Using Jamroom

Is that a question or reporting an issue?

I've just tried here on the beta versions (which I believe you are on) and with caching enabled the forum comments are being output immediately for others to view.

Need setup instructions to investigate further in for this one zach.
michael
@michael
06/03/17 11:42:59PM
7,827 posts

Newsletters not working anymore?


Using Jamroom

That's the issue then. In the betas there's a lot of new queue improvements. The newsletter module needed an update to make it work with it.

If you're in a rush for the fix, its:
/modules/jrNewsLetter/include.php around line 120 ish
where you see:
                    jrCore_queue_create('jrNewsLetter', 'send_newsletter', $_queue, $delay);
change it to:
                    unset($_queue['queue_id']);
                    jrCore_queue_create('jrNewsLetter', 'send_newsletter', $_queue, $delay);

There are 2 locations.
michael
@michael
06/03/17 10:15:01PM
7,827 posts

Newsletters not working anymore?


Using Jamroom

If your using the beta's your right its not working. Its fixed for the next beta release.
michael
@michael
06/03/17 05:28:59AM
7,827 posts

How to limit length of update in Timeline Posts?


Ning To Jamroom

That "Max Update Length" will show in the textbox as they are typing counting down to the 0 for the number of characters they are allowed to use.

But its not enforced, so if they do go over it, it will still display by default. It just sets a config variable:
{$_conf.jrAction_max_length}
that can be used if desired. Most of the default skins don't use it.

If you want to enforce it, adjust the jrAction -> TEMPLATES -> item_list.tpl -> MODIFY

from this:
{$item.action_text|jrCore_format_string:$item.profile_quota_id}
to
{$item.action_text|jrCore_format_string:$item.profile_quota_id|truncate:{$_conf.jrAction_max_length|intval}}

That will force the sting to truncate at the set limit.

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
michael
@michael
05/30/17 07:11:00PM
7,827 posts

Playlist popup/lightbox window


Design and Skin Customization

Its centered for me on Elastic2. Try a different skin, see if it changes.
elastic_2.jpg elastic_2.jpg - 159KB

updated by @michael: 05/30/17 07:11:17PM
michael
@michael
05/30/17 06:58:28PM
7,827 posts

Group Email - no automatic mention of group?


Using Jamroom

researchcooperative:...Or does a JR site automatically append the site prefix to internal links when emails are sent out, into the wild?...
nope. It would be a mistake to.

Conversation:
".....Yeah I have 2 sites that both have exactly the same URL structure, siteA.com and siteB.com. When I go to /whatever/whatever page on either of them, the results are different......."

If you want it to be a full url, add the full url.
  220