Forum Activity for @michael

michael
@michael
04/30/18 11:35:56PM
7,827 posts

JR sites going down...


Using Jamroom

andrusito:thanks, but if the guys behind JR cannot figure it out, I hardly believe I can.
Our recommended way to setup a server is in this guide:
https://www.jamroom.net/brian/documentation/guides

it is of course not the only way to setup a server. Your server is setup differently and something in there is causing issues. We can offer suggestions but cant really debug your server for you. :( . Probably your server company doesn't want to do that for you either so it kind of is left up to you like it or not unfortunately.
michael
@michael
04/30/18 11:29:06PM
7,827 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,827 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,827 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,827 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,827 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,827 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,827 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,827 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.
  132