Forum Activity for @michael

michael
@michael
05/01/18 10:35:12PM
7,819 posts

Uploader Not Working


Installation and Configuration

Fantastic! well done :)
michael
@michael
04/30/18 11:38:36PM
7,819 posts

Uploader Not Working


Installation and Configuration

Need to figure out what that error is. Check your servers error logs for clues. anything like:
* "500 internal server error"
* "permission denied error"
* "file ownership permission error"

The uploaded file is not able to be written to the servers hard disk.
michael
@michael
04/30/18 11:35:56PM
7,819 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,819 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,819 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,819 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,819 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,819 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,819 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
  131