Forum Activity for @brian

brian
@brian
10/02/15 08:07:07AM
10,149 posts

Daily maintenence


Installation and Configuration

DannyA:
Is there any additional considerations when using the cloud cron server?

Not really - the Cron server just "pings" cloud connected servers that are not user facing. As long as you are pinging the server with Cloud Cron, daily maintenance will run. If it is not, check your error log. ALSO - daily maintenance messages come in as INF level messages - if you are centralizing your logging via the Log Server, make sure all your servers are sending INF level logs to the log server.
brian
@brian
10/02/15 08:05:33AM
10,149 posts

account id vs email


Installation and Configuration

users cannot log in using an "acountid" - do you mean User Name? Just change the text on the signup form to be "email address" instead of "user login" - the Jamroom login accepts either.
brian
@brian
08/19/15 11:26:23AM
10,149 posts

iphone front facing photos are rotated


Using Jamroom

Yeah I think this can be supported - possibly. The EXIF data in the image will contain orientation info BUT it's not always correct, so there's a chance that some images that WOULD have been correct will be rotated incorrectly. I've done A LOT of work with this exact issue recently, and some cameras just do not record the orientation properly.
brian
@brian
08/19/15 11:24:29AM
10,149 posts

Design Flaw


Design and Skin Customization

Can't this just be done with a jrFoxyCart jrCore_list call? Certainly not a "design flaw" - Jamroom will let you list anything you want.
brian
@brian
08/19/15 11:23:40AM
10,149 posts

Yet another issue where Jamroom wont allow me to embed


Using Jamroom

Yeah - I think our best bet here is to have a new "allow all HTML" setting for the quota - that way you can do things like this (i.e. allow script embedding, which is dangerous). Trying to educate Jamroom user's on WHY this is a bad idea is a losing proposition - our best bet is to just give you the rope if you ask for it :)

I'll work that in for the next core release.
brian
@brian
08/10/15 08:45:26AM
10,149 posts

Put lightbox feature everywhere?


Using Jamroom

lornawebber:
I'm searching (in my ignorance I'm afraid) for information on how images are displayed in galleries. I've searched the JR documentation for information on Lightbox and come up empty, so forgive me if I am off topic - I really don't know if our site uses the lightbox and Ruth isn't available to ask, but this thread does seem relevant to my problem.

As an Admin on the pmp-art site, I'm getting lots of questions/complaints about how to control the size of image as displayed in galleries. Resizing the image (e.g. in the Image Editor) does not make it smaller when displayed. This is a feature that everyone wants.

On the pmp-art site, the display seems to use only the image pixel width, to work out how big to make the displayed size, it doesn't use the height, so you do often have to scroll a 'portrait format' photo. I attach an extreme example.. the screen shot is the entire visible screen.

Can you give me a pointer as to where to look? Sorry if this is a dim question. I'm new.

I've read the Forum posts here: https://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/8494/nova-skin-gallery-lightbox-not-resizing-to-browser-window
and here: https://www.jamroom.net/the-jamroom-network/forum/25127/photo-lightbox-viewer-possible-to-link-to-image/search_string=lightbox
Both discussions are now closed, but don't say what the outcome was. Did you update the lightbox? Is there a way to click from an image to comment (that would be nice)?

This is not related to lightbox - this is the jrGallery/templates/item_detail.tpl file. Right now the system tries its best to "fit it" to the current page size, and this is done so the page will be responsive on a mobile device. If you change so it sets it to a specific height and/or width, then it's not likely to work properly across all devices.

Let me know if that helps.
brian
@brian
08/10/15 08:42:51AM
10,149 posts

bug report - still a problem with forums pagination (slightly diferent problem)


Ning To Jamroom

soaringeagle:
i had, but it was unchecked i reset it anyway but what about the fare more serrius issue of the pagination
i canyt run my sitemap crawler as it will never end because the pagination will have it crawling pages that dont exist
and search engine bots aswell will get lost
they can be looking at pages with p=56646754565664546
because the pagination never ends

I cannot see how this is an issue - you of course can put in any page you want, but you'll get a 404 if the page does not exist.

I don't see any issues with pagination here on jamroom.net or on my dev site.
brian
@brian
08/10/15 08:41:49AM
10,149 posts

Profile views, followers and following


Design and Skin Customization

amwproductions:
brian:
What template have you placed it in?

i have Pro Jam Dark template

What is the name of the actual template file?
brian
@brian
08/10/15 07:52:27AM
10,149 posts

Profile views, followers and following


Design and Skin Customization

What template have you placed it in?
brian
@brian
08/10/15 07:42:34AM
10,149 posts

Profile views, followers and following


Design and Skin Customization

amwproductions:
brian:
amwproductions:
brian:
The Followers module automatically maintains the proper profile_jrFollower_item_count for you - it's not something you want to do manually as your manual change will get overwritten any time there is a change to followers.

You not have like twitter or other social that counts followers, following etc.....

The JR followers module does not include follower counts from social networks - that information is not available via API. Sorry!

How i can set the settings into my template that`s count automatically? Have you any idea?

Use:

$profile_jrFollower_item_count

That will be set to the number of followers the profile has. Note that that works in PROFILE templates (i.e. skins/SkinName/profile_*.tpl)
  354