Forum Activity for @michael

michael
@michael
10/28/16 06:12:52PM
7,826 posts

World map of members?


Suggestions

There is a "World Map" tab in your email stats, but its only for the admin user to see. It shows where the email was delivered to.

ACP -> MODULES -> COMMUNICATION -> EMAIL CORE -> STATS BROWSER -> VIEW STATS -> WORLD MAP

Its possible to put that in a public location but would require a module developed to do it. That module does not exist currently.
michael
@michael
10/28/16 06:07:23PM
7,826 posts

User reports "Stay Logged In" doesn't work


Using Jamroom

I've seen this too on occasion here on jamroom.net. Using it for months always logged in, then a spat for a week or so when I had to login every other day and since then a many weeks when I havent had to login.

So there are some circumstances that cause the need to re-login. I THINK in my case (not sure, hard to tell) that the issue was FireFox browser was being updated. I suspect that as the cause of it but not sure.

Been working fine lately though.
michael
@michael
10/28/16 06:00:34PM
7,826 posts

Is there an easy way to discover who owns a secondary profile?


Using Jamroom

In order for a user to have more than one profile, the admin user must link them to that profile or they have the "Power User" setting for the quota that they are in that allows them to create new profiles.

If they are in a quota that has "Power User" enabled and they choose to create 3 new profiles, then they are removed from the power user quota, they will still have their profiles.
michael
@michael
10/27/16 09:38:41PM
7,826 posts

Is there an easy way to discover who owns a secondary profile?


Using Jamroom

Something like this:
{capture assign="profile_tpl"}
{literal}
    {if isset($_items)}
    {foreach $_items  as $item}
    <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="small" crop="auto" alt=$item.profile_name title=$item.profile_name width=false height=false}</a><br>
    <a href="{$jamroom_url}/{$item.profile_url}">{$item.profile_name}</a><br>
    {/foreach}
    {/if}
{/literal}
{/capture}
{jrCore_list module="jrProfile" search="_user_id = `$_user_id`" template=$profile_tpl}
put in the profile_header.tpl will show the profile images with their names of all profiles linked to the currently viewed profile.
michael
@michael
10/27/16 08:53:26PM
7,826 posts

What links can logged in users and passing visitors see and use? (SSL URL or non-SSL) x (local or non local)


Using Jamroom

XP is not supported by microsoft anymore. If the company that built the thing isn't supporting it you shouldn't either.
michael
@michael
10/27/16 08:51:16PM
7,826 posts

Is there an easy way to discover who owns a secondary profile?


Using Jamroom

You can put anything you like onto profile pages, perhaps the profile_header.tpl file. It will contain the $_profile variable with everything related to that profile in it.

'Profiles' are associated with 'User' accounts not other profiles, so what you're going to want to do is get the user_id of the owner of the profile, then use that in a {jrCore_list} call as a search parameter

something like:
{jrCore_list module="jrProfile" search="_user_id = $_user_id"}
(you'll need to use the actual variable that contains the user_id $_user_id is just one put there to illustrate how to do it. use {debug} to find out what variables you have available.)

Then you can format it however you like.

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

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list
michael
@michael
10/26/16 04:45:30PM
7,826 posts

Share This Integration with Follow Me Share Icon


Design and Skin Customization

The code to simply add the share this buttons is here:

Docs: "ShareThis"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2598/sharethis

its:
{jrShareThis module="?????" item_id="??????"}

The modal window layout is controlled by:
/modules/jrAction/templates/item_share_modal.tpl

(think you already know this but) how to override that template can be found here:

Docs: "Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1051/altering-a-modules-template
michael
@michael
10/26/16 04:39:56PM
7,826 posts

Can I tag discussions in the forum? (Module: Item tag)


Ning To Jamroom

That probably means your not in an account that is allowed to tag stuff, check the QUOTA CONFIG permissions.
  324