Forum Activity for @dazed

Dazed
@dazed
01/04/17 08:25:40AM
1,022 posts

OG Tags Not Working


Using Jamroom

Yeah that is actually set for the audio page so they can post music to Facebook correctly. It is bleedover until the og tag module gets released.
Dazed
@dazed
01/04/17 07:33:48AM
1,022 posts

Limiting RSS Feed


Using Jamroom

Exactly
Dazed
@dazed
01/04/17 05:46:10AM
1,022 posts

Audio Pro Mobile


Using Jamroom

Try http://ipadpeek.com/. It can give you a basic look/feel and is fairly accurate. You guys should should consider https://saucelabs.com/. There is a free 30 day trial but one individual account would cost you $19 a month and give you unlimited manual testing minutes across various os/browser/mobile combinations.
Dazed
@dazed
01/03/17 08:16:21PM
1,022 posts

Audio Pro Mobile


Using Jamroom

Yes on default Michael - Take a look at this link on mobile. It only has one comment but picture 10-20 of these -

http://audiopro.n8flex.com/demo/uploaded_audio/10/demo-track-eight
Dazed
@dazed
01/03/17 07:44:42PM
1,022 posts

Limiting RSS Feed


Using Jamroom

you need to append it to the existing code. You should see something like:

{$item.rss.text}

change to

{$item.rss.text|truncate:20:"...":false}
Dazed
@dazed
01/03/17 06:55:33PM
1,022 posts

Why Jamroom is the best CMS


Off Topic

Have to agree. I think I joined around 2004 also and have been extremely happy with the whole JR team. Brian has bailed me out at least 2-3 times after my servers had crashed. My site is large and becomes cost prohibitive to host on JR so he could have easily told me to take a leap. The support here is better than any company I have ever interacted with. It is for these reasons I always tell people when building a website to look at JR because it has evolved into the best cms out there.
Dazed
@dazed
01/03/17 05:54:22PM
1,022 posts

Audio Pro Mobile


Using Jamroom

How can I change the audio item detail page so that when viewed in mobile, the song review thumbnail images are not full size? They look blurry as can be since they were originally thumbs. Not to mention if there are many comments, it is a scrolling nightmare hehe.

Thanks
image.jpg image.jpg - 31KB

updated by @dazed: 04/29/17 07:21:18PM
Dazed
@dazed
01/03/17 05:49:35PM
1,022 posts

OG Tags Not Working


Using Jamroom

much appreciated although I am getting fond of that default image now :)
Dazed
@dazed
01/03/17 05:48:54PM
1,022 posts

Something to look at


Using Jamroom

Exactly. Marking this as solved since there is a workaround and you guys can fix it accordingly.

Thanks Brian
Dazed
@dazed
01/03/17 05:50:45AM
1,022 posts

Limiting RSS Feed


Using Jamroom

I was looking for the full code. :) This should work though. If the call is pulling something like $_item.row.description or $item.rss.text (no idea what the variable is here that is pulling the text) then changing it to the below should work since it limits the output. The ellipses could be a link to the full story or you could just link off the title.
{$_item.row.description|truncate:20:"...":false}
{$item.rss.text|truncate:20:"...":false}

updated by @dazed: 01/03/17 05:51:57AM
  27