Forum Activity for @brian

brian
@brian
12/05/16 03:19:30PM
10,149 posts

Jamroom 6 Upgrade Guide


Announcements

Strumelia:
Brian, were you able to find the time to do this for my the two JR sites i have on my server?
Thanks so much... !

Unfortunately I had some unplanned family issues today that have kept me offline - should be (hopefully) a "normal" day tomorrow and I can get this fixed up for you.

Sorry for the delay.
brian
@brian
12/04/16 09:43:35AM
10,149 posts

profile questions not showing since update


Design and Skin Customization

Search for "jrNingImport_signup_questions" in your custom templates.
brian
@brian
12/04/16 09:39:35AM
10,149 posts

profile questions not showing since update


Design and Skin Customization

Not sure what to say - I can see it working here. Double check you've not customized the profile templates and changed anything. Here's the relevant code for the template:

        {if jrUser_is_logged_in() && $_conf.jrNinja_profile_questions == 'on'}
            {jrNingImport_signup_questions user_id=$_user_id assign="ning_questions"}
            {if isset($ning_questions)}
                <div class="block">
                    <div class="block_content mt10">
                        {$ning_questions}
                    </div>
                </div>
            {/if}
        {/if}

So:

1) It only shows to users that are logged in
2) the setting to SHOW the profile questions must be turned on in the skin config
3) a valid _user_id must be attached to the profile and the signup questions must be filled in
brian
@brian
12/04/16 09:29:28AM
10,149 posts

profile questions not showing since update


Design and Skin Customization

The Ning Import module must be active for Signup Questions to work in Ninja (new skin).
brian
@brian
12/04/16 09:06:35AM
10,149 posts

Tag search forum results don't link to posts


Using Jamroom

Have you run an INTEGRITY CHECK since you upgraded to JR6? Make sure and run one so the low level DB changes are in place.
brian
@brian
12/04/16 09:05:35AM
10,149 posts

Genosis World Events


Genosis

Melih:
Ok, it's taking event in choosen language now. But i don't understand something. I will try to explain with an example; for 1976 there are 32 events in Event Browser. But when i look for the profiles which have something on 1976, it always shows the same thing. It shows the first event.

Make sure caching is disabled (ACP -> Developer -> Developer Tools -> Global Config -> Run in developer mode should be CHECKED, then save). See if that makes it change on each page reload - if it does, then it is just caching which is correct - if not, then the function that retrieves the event needs to be looked at.

Thanks!
brian
@brian
12/04/16 09:03:16AM
10,149 posts

Jamroom 6 Upgrade Guide


Announcements

I've just checked out your skin, and there is only ONE custom activity template:

index_activity.tpl

This is because you based your skin on the jrNingJa skin, which only has 1 template that is affected by JR6. This template is actually NOT needed - it's overriding the jrAction_item_list.tpl file just to add an extra set of divs around the list, which we can do directly in the index.tpl file and eliminate that template.

Let me know if you'd like me to do that for you - would only take me about 2 minutes to do, and then the JR6 upgrade should be painless for you, as there are no other template modifications needed.

Thanks!
updated by @brian: 12/04/16 09:14:21AM
brian
@brian
12/04/16 08:46:19AM
10,149 posts

Genosis World Events


Genosis

Right on :)

I've just pushed version 1.1.1b1 to the private channel - update to that version then go into the World Events -> Event Browser and press "delete all historical events" so it resets.

Right now it kicks off during hourly maintenance, so keep an eye on it and see if that works.

Thanks!
brian
@brian
12/04/16 08:07:44AM
10,149 posts

Genosis World Events


Genosis

@melih - I've just sent you an invitation to a private Genosis marketplace channel - let me know if you get that. What I'd like to be able to do is release these updates to you first, so you can test it for me, before releasing it into the "stable" marketplace channel.

Let me know if that is OK with you - I'd prefer to have you test these changes before I make them available to everyone. That will let you provide feedback and let me know what issues you see before I push the changes to everyone.

I really appreciate it :)

Thanks!
  190