Forum Activity for @michael

michael
@michael
05/14/17 07:35:59PM
7,827 posts

add to search database for elevated users


Suggestions

You could use the jrAparna module to create a skeleton module, then use the Form Designer to add the fields you want to that modules form.

Use the quota system to only allow the module to be accessible for profiles in the board members quota.

Maybe even a module for each type:
CONTACT LISTS | MEMBER STATUS | FUNDRAISING LEADS | PAST GRANTS

Then use something like this:
{jrSearch_module_form fields="(YOUR MODULE PREFIX)_name,profile_bio,profile_genre"}

Docs: "Search"
https://www.jamroom.net/the-jamroom-network/documentation/modules/950/search#development

Some reference docs:

Docs: "HowTo: Form Designer + Aparna = Custom Page Module with RSS feed "
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/2463/howto-form-designer-aparna-custom-page-module-with-rss-feed
michael
@michael
05/14/17 07:22:16PM
7,827 posts

S3 Media Download Issue


Using Jamroom

That function is prefixed with a _. Normally you'd not use that directly. That function would normally be called via jrCore_get_media_url() wrapper function that checks which media system is in use, local or remote or other.

Cloudfront is some sort of caching mechanism that has been the cause of questions asked in these forums in the past.

Might be a button you need to click to refresh the cloudfront cache. Not sure sorry, don't understand their system well enough.
michael
@michael
05/14/17 07:15:43PM
7,827 posts

Question about HTTPS images


Design and Skin Customization

derrickhand300:
Getting this error on both http and https...which had been working previously
"module has not registered for RSS Feed support"

This was an adjustment in the jrFeed module. It was setup to feed any module that had a datastore. It turned out that it was feeding private tickets, which is undesirable. So from 1.2.1 of the "RSS Feed and Reader" module:
https://www.jamroom.net/the-jamroom-network/networkmarket/72/rss-feed-and-reader?expanded_changelog=1
Quote:
RSS Feed Reader module changelog

Version 1.2.1:
- Change: Modules must now register the "feed_support" module feature to allow module RSS Feeds

Version 1.2.0:
........

so in your modules _init() function found in its include.php file register for support. The blog module does it like this
    // We want RSS feeds
    jrCore_register_module_feature('jrFeed', 'feed_support', 'jrBlog', 'enabled');

replicate for whatever your module is named.
michael
@michael
05/11/17 07:11:53PM
7,827 posts

Marketplace listing shows bbcode tags


Using Jamroom

Worth the effort. Thanks!
michael
@michael
05/10/17 09:07:48PM
7,827 posts

Is this possible?


Using Jamroom

yes.

There are many ways to do it. The first two that occur to me are:
* build them a skin that doesnt have the top bar and activate it for their profile OR
* put them on their own profile domain then check the value of the current domain in your existing skin, if it matches their profile's custom domain, hide the header.

There are probably other ways too.
michael
@michael
05/10/17 04:57:44PM
7,827 posts

Marketplace listing shows bbcode tags


Using Jamroom

Just went to check this one out, and brian's alread beaten me to it. Chat images and main images will not appear in the same ligntbox anymore.

Can I see the cute kitten now ?? :)
michael
@michael
05/09/17 06:32:07PM
7,827 posts

Marketplace listing shows bbcode tags


Using Jamroom

I dont see a cute kitten, :(

I just see that one image and no carousel. probably because there are no images in the chat room that I have open.

I have seen it happen before though, where if there are images in the chat and you're clicking on an image in the forum, after the forum images run out the chat images will start to show.

didnt bother me enough to log it as a bug. bug?
michael
@michael
05/09/17 06:27:55PM
7,827 posts

is there any update for Lucid template on new version


Installation and Configuration

Here is a video about installing via the built-in marketplace.

Video Learning: "The Marketplace: Installing a Skin"
https://www.jamroom.net/video-training/84/the-marketplace-installing-a-skin
michael
@michael
05/08/17 11:34:53PM
7,827 posts

Timeline refers to gallery name, not item


Using Jamroom

:) the _url was a mistake by me. No problem though, you caught it. Well done.

Same concept for most places too so its re-usable:
* see whats there
* re-arrange to your liking.
* if somethings not there, get it there, then
* re-arrange to your liking. :)
  224