Thumbnail gallery in page not in sidebar

0 views
Skip to first unread message

shurford

unread,
Mar 5, 2008, 5:23:39 AM3/5/08
to vPIP
Hi there, Does anyone have any ideas about positioning the thumbnails
for a video gallery in the page section (below or to the side of the
video player) rather than the sidebar section of Wordpress using the
vPIP plugin? The later is done using the widget but the former has me
stumpped....

Any assistance appreciated.

Enric

unread,
Mar 5, 2008, 10:25:28 AM3/5/08
to vp...@googlegroups.com
Well,  Charles Iliya Krempeaux is the one who wrote the plugin (related videos and such) that places the thumbnails.  It works with vPIP, but is a separate plugin.  I'd check with him on this capability.

  -- Enric

Jay dedman

unread,
Mar 5, 2008, 10:28:53 AM3/5/08
to vp...@googlegroups.com
> > Hi there, Does anyone have any ideas about positioning the thumbnails
> > for a video gallery in the page section (below or to the side of the
> > video player) rather than the sidebar section of Wordpress using the
> > vPIP plugin? The later is done using the widget but the former has me
> > stumpped....

you can reach Charles who make the VideoPress plugin at
http://changelog.ca/project/VideoPress

Jay


--
http://jaydedman.com
917 371 6790

Jen Simmons

unread,
Mar 5, 2008, 1:30:39 PM3/5/08
to vp...@googlegroups.com
This isn't a plug-in thing -- this is a theme thing.

The theme is what decides to place which content where on the page.
The Wordpress widget sidebar thingy lets you drop and drag things into
the sidebar -- but yup, not in the footer or other places.

To do this, you want to get into the theme code and hack up that php.
http://codex.wordpress.org/Theme_Development

Once you understand the concepts.... then all you really need to do is
paste the Recent Videos or Related Videos code into the footer.php file.

Jen

Enric

unread,
Mar 5, 2008, 1:45:35 PM3/5/08
to vp...@googlegroups.com
Yes, on the VideoPress Related Videos page,

http://changelog.ca/project/VideoPress_Related_Videos

it says you can place

<?php do_action('videopress_related_videos');?>

on a wordpress admin Presentation->Theme Editor page to get the thumbnails.  I haven't tested that.  But I'd look into that.

  -- Enric

Charles Iliya Krempeaux

unread,
Mar 5, 2008, 9:09:04 PM3/5/08
to vp...@googlegroups.com
Hello,

(Assuming you are talking about the Related Videos plugin... and not
the Recent Videos plugins....)

Yes... using the template tag...

<?php do_action('videopress_related_videos');?>

... is one way to place Related Videos in your template where you want it.

Also... if you are using a WordPress theme that has more than one
widget area... then you could put it in any one of those.

There's also another way of doing it, if you have some PHP knowledge.

In WordPress, there is the $post global variable.

You can get at the related videos with...

$post->related_videos

(That will give you a PHP array, with all sorts of information about
each related video.)

See ya

--
Charles Iliya Krempeaux, B.Sc.
http://ChangeLog.ca/

Motorsport Videos
http://TireBiterZ.com/

Vlog Razor... Vlogging News... http://vlograzor.com/

shurford

unread,
Mar 6, 2008, 3:51:56 AM3/6/08
to vPIP
Charles, Enric, Jay Jen

Thanks guys, you are legend. Will let you know how I get on.

Steve

On Mar 6, 3:09 am, "Charles Iliya Krempeaux" <supercanad...@gmail.com>
wrote:
> Hello,
>
> (Assuming you are talking about the Related Videos plugin... and not
> the Recent Videos plugins....)
>
> Yes... using the template tag...
>
> <?php do_action('videopress_related_videos');?>
>
> ... is one way to place Related Videos in your template where you want it.
>
> Also... if you are using a WordPress theme that has more than one
> widget area... then you could put it in any one of those.
>
> There's also another way of doing it, if you have some PHP knowledge.
>
> In WordPress, there is the $post global variable.
>
> You can get at the related videos with...
>
> $post->related_videos
>
> (That will give you a PHP array, with all sorts of information about
> each related video.)
>
> See ya
>
> --
> Charles Iliya Krempeaux, B.Sc.http://ChangeLog.ca/
>
> Motorsport Videoshttp://TireBiterZ.com/
>
> Vlog Razor... Vlogging News... http://vlograzor.com/
>
> On Wed, Mar 5, 2008 at 10:45 AM, Enric <enric.me...@gmail.com> wrote:
> > Yes, on the VideoPress Related Videos page,
>
> >http://changelog.ca/project/VideoPress_Related_Videos
>
> > it says you can place
>
> > <?php do_action('videopress_related_videos');?>
>
> > on a wordpress admin Presentation->Theme Editor page to get the thumbnails.
> > I haven't tested that. But I'd look into that.
>
> > -- Enric
>
Reply all
Reply to author
Forward
0 new messages