07 Jan, 2003
Posted by: kristine In: Scripts
The Movable Type calendar currently features an option to have the current day highlighted by use of the MTCalendarIfToday tag. But this tag is not dynamic, it only refreshes the information on the rebuild of your calendar template. If you'd like this to work automatically with php to autodetect the date (within the same month), […]
12 Dec, 2002
Posted by: Jennifer In: Scripts
For the past couple of days, I've been working on creating a script that will allow for secure downloads. That is, let's say you have a file, but you don't want this file sitting on the root. You already have some sort of login script in place, so people can't access the page without logging […]
05 Dec, 2002
Posted by: amy In: Scripts
This isn't exactly a script, nor is it quite CSS. I got a tip from BaronCarlos that there's an XUL feature called the 'Site Navigation Bar' that you can customize in Mozilla and Opera 7.
05 Dec, 2002
Posted by: Jennifer In: Scripts
A variation on the previously released "Event Script". This one was done with a different purpose in mind. The original Event Script was mainly for displaying birthdays/anniversaries (recurring events). THIS event script is geared more for one time events. It'll display the events for the next "x" number of days that HAVE events. (Written for […]
18 Nov, 2002
Posted by: Jennifer In: Scripts
Someone requested the code for how to do that "Link", "Bold", and "Italic" shortcut links in the comments section. I first saw it on Dawn's blog sometime ago, and actually, the code in the MT-Entry template is very similar. In either case here it is:
04 Nov, 2002
Posted by: Jennifer In: Scripts
Christine posted a few links here about this problem that's been coming up… if you already have "subscribe to comments" running – then you'll need to implement Burningbird's suggestion a little differently – and actually, by doing so, you make his script/hack/spam-provention a little stronger… Rather than add that hidden field to your TEMPLATES – […]
30 Oct, 2002
Posted by: Jennifer In: Scripts
Here's the script I'm using for that "hotlist" feature. Probably it's best use is on something like this site – an information blog, where posts are not as time-sensitive and may need to be referenced by a user at a later date. Download it here Here's a quick rundown of what this does, what the […]
15 Oct, 2002
Posted by: Jennifer In: Scripts
New script for you! The idea here is that you allow your users to vote for their favorite post in your blog. The top three (or two, or one – you set this) voted for posts show up in your sidebar(?) (or wherever you chose). The instructions are MT specific, but with some minor tweaking, […]
08 Oct, 2002
Posted by: amy In: Scripts
Several months ago, I got very, very tired of maintaining a large number of separate, standalone pages on my site. Since my pages were exactly the same except for three things (meta description tag, title tag, and content), I decided to create a database table that could hold this information and a single page that […]
07 Oct, 2002
Posted by: Jennifer In: Scripts
Another script for ya! On the low tech side – but the name of the game is KISS – Keep It Simple Stupid. This script will let you enter in events (through a web interface/page). They can either be recurring events (like birthdays, anniversaries, etc.) or single occurence events. Then, with a simple line of […]