Forum Activity for @michael

michael
@michael
05/28/15 03:06:43AM
7,832 posts

Profile Layouts


Design and Skin Customization

we're looking at the "experience" tab right? and it should go as high as it needs to go?
michael
@michael
05/28/15 02:46:31AM
7,832 posts

Profile Layouts


Design and Skin Customization

weird, height should be automatic. Perhaps its set by a surrounding element. got a URL?
michael
@michael
05/28/15 02:17:54AM
7,832 posts

Audio Upload Failed


Using Jamroom

* The max file upload size is set to 512M on the smallest server.
1. emails are all run through mailgun. (need brian to jump in here on the how. know we have @jamroom.net mails so should be possible.)
2. we don't have yearly payments, its all daily, so if you cancel half way through the month, you only pay for half the month.
3. no sorry. but this thread might be of interest to you:

"Media storage and caching"
https://www.jamroom.net/the-jamroom-network/forum/jamroom-developers/11895/media-storage-and-caching

These are the hosting docs:

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting
updated by @michael: 05/28/15 02:19:48AM
michael
@michael
05/28/15 02:04:39AM
7,832 posts

Profile Layouts


Design and Skin Customization

That's looking real nice.

The scaling can be fixed by changing the .tab class from 650px to
   width: 100%;

its the width of the ul.
michael
@michael
05/28/15 12:11:59AM
7,832 posts

Update On Custom Metatags


Design and Skin Customization

Could be because you've customized the item_details.tpl file for the jrGallery module.

The jrGallery module that is responsible for getting that og:stuff out there is:
/modules/jrGallery/templates/jrShareThis_facebook_open_graph.tpl
michael
@michael
05/27/15 10:11:37PM
7,832 posts

Update On Custom Metatags


Design and Skin Customization

These are the metatags that appear in my gallery item details page:
<meta property="og:url" content="http://jr500.iixxii.cc/admin/gallery/1/dp-406s-01" />
<meta property="og:see_also" content="http://jr500.iixxii.cc/admin/gallery/1/dp-406s-01" />
<meta property="og:type" content="website" />
<meta property="og:title" content="admin: bark" />
<meta property="og:description" content="bark" />
<meta property="og:image" content="http://jr500.iixxii.cc/gallery/image/gallery_image/1/xxlarge/_v=1432789681" />
<meta property="og:image:width" content="800"/>
<meta property="og:image:height" content="600"/>
<meta property="og:site_name" content="jr500.iixxii.cc" />
<meta property="og:updated_time" content="1432789840" />
</head>

Make sure your up to date with your modules. Can you see any meta tags that your example has that mine hasn't got? (that would be useful in the case of an image)
michael
@michael
05/27/15 09:57:34PM
7,832 posts

Profile Layouts


Design and Skin Customization

There's no smarty function to make tabs, but there are quite a few possible examples in the existing skins or the jrWidgets module of ways to construct it. (but there are other ways on the net in tutorial form too....)
michael
@michael
05/27/15 08:19:29PM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

ok, got it. The reason it was out with the menu items was that on your system you'd added some menu items, and deleted some others.

The system expected the item_id's to line up:
1 -> 1
2 -> 2
....
but on your system it started with 4 so it was going
4 -> 1
....

when transferred. This made the parent id for the menu items be the wrong one. Its fixed now in 1.0.8 in the marketplace.

Think you'll be good now.
michael
@michael
05/27/15 07:40:11PM
7,832 posts

Cannot access site after attempting to downgrade


Using Jamroom

Got the dev setup setup and can see it happening on your setup. Trying to figure out what the issue is now.

Sorry for the delay.
  537