Forum Activity for @michael

michael
@michael
06/03/17 10:15:01PM
7,832 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,832 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,832 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,832 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.
michael
@michael
05/29/17 04:52:58PM
7,832 posts

Email From Name


Installation and Configuration

ACP -> COMMUNICATION -> EMAIL SUPPORT -> GLOBAL CONFIG -> GENERAL SETTINGS -> FROM NAME
Is the setting you want. Its working here for me.

Could be that your email client is not using it though.
from_name.jpg from_name.jpg - 261KB
michael
@michael
05/29/17 04:15:51PM
7,832 posts

Gallery Deleted Image Remains


Using Jamroom

The URL you sent has a placeholder image.

Example, here is my user image here on jamroom.net
https://www.jamroom.net/user/image/user_image/4/large/

Its found in the database, and in the filesystem so it shows.

However if I try to find an image for a user that does not exist, 9999999 then a placeholder image will show
https://www.jamroom.net/user/image/user_image/9999999/large/

Unless something has changed over-night, its the placeholder image that you are seeing.
michael
@michael
05/29/17 03:04:06AM
7,832 posts

Gallery Deleted Image Remains


Using Jamroom

Try resetting the image cache:
ACP -> CORE -> IMAGE CORE -> TOOLS -> RESET IMAGE CACHE
michael
@michael
05/28/17 12:09:50AM
7,832 posts

Is it possible for new applicants to complete a profile form before their account has been approved?


Using Jamroom

The way that occurs to me is to make a small module that checks that all of the form fields on the profile are filled in to your minimum requirements and if they are not, then it redirects them to their profile page.

Have it fire on when the user logs in and when the profile form is saved. They wont be able to get past their profile create screen until their form is filled in.
michael
@michael
05/26/17 05:32:44PM
7,832 posts

Soundcloud


Installation and Configuration

check there are no spaces in the beginning or end of your copying. If that fails, send me login details to your site as admin and I'll see if I can see any reason.
  221