Forum Activity for @michael

michael
@michael
07/03/18 09:41:28PM
7,819 posts

How do I add a check box in a module ?


Using Jamroom

izhmel:...How do I add a check box in a module ?....
Depends on where you want to add it. If you mean to a Form, you can use the Form Designer

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer

Video Learning: "Admin Handbook: The Form Designer"
https://www.jamroom.net/video-training/85/the-admin-handbook-the-form-designer
michael
@michael
07/01/18 10:15:08PM
7,819 posts

Send Me a Private Note Button


Design and Skin Customization

This part goes in the template:
{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
    <div id="profile_contact">
        {jrCore_module_url module="jrPrivateNote" assign="nurl"}
        <a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Profile">{jrCore_icon icon="envelope2" size="35" class="email"}</a>
    </div>{/if}
and this part goes into a .css file somewhere
#profile_contact {
text-align: center;
}
#profile_contact .sprite_con {
display: inline;
border: none;
padding: 10px;
box-shadow:none;
}
michael
@michael
06/30/18 11:42:58PM
7,819 posts

Marketplace Issue


Genosis

Great. If you have that control option, can you upgrade it to php7? you will notice a speed increase if you can.
michael
@michael
06/30/18 11:11:38PM
7,819 posts

Marketplace Issue


Genosis

curl looks like its being blocked on your server. contact your host and ask them to enable it.
michael
@michael
06/30/18 10:27:21PM
7,819 posts

Marketplace Issue


Genosis

And there are no other issues in your SYSTEM CHECK? then check your activity log to see if there are any errors there:
ACP -> DASHBOARD -> ACTIVITY LOG

* ACTIVITY LOG
* ERROR LOG
* DEBUG LOG
michael
@michael
06/30/18 09:22:51PM
7,819 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

I think its related to the FriendsToFollowers module but don't know how to reproduce it. Without that, going searching for how to make it happen is lower priority.
michael
@michael
06/30/18 06:21:54PM
7,819 posts

Using OneAll Social: what does the digit 1 mean in the string "user_jrOneAll: 1" ?


Using Jamroom

1 probably means 'true'. ones and zeros meaning on or off. Thats not always the case and the script developer can choose the meaning. Its a common practice just to set a marker that you can use later. So its a value used to determine how the code will function.

The reason they are called 'keys' is because of how the data is stored in the database. They are stored in a KEY=>VALUE system which is a type of database structure. What you're looking at is not formatted for any kind of informational report, its just the raw data.

The formatted structure is available at
your-site.com/oneall/connections
ACP -> USERS -> ONEALL -> TOOLS -> SOCIAL CONNECTIONS
michael
@michael
06/30/18 06:12:31PM
7,819 posts

Marketplace Issue


Genosis

#1 if its possible to add APCu to your server, do it, otherwise its just a caching system so you can probably live without it.
related: https://www.digitalocean.com/community/questions/how-to-install-alternative-php-cache-apc-on-ubuntu-14-04

#2 says you've not setup your marketplace. Take your jamroom 'system id' and 'email' from here:
https://www.jamroom.net/networklicense/licenses/profile_id=5791/user_id=5781

and enter them into your site at
ACP -> MODULES -> CORE -> MARKETPLACE -> TOOLS -> MARKETPLACE SYSTEMS -> MODIFY

See how that goes and report back with any issues you encounter. If you've entered your details correctly and it still cant communicate, it maybe a server issue.
marketplace.jpg marketplace.jpg - 137KB
michael
@michael
06/30/18 06:03:05PM
7,819 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

Brians found a fix for this and it will be in an upcoming release of the core.
  121