Forum Activity for @michael

michael
@michael
06/01/15 08:29:16PM
7,832 posts

'Normal' users cannot upload photos in 'Embed Local Media'


Using Jamroom

I could see this one time, then I couldn't reproduce it again.

I think its an issue with the default tab not being available on the 'normal' users embed interface. Try out 1.3.4 which is in the marketplace now and see if its still happening.
michael
@michael
06/01/15 07:57:53PM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

The function to use to get the menus out to the header.tpl file (or header_menu_desktop.tpl file) is:
{jrSiteBuilder_menu}

The default output format expects the UL to already be there, so its injecting into an existing menu location.

To put it all by itself where it controls all entries like as a replacement for the slate skin's bar menu, then the structure would be:
<div id="jrmenu_content">
    <nav id="jrmenu-wrap">
        <ul id="jrmenu">
            {jrSiteBuilder_menu}
        </ul>
    </nav>
</div>

Good that we're getting closer. :)
michael
@michael
05/29/15 12:58:33AM
7,832 posts

Profile Layouts


Design and Skin Customization

height should auto adjust to its aspect ratio.

So if your image is 400 wide and 300 high, setting a width to 100% and streching the image to 800 wide will result in the image being 600 high.

the image function in jamroom can force an image to certain aspect ratios using the crop= feature:

https://www.jamroom.net/user/image/user_image/915/large/crop=16:9
https://www.jamroom.net/user/image/user_image/915/large/crop=9:16
https://www.jamroom.net/user/image/user_image/915/large/crop=square
https://www.jamroom.net/user/image/user_image/915/large/crop=400:300
michael
@michael
05/29/15 12:31:26AM
7,832 posts

Profile Layouts


Design and Skin Customization

Yeah, images are fixed to specific widths, you can see what they are by getting one wrong:

https://www.jamroom.net/user/image/user_image/915/doesnt-exist

Quote: CRI: invalid image size - must be one of: 24,xxsmall,40,xsmall,56,72,small,96,icon96,128,icon,196,medium,256,large,320,larger,384,xlarge,512,xxlarge,800,xxxlarge,1280

so add one of them instead:
https://www.jamroom.net/user/image/user_image/915/large

and the image appears. After that use CSS to pick the exact px width if you need more refinement.

--
Calculating the DOB easiest method depends on what you have to start with. If you have a time-stamp, then its a number of seconds, so calculate what 18 years is in seconds, subtract that from what they have and if its above 0 they are over 18.
michael
@michael
05/29/15 12:16:56AM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

Ok, give the upgrade another go now.
michael
@michael
05/29/15 12:09:36AM
7,832 posts

Caching queries, profiles, and media


Jamroom Developers

seams like any delay that could be happening would come from the ajax requests. The full page maybe cached but the parts of it are still loaded via a request to each of the sections.
michael
@michael
05/29/15 12:04:20AM
7,832 posts

Caching queries, profiles, and media


Jamroom Developers

On a refresh of the page there is zero wait time on anything its just there.

If i ctrl+F5 to clear the browser cache, there is a slight delay below the cutoff but its real slight.

After a couple of refreshes, the slowest image in the ARTISTS section is the first one "artist eleven is a long profile name" and the SONGS section comes in after the artists section. I'll make a screen cast.
cleartracks.mp4.zip - 3.8MB

updated by @michael: 05/29/15 12:08:13AM
michael
@michael
05/28/15 11:39:36PM
7,832 posts

Cant Upload Images To Gallery


Using Jamroom

guess: you uploaded an image, but didnt click the "create gallery" button earlier. Left the page. Then clicked the + button to create another gallery and the previously uploaded images got attached to this times save.

Does it happen every time or just a one off thing?
  535