Forum Activity for @michael

michael
@michael
04/30/18 11:29:06PM
7,826 posts

MySQL error after updating Jamroom


Jamroom Developers

Maybe try rebuilding the search index
ACP -> MODULES -> LISTING -> SEARCH -> TOOLS -> REBUILD INDEXES
michael
@michael
04/29/18 09:00:31PM
7,826 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

group_by="_profile_id" 
is the key. :)

--edit--
Add that to the jrCore_list call that is generating that list of followers.
updated by @michael: 04/29/18 09:43:16PM
michael
@michael
04/27/18 04:45:36PM
7,826 posts

Modules not working correctly at System tools / System Check


Installation and Configuration

those errors that douglas quoted above are the issue.

the System Tools module cant use its copies of those files.

if your system has its own then you need to add where they are yo your config.php file.

eg https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary
michael
@michael
04/23/18 03:08:46AM
7,826 posts

Hiding profile header from website Forum page


Design and Skin Customization

Got a URL? Looks like its working on your site from what I can see.
forum.jpg forum.jpg - 150KB
michael
@michael
04/22/18 08:58:49PM
7,826 posts

Is it possible to add this message button found on follow me skin to celebrity skin?


Design and Skin Customization

That icon is found in the profile_header.tpl template of the jrFollowMe skin, the code for it is:
       {if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
                                {jrCore_module_url module="jrPrivateNote" assign="nurl"}
                                <a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Profile">{jrCore_icon icon="mail" size="22" class="email"}</a>
                            {/if}

That code will work in other skins in the same location. It was found inside a
{if jrUser_is_logged_in() && !jrUser_is_linked_to_profile($_profile_id)}..........{/if}
block, so probably best to put it back into that same block.
michael
@michael
04/22/18 08:49:41PM
7,826 posts

Hiding profile header from website Forum page


Design and Skin Customization

Are you using a customized followme or the latest from the marketplace? Mine looks like this:
forum_on_followme.jpg forum_on_followme.jpg - 78KB
michael
@michael
04/21/18 10:33:47PM
7,826 posts

Is it possible to see the usage rate of private notes?


Using Jamroom

not sure what those numbers are, here's a screenshot of what I was thinking
database.jpg database.jpg - 159KB
michael
@michael
04/21/18 10:28:56PM
7,826 posts

jrAparna module


Using Jamroom

We do say that sometimes for some things, like "don't use these beta modules on production sites...." but still they get used, and support is still expected when something breaks.

In this case the modules been retired. It will still keep working for you though because you have it. You can still put it on any site you like. Its just not available in the marketplace anymore.
michael
@michael
04/21/18 10:25:06PM
7,826 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

soaringeagle:
how do i then target those 2 specific questions since those 2 are the only ones not showing?

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

if you have a variable called $_ning_questions with array elements then to target one you use its name like this:
{$_ning_questions.user_signup_question_4}
take a screenshot of the debug panel in that area so i can see what it looks like.
  132