Forum Activity for @brian

brian
@brian
11/15/16 01:07:59PM
10,149 posts

Creating a module to change from the Follow model to the Friend model


Jamroom Developers

The Followers to Friends module makes _no_ changes to the followers module at all. All follower pages will remain the same and show as "followers". It would be up to you to make any language changes that you want.

It does provide a tool that will force change your profiles to "Approve followers" so they have to accept the "friend" request before it is reciprocated.

Let me know if that helps.
brian
@brian
11/15/16 08:34:31AM
10,149 posts

Problem with Genosis Events


Genosis

Melih:
No i did try this before you said. But i can try it again. I don't want to update the core to beta release because i made lots of changes to localize somethings and i have to do them again and again on every update :(

See the code I posted JUST ABOVE your response. The reason you got a 404 is that it was missing this line:

{jrCore_module_url module="jrGenEvent" assign="murl"}

This has nothing to do with updating the core or anything else.

Here's what your profile_index.tpl file should look like (if you want to use the one that is in the new Genosis skin):

{* default index for profile *}

<div class="col9 last">

    {jrCore_include template="profile_menu_include.tpl" hilight="timeline"}

    <div class="block" style="padding:6px">

        {if strlen($profile_story) > 0}
            <div id="profile_story_box">{$profile_story|jrCore_format_string:$profile_quota_id}</div>
        {/if}

        <div class="title">
            <div class="block_config">
                {if jrProfile_is_profile_owner($_profile_id)}
                    {jrCore_module_url module="jrGenEvent" assign="murl"}
                    <a href="{$jamroom_url}/{$murl}/create/profile_id={$_profile_id}" title="{jrCore_lang skin="jrGenosis" id=35 default="Add new Timeline Event"}">{jrCore_icon icon="plus"}</a>
                {/if}
            </div>
            <h1>{jrCore_lang skin="jrGenosis" id=42 default="Timeline"}</h1>
            <div class="breadcrumbs">
                <a href="{$jamroom_url}/{$profile_url}/">{$profile_name}</a> &raquo; <a href="{$jamroom_url}/{$profile_url}">{jrCore_lang skin="jrGenosis" id=42 default="Timeline"}</a>
            </div>
        </div>

        <div class="block_content" style="margin-top:12px">

            {jrGenEvent_get_events profile_id=$_profile_id}

            {jrCore_db_get_item module="jrProfile" item_id=$_profile_id assign="item"}
            {jrCore_item_detail_features module="jrProfile" item=$item}

        </div>

    </div>
brian
@brian
11/15/16 08:15:45AM
10,149 posts

Problem with Genosis Events


Genosis

Sorry - forgot to include the line above it - should be:

{jrCore_module_url module="jrGenEvent" assign="murl"}
<a href="{$jamroom_url}/{$murl}/create/profile_id={$_profile_id}" title="{jrCore_lang skin="jrGenosis" id=35 default="Add new Timeline Event"}">{jrCore_icon icon="plus"}</a>
brian
@brian
11/15/16 08:05:00AM
10,149 posts

Problem with Genosis Events


Genosis

The change you want is located in the "profile_index.tpl" file - the specific line for adding the new event should be:

<a href="{$jamroom_url}/{$murl}/create/profile_id={$_profile_id}" title="{jrCore_lang skin="jrGenosis" id=35 default="Add new Timeline Event"}">{jrCore_icon icon="plus"}</a>

Let me know if that helps.
brian
@brian
11/15/16 08:01:41AM
10,149 posts

Possible Issue Jamroom 6 Beta


Design and Skin Customization

This has been fixed in the latest release of the Combined Audio and Combined Video modules (version 1.1.3) - update and this should look good now.

Hope this helps!
brian
@brian
11/14/16 03:27:12PM
10,149 posts

I can't log into my own network


Ning To Jamroom

hypnoscott:
soooo... ummm... not really sure what's going on here but I can't log into my network and doing password reset doesn't work. how do I fix this?

A password reset should work - are you sure you're using the right email address?

If you're on our hosting, you can also reset any Master admin password by going to your server dashboard -> "settings" for the domain you want to reset for then click on "change admin info".

Let me know if that helps.
brian
@brian
11/14/16 03:24:45PM
10,149 posts

Problem with Genosis Events


Genosis

I think I see the issue - the updated + sign URL is actually in the new Genosis skin - so update to the JR6 beta as outlined here:

https://www.jamroom.net/the-jamroom-network/forum/announcements/44027/jamroom-6-beta-kick-off

and then you'll be able to update to the latest Genosis skin - that should fix it up.

Let me know if that helps.
brian
@brian
11/14/16 10:53:13AM
10,149 posts

I forgot where a certain groups setting is...?


Using Jamroom

I'm not aware of anything else that affects this - if you have the "Allowed on Profile" CHECKED, then users in that quota should see a GROUPS option on their profile, and be able to create groups on their profile.

I'll let Paul follow up here though as he is more familiar with how the groups work than I am.

Thanks!
brian
@brian
11/14/16 10:52:08AM
10,149 posts

Problem with Genosis Events


Genosis

Hmm.. that really doesn't make any sense. When you go into the "create" form, look at the URL - do you see the profile_id being passed in? It should look like this:

yoursite.com/genevent/create/profile_id=????

Where ???? will be the profile_id you are creating the event for.
  208