Forum Activity for @madc

MAD
@madc
04/14/14 05:21:32AM
600 posts

ACP Market Place


Suggestions

+1
MAD
@madc
04/05/14 09:23:07PM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

One last question, Does the jrYoutube module have any code to

hide suggested videos when the video finishes https://developers.google.com/youtube/player_parameters#rel

and

also to loop? https://developers.google.com/youtube/player_parameters#loop
MAD
@madc
04/05/14 08:13:54PM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

Thanks @paul.
I reverted to your code above and it still didn't work.

Then I changed this

{jrYouTube_embed type="iframe" width="100%" item=$item auto_play=true}

to this

{jrYouTube_embed type="iframe" item_id=$item._item_id auto_play=true width="100%"}

And it worked
Thanks for everything guys!
MAD
@madc
04/05/14 08:28:01AM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

Ok i got @pauls code to work with changing the tpl name from youtube_tpl to youtube.tpl
But it still only shows a list and not a player?

This is the code straight in the profile template

{capture name="template" assign="htp_youtube.tpl"}
        {literal}
            {foreach $_items as $title => $item}
                {jrYouTube_embed type="iframe" width="100%" item=$item auto_play=true}
            {/foreach}
        {/literal}
    {/capture}
    {jrCore_list module="jrYouTube" order_by="_created numerical_desc" limit=1 search="_profile_id = `$_profile_id`" template=$htp_youtube.tpl}

Page is https://www.punkbandpromotions.com/hear-this-promotions/youtube
I will leave it up as its am here in oz :p
updated by @madc: 04/05/14 08:55:00AM
MAD
@madc
04/05/14 08:20:10AM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

Nope still no go :(
Tried both with tweaks
same thing
Can't find the ID
MAD
@madc
04/05/14 08:11:27AM
600 posts

max file upload at 23MB


Installation and Configuration

Great so all's good :)
MAD
@madc
04/05/14 07:51:56AM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

Ok, Anyway to just get the last youtube video they added into a section of the header without them having to work out what ID etc?

EDIT
If I throw in an ID it works
But I don't want that as the affiliate is never going to know the id
I want THEIR last added youtube vid goes in there?
updated by @madc: 04/05/14 07:57:36AM
MAD
@madc
04/05/14 07:47:06AM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

BTW your post above mine shows the video ( last added ) as a list but I want the player and I want it to autoplay that profiles last added youtube not the list . I want a youtube video box that autplays?
In other words look at this page
https://www.punkbandpromotions.com/loud-fast-shitty/podcasts
Same position, I have a livestream pulled in which is external
I want to pull in an internal youtube video that they have just added.
No matter if they pull in 5 the last one needs to be showing ( they will know )
updated by @madc: 04/05/14 07:50:44AM
MAD
@madc
04/05/14 07:43:59AM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

If I use just
{jrYouTube_embed profile_id=$_profile_id order_by="created numerical_desc" limit="1" type="iframe" width="100%" auto_play=true}

in their template it shows

jrYouTube_embed: invalid item_id
MAD
@madc
04/05/14 07:38:40AM
600 posts

Latest profile youtube added used in a profile


Design and Skin Customization

Nope still not working
I tried with @pauls edit and yours brian as I know what your is doing
But it is still showing up blank with no errors. Any other thoughts?
  12