Forum Activity for @white-agency

White Agency
@white-agency
07/03/15 08:53:04AM
204 posts

Monitoring forum posts


Jamroom Developers

Thanks Paul :)

That's pointed me in right direction !
White Agency
@white-agency
07/03/15 08:33:10AM
204 posts

Monitoring forum posts


Jamroom Developers

Our client has asked if they could have some sort of monitoring system on selected users posts.

Every now and then, the admins have to keep an eye on certain users because of the content of their posts.

I can create a new tab in the skin so that they can enter a comma seperated list of user_ids or usernames.

After successfully writing a module to sync username and profilename I've set about writing a module to monitor forum posts but I am struggling to find the correct function to listen for to get it all working.

Anyone point me to the correct function I need to listen to ?
updated by @white-agency: 08/02/15 01:45:22PM
White Agency
@white-agency
07/03/15 07:21:08AM
204 posts

Mobile MCE editor popup problem


Design and Skin Customization

Have managed to fix this with the following css :-

.mce-window
{
left: 0 !important;
width: 100% !important;
}
White Agency
@white-agency
07/03/15 05:02:49AM
204 posts

Pending user count


Design and Skin Customization

Thanks Paul.

Added return_count=true to the jrCore_list call and got the count :)
White Agency
@white-agency
07/03/15 01:19:41AM
204 posts

Pending user count


Design and Skin Customization

Typed this last thing before I left work ! Should have checked the wording doh!

I need to display the pending user count to the admin users when they log in rather than having to go to the dashboard to view it.

We have a handful of admins who are in and out during the day so it's useful if they can see the pending user count when they log in.
White Agency
@white-agency
07/02/15 08:58:16AM
204 posts

Pending user count


Design and Skin Customization

Need to display the pending user account to the admin users.

Had a look through the code but can't spot where the call is made.

Anybody point me in the right direction ?
updated by @white-agency: 08/03/15 07:01:55PM
White Agency
@white-agency
07/02/15 08:44:24AM
204 posts

Mobile MCE editor popup problem


Design and Skin Customization

On a phone the popups are not positioned correctly- see attached image.

Anybody any idea where I can edit this ?

Using a clone of NingJa skin.
mobile-popup-problem-1.jpg mobile-popup-problem-1.jpg - 25KB

updated by @white-agency: 08/14/15 04:04:36AM
White Agency
@white-agency
06/24/15 04:45:55AM
204 posts

Uploaded images from iOS are rotated


Installation and Configuration

Either uploading images to the gallery or via the embedded media on topics, they end up rotated by 90 or 180 degrees depending on if the image was taken in portrait or landscape mode.

Is this a problem with JR ?
updated by @white-agency: 07/26/15 07:15:19AM
White Agency
@white-agency
06/23/15 03:30:02AM
204 posts

Synchronising user name and profile name


Ning To Jamroom

With the users coming from Ning they won't understand ( or be un-willing to understand ! ) why the profile and username can be different.

I've managed to get a module working though so when they update the username, it updates the profile name at the same time.

:)
White Agency
@white-agency
06/23/15 01:22:36AM
204 posts

Editor embedded Media problem


Ning To Jamroom

This seems to have fixed itself overnight !!
  10