themeWeenie Template Pak Added
themeWeenie Template Pak has been added for use with your websites. The Template Pak is based on a design by Bryan Bell.
themeWeenie Template Pak has been added for use with your websites. The Template Pak is based on a design by Bryan Bell.
Here are MySQL queries for my records with use of a subquery to update empty conference descriptions.
UPDATE `message` SET `content_markup` = IF( `content_markup` = '', 'uploaded files are added here', `content_markup` ), `content` = `content_markup` WHERE `id` = (SELECT `conference_message_id_files` FROM `configuration`);
UPDATE `message` SET `content_markup` = IF( `content_markup` = '', "put the topic here if it doesn't fit elsewhere", `content_markup` ), `content` = `content_markup` WHERE `id` = (SELECT `conference_message_id_general` FROM `configuration`);
UPDATE `message` SET `content_markup` = IF( `content_markup` = '', 'uploaded images are added here', `content_markup` ), `content` = `content_markup` WHERE `id` = (SELECT `conference_message_id_images` FROM `configuration`);
UPDATE `message` SET `content_markup` = IF( `content_markup` = '', 'optionally add webpages here', `content_markup` ), `content` = `content_markup` WHERE `id` = (SELECT `conference_message_id_webpages` FROM `configuration`);
The steps for entering a relative url for a message have changed. The relative url is now entered in the Add/Edit Message forms.
Some time ago I did some research on the use of Captchas for my previous hosting service. Just capturing some links here for future reference.
Users of your website can now receive replies to discussion messages via email.