Search found 77 matches

by Maccsta
Wed May 30, 2012 11:24 am
Forum: General discussions
Topic: Remove Date From Sticky Post?
Replies: 1
Views: 2329

Remove Date From Sticky Post?

Hi!

I am using the Extended body plugin on my blogs to show a sticky post. I'd like to remove the date for this one post.

What code would I need to add to the Customfields to allow this?

Thanks for any help :)
by Maccsta
Thu Feb 09, 2012 11:22 pm
Forum: General discussions
Topic: Backing Up S9Y Blogs - Which Folders & Files
Replies: 3
Views: 2847

Backing Up S9Y Blogs - Which Folders & Files

Just started to FTP the blog and its taking forever (Got about 60 to do!). Surely I don't need everything.

What files and folders do I need?



I'm doing the mysql dump through the host's php my admin.

Do I need to select? Add DROP TABLE / VIEW / PROCEDURE / FUNCTION


Thanks for any help :)
by Maccsta
Sun Apr 10, 2011 11:23 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Re: Easy Podcasting Plugin For FLV Files

Ok cool I got it :) Thanks! <object type="application/x-shockwave-flash" data="http://www.tube.com/flvplayer/flvplayer.swf" width="470" height="320" name="player" id="player"> <param name="movie" value="http://www.tube.com/fl...
by Maccsta
Sat Apr 09, 2011 10:53 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Re: Easy Podcasting Plugin For FLV Files

erm their player would be located here: http://www.tube.com/flvplayer/flvplayer.swf <!-- podcastplayerstart --> <p class="podcasting" id="podcast_gg-winter.flv"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player. JavaScript...
by Maccsta
Fri Apr 08, 2011 11:27 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Re: Easy Podcasting Plugin For FLV Files

This would probably work but i'm using affiliate videos so the video loaction is fixed and the jpg image location is fixed also. I have a url for the jpg image to use, but I can't change it's location. I can try playing around with the code but I don't really know what I'm doing lol @DEFINE('PLUGIN_...
by Maccsta
Fri Apr 08, 2011 10:25 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Re: Easy Podcasting Plugin For FLV Files

Actually would there be any way to add a .jpg image to the flashplayer preview? I'm sure this could be done, but currently the plugin doesn't support it. The syntax would be a bit more complex, and additional parameters would need to be passed on to the SWF player; I'm not sure if the suggggested j...
by Maccsta
Fri Apr 08, 2011 10:06 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Re: Easy Podcasting Plugin For FLV Files

Actually would there be any way to add a .jpg image to the flashplayer preview?
by Maccsta
Fri Apr 08, 2011 10:02 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Re: Easy Podcasting Plugin For FLV Files

garvinhicking wrote:Hi!

Please post your config settings of the podcast plugin.

Regards,
Garvin
Thanks for the quick reply Gavin! Although I have resolved the issue, I hadn't added the url of flv file between html tags.

Sorry I should have played around with it a bit longer before I asked!

Works great :mrgreen:
by Maccsta
Fri Apr 08, 2011 9:23 pm
Forum: Plugins
Topic: Easy Podcasting Plugin For FLV Files
Replies: 10
Views: 6568

Easy Podcasting Plugin For FLV Files

Hi!

So I've installed this plugin, uploaded flvplayer.swf (renamed from player.swf) and swfobject.js to the folder /player/

So all i need to do is add a flv file to my post. I've added one here and there is no flashplayer, it just shows the url of the flv file:

Am I missing something?

Thanks!
by Maccsta
Fri Jan 14, 2011 8:35 pm
Forum: Plugins
Topic: Plugins for Homepage Only, Pt. 2
Replies: 13
Views: 7881

Re: Plugins for Homepage Only, Pt. 2

Yes but this coding seems like a more eloquent solution :)
by Maccsta
Fri Jan 14, 2011 8:32 pm
Forum: Announcements
Topic: Serendipity 1.5.5 released: IMPORTANT Security Fix
Replies: 9
Views: 21672

Re: Serendipity 1.5.5 released: IMPORTANT Security Fix

I haven't updated some of my blogs for years! Better do this one then!
by Maccsta
Fri Nov 05, 2010 5:55 pm
Forum: Plugins
Topic: Plugins for Homepage Only, Pt. 2
Replies: 13
Views: 7881

Re: Plugins for Homepage Only, Pt. 2

Ok I have nailed it this time! I was looking for 'start' :) Can you just confirm there won't be any problems using that code Gavin? {foreach from=$plugindata item=item} {if $item.class == 'serendipity_plugin_externalphp' AND $view != 'start'} <!-- plugin hidden! --> {else} <div class="serendipi...
by Maccsta
Fri Nov 05, 2010 5:44 pm
Forum: Plugins
Topic: Plugins for Homepage Only, Pt. 2
Replies: 13
Views: 7881

Re: Plugins for Homepage Only, Pt. 2

Wouldn't this be a better use of the code using IF $view DOES NOT EQUAL ‘index’? What is the view parameter for the index page? {foreach from=$plugindata item=item} {if $item.class == 'serendipity_plugin_externalphp' AND $view != 'index'} <!-- plugin hidden! --> {else} <div class="serendipitySi...
by Maccsta
Thu Nov 04, 2010 10:01 pm
Forum: Plugins
Topic: Plugins for Homepage Only, Pt. 2
Replies: 13
Views: 7881

Re: Plugins for Homepage Only, Pt. 2

Thanks Gavin, it seems to work now. The externalphp plugin now only shows on the index page. I added some extra parameters for the different views. Was this the best way to do it? Have I missed anything out? {foreach from=$plugindata item=item} {if $item.class == 'serendipity_plugin_externalphp' AND...
by Maccsta
Wed Nov 03, 2010 11:11 pm
Forum: Plugins
Topic: Plugins for Homepage Only, Pt. 2
Replies: 13
Views: 7881

Re: Plugins for Homepage Only, Pt. 2

:( That doesn't work for me either, the sidebar now looks all funny and the externalphp plugin still shows on all pages, see here: http://www.jamesmcara.com/blog/ This is the exact code in my sidebar.tpl : {if $is_raw_mode} <div id="serendipity{$pluginside}SideBar"> {/if} {foreach from=$pl...