Forum Activity for @dazed

Dazed
@dazed
01/02/17 07:10:19PM
1,022 posts

Limiting RSS Feed


Using Jamroom

post your code for that
Dazed
@dazed
01/02/17 05:56:49PM
1,022 posts

OG Tags Not Working


Using Jamroom

ok will wait.

Thanks MIchael.
Dazed
@dazed
01/02/17 05:33:12PM
1,022 posts

OG Tags Not Working


Using Jamroom

Hey Michael. Yeah I am familiar with the debugger all to well. I helped our devs a few years ago with this when we added social media to a few sites. If you go to the debugger you can see everything was scraped and the og image tag is correct. Even if you look at view source the meta tag shows the correct fb image. But if you go to my site_blogs page and click the social media icon on a blog and you get that stock image.

The odd thing is I redid my artists pages using og tags and song images and they are fine.

I killed site builder early am today.
Dazed
@dazed
01/02/17 04:21:17PM
1,022 posts

OG Tags Not Working


Using Jamroom

Need some help here. I have done my fair share of FB testing over the years and for the life of me can't figure this out. My og:image is scraped but when I post to FB I get the attached screen shot from many pages.

I cleared the og tags from my meta file. I used the meta tag manager and added the og:image tag in for the page. Reset cache/image cache. Went to https://developers.facebook.com/tools/debug/og/object/ and scraped the page. My og:image is correct.

Then I go to https://www.mixposure.com/site_blogs and click the FB share button and I still get the attached image. I have no idea where that image is even coming from!

Any ideas?
2017-01-02 17_07_09-Post to Facebook.jpg 2017-01-02 17_07_09-Post to Facebook.jpg - 19KB

updated by @dazed: 01/05/17 07:06:45PM
Dazed
@dazed
01/02/17 03:10:48PM
1,022 posts

Limiting RSS Feed


Using Jamroom

Do not put the whole piece of code in. Just look for the rss call and add the |truncate:20:"...":false} as shown in the above.
Dazed
@dazed
01/02/17 12:04:49PM
1,022 posts

Limiting RSS Feed


Using Jamroom

@perrie I am not 100% sure but this should help. The below was an rss loop I had in an old skin. Based on the loop you should be able to use the "|truncate:# of letters:" as shown below.

                {foreach from=$jrFeed.feed.item item="item"}
                    <div class="normal">
                        <a href="{$item.link}">{$item.title}</a><br>
                        {$item.pubDate|jrCore_date_format}<br>
                        {$item.description|truncate:20:"...":false}<br>
                    </div>
                    <hr>
                {/foreach}


Dazed
@dazed
12/31/16 04:55:56PM
1,022 posts

Something to look at


Using Jamroom

Not sure if I would call this a bug but make a workflow issue....

as an admin setup an artist with a free subscription account
put the user back to a normal account so they can upgrade
login as the user and try to create a new subscription
result: user gets a message they will be credited for any difference
Then they get an error message trying to continue

I found out after you change the account you need to refresh the cache or it will not go through.


updated by @dazed: 04/09/17 09:32:47AM
Dazed
@dazed
12/31/16 01:46:37PM
1,022 posts

Activity Log Help


Using Jamroom

Hey Michael - I just opened a ticket on this. I dd not see Douglas asked for it. There is more info there but here are repro steps.

Just login
clear activity logs
go to /ron-dadey/action/p=2
then check the activity logs
Dazed
@dazed
12/31/16 01:25:28PM
1,022 posts

Activity Log Help


Using Jamroom

Yes on Integrity check repairing DB's entries. I deleted those timeline entries for that band and no more db error. I am throwing tinymce_imagetools failed to save the adjusted file though.

I only saw this error when changing the skin. I just changed my site to the default Audio Pro Skin and was able to reproduce it.


Message	[Admin] invalid search criteria in jrCore_db_search_items parameters
Date	12/31/16 04:21:30PM
IP Address	75.171.156.220
URL	/ron-dadey/action/p=2
Memory	19.5MB

Array
(
    [0] => jrGallery
    [1] => Array
        (
            [jrcore_list_function_call_is_active] => 1
            [search] => Array
                (
                    [0] => gallery_title_url = 
                    [1] => _profile_id = 176050
                )

            [template] => 

    {if isset($_items)}
    {foreach $_items as $_i}
    <a href="{jrGallery_get_gallery_image_url item=$_i}" title="{$_i.gallery_alt_text}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$_i._item_id size="icon96" crop="portrait" class="iloutline" alt=$_i.gallery_alt_text width=96 height=96}</a>
    {/foreach}
    {/if}


            [order_by] => Array
                (
                    [gallery_order] => numerical_asc
                )

            [limit] => 4
            [module] => jrGallery
        )

)

updated by @dazed: 12/31/16 01:25:43PM
Dazed
@dazed
12/31/16 12:36:02PM
1,022 posts

Activity Log Help


Using Jamroom

Thanks Michael. I think it is a bug. I can create the error when going to site_url/band/action and the user has gallery links in their timeline. I have made zero changes to this area. Oh it also throws:

tinymce_imagetools failed to save the adjusted file
updated by @dazed: 12/31/16 12:37:36PM
  28