vlowe
Forum Replies Created
-
Forum: Plugins
In reply to: Best and easiest galery solutionid setup a flickr account, and use joe tans Photo Album plugin.
See my gallery:
https://www.pirrana.co.uk/blog/index.php/gallery/All images stored at flickr saving my bandwidth and server space ??
Plugin site:
https://tantannoodles.com/toolkit/photo-album/Forum: Plugins
In reply to: New TV guide Plugin – Syntax help pls.cheers guys,
i have been playing with it last night.
i can get the date now:
putenv(“TZ=Europe/London”);
date(‘h:ia’)so i tried.
$vdate = date(‘h:ia’);if ($Programme[‘time’] < $vdate){
print ‘<font color=”#FF0000″>’.$aProgramme[‘time’].'</font>’;
}
else {
print $aProgramme[‘time’];
}i was trying to show started programmes in red.
this gave inacurate results.probably because of the am/pm??
i would move to 24hr format but the data i fetch is in 12hr with the am/pm attached ??
Forum: Plugins
In reply to: New TV guide Plugin – Syntax help pls.please help someone
a good start would be how to create a variable of the time now in this format 4:05pm
also
any ideas on a time range before and after this time by say 15 mins.
dont want to use $time -5 as that would just be five mins earlier i need it to be between now and then. if u get me
Forum: Fixing WordPress
In reply to: Set of users can post main posts. Everyone can commentmake certain users authors
Forum: Fixing WordPress
In reply to: Upload path errorsin your admin > options
have you set WordPress address (URI)& Blog address (URI) with the base address?
e.g.www.domain.com/wordpress/
Forum: Themes and Templates
In reply to: include header and sidbar into a standalone php file<?php
define(‘WP_USE_THEMES’, false);
require($_SERVER[‘DOCUMENT_ROOT’].”/blog/wp-blog-header.php”);
get_header();
?>did the trick
Forum: Fixing WordPress
In reply to: How to call a function from an independent page.where is the header, sidebar and footer defined?
i want to include these to a created php template.
Forum: Fixing WordPress
In reply to: Comments only viewable by the one who posted ithehehe wicked ??
Forum: Fixing WordPress
In reply to: Mytube plugin helpActually im not going to keep checking this post.
if you want help mail me.
vince {at} vlowe.co.uk
Forum: Fixing WordPress
In reply to: Mytube plugin helplol, i had problems with this at first.
especially with the css!! it kept breaking the thumbnails.anyway i made a few changes and got it working ok.
see my fav gallery here:
https://pirrana.co.uk/blog/index.php/youtube-favourites/I can help you do that ??
PS for info.
You need to turn Rich text editor off to create the gallerys or add a vid to your posts.Its under ‘users’ at the bottom of the page as its a user specific option.
I just turned it off to create the gallerys and turned it back on after ??