More blog features…
Added an optional title to the blog program. The title defaults to ‘Web Log for <yourname>’. The title field overrides this. Also added a few new fields to the logusers table:
alter table logusers add column l_logtitle tinytext after l_lastname; alter table logusers add column l_textwidth int(11) default 100 after l_displaynum; alter table logusers add column l_textalign char(1) default 'L' after l_displaynum;
Comments Off on More blog features…