Thanks the pagnition seems to be working now.
Please can you provide some assistance on where I am to add new theme files.
As mentioned all of my tubepress 3.0 files are in directory lib/tubepress
I have a theme which was created in wordpress which I am attempting to mimic outside of WP on this site. - Everything working apart from the theme.
I have created a separate dir tubepress_pro_3_0_0 (for my TubePress Content Directory) in there is dir /content/themes/explore (explore has all of the appropriate php files taken from WP theme).
Based on the spacing not being correct between thumbs leads me to guess that its not finding my 'explore' theme and is defaulting to standard theme also I tested this my creating a new theme to display no thumbs, but there was no change to the gallery.
Everything is still be tested on php/test.php
Appreciate you help....and patience!
<?php
$tubepress_base_url = "http://site/temp/tubepress";
include "../tubepress/src/main/php/classes/TubePressPro.php";
?>
[Edit 23-03] Ok so I progressed a little further, due to leaning the basics of php. I completely understand the <print> & <Echo> functions and how these work now but my questions is:
Do I need to to include the above code on each of the page I use tubepress? I cant quite figure out how the above links/ is related to the proceeding <php> statements.
<?php print TubePressPro::getHtmlForHead(true); ?>
<?php echo TubePressPro::getHtmlForShortcode('theme="explore" mode="playlist" playlistValue="PLD1AE64406117E2FA" playerLocation="shadowbox" orderBy="newest" title="true" description="false" thumbHeight="172" thumbWidth="217" resultsPerPage="24" embeddedHeight="540" embeddedWidth="720" length="false" hqThumbs="true"'); ?>
Apologies two different core questions now. Theme dir & the best method for getting a playlist showing on a html page?
[Edit 24/03]
Trying to utilise tubepress player only (without thumb). Is the best way to follow this method?
http://tubepress.com...stomize:Recipes
Hide All Thumbnails for a Gallery
-Still trying to work out the correct dir for theme though?? Currently:
/lib/tubepress_pro_3_0_0/content/themes/explore
&
/lib/tubepress_pro_3_0_0/content/themes/single-player