Forum Activity for @brian

brian
@brian
12/06/16 12:05:29PM
10,149 posts

Continued Calendar / Event challenges


Using Jamroom

This is a bit trickier than it may seem to handle - I'm not sure the DS functions WILL handle it, but I am checking it out.

Thanks!
brian
@brian
12/06/16 08:00:20AM
10,149 posts

Simple Chat / Ninja Skin some icons not showing?


Using Jamroom

I have reset the chat CSS on your site for you and moved it out of the style section. I have not been able to replicate this here, but will continue to check for it. If it happens again, and you can note what you did just preceding it, let us know.

Thanks!
brian
@brian
12/06/16 07:40:56AM
10,149 posts

Continued Calendar / Event challenges


Using Jamroom

joanna:
Huge thank you for this help.
So, #1 from the above we may call solved.

Do you have any magic wand to help me to resolve the #2 - so the event should disappear when it finishes not when it starts. What code should I use for it?

I'm not sure at this point - I'm looking at the module to see how it is implemented and will let you know.
brian
@brian
12/06/16 07:28:55AM
10,149 posts

Continued Calendar / Event challenges


Using Jamroom

This is fixed - there were TWO jrCore_list calls in that template that both needed to be changed. I changed the second call and it is working.
brian
@brian
12/06/16 07:17:15AM
10,149 posts

How to delete a large number of Profile/User AND their content?


Using Jamroom

Strumelia:
One note though- we'd need to be able to look over all the members targeted for removal and remove a few before deletion

Doesn't this mean you would need to manually look through each user? In that way it is already supported.

To be honest I'm not be a big fan of "batch deleting" - too many ways it can go wrong, and typically it is a "one time cost" operation - i.e. it's not something you do on a regular basis, so optimizing and tweaking code that is used ONCE for the lifetime of the site (or say once a year) is hard to put at the top of the priority list of coding work that needs to be done.

Not saying we're not going to do it, but just wanted to point out the thought process when looking at if this is what we spend limited development hours working on.
brian
@brian
12/06/16 07:13:10AM
10,149 posts

Continued Calendar / Event challenges


Using Jamroom

That should have fixed it - can you open a ticket with your login so I can check out the template?

Thanks!
brian
@brian
12/06/16 06:52:12AM
10,149 posts

Continued Calendar / Event challenges


Using Jamroom

#1 - I just looked in your DB and I can see you have an error in your customized jrEvent/index.tpl - you have:

{jrCore_list module="jrEvent" order_by="event_date descc" pagebreak=10 page=$_post.p pager=true}

See the double "cc" in your order_by? That's incorrect so it defaults to _item_id DESC. You want to change this to:

{jrCore_list module="jrEvent" order_by="event_date asc" pagebreak=10 page=$_post.p pager=true}

#3 should be fixed on your site as well - let me know if that looks better.
updated by @brian: 12/06/16 06:53:56AM
brian
@brian
12/06/16 06:17:23AM
10,149 posts

Simple Chat / Ninja Skin some icons not showing?


Using Jamroom

This is something we are investigating to find out why the chat CSS was overridden when it should not have been.
brian
@brian
12/06/16 06:13:13AM
10,149 posts

Continued Calendar / Event challenges


Using Jamroom

This is a lot to read through - going forward could I get you to only post 1 issue per post? Listing multiple issues makes it difficult to keep track of what is going on, what has been fixed, and what might still be outstanding.

Most of these appear to be template issues, so are pretty easy to fix.

#1 - sounds like the jrEvent list just needs to be ordered by whatever you want it to be ordered by (i.e. start time, created, etc.)

#2 - I'm not sure about this one - I believe an event will show for up to 60 minutes after the start time, but I'd have to specifically look at your site to see how you are using it, what conditions are on the listing call, etc.

#3 - again this sounds like an issue with the listing NOT getting the info since the event has started - that shouldn't happen on a timeline entry and we can check it out.

Thanks!
brian
@brian
12/06/16 06:07:55AM
10,149 posts

Jamroom 6 Upgrade Guide


Announcements

I can make these changes for you today - can you open a ticket for me? I need to get your login so I can reset caches and make sure everything looks good.

Thanks!
  189