Discussion Conferences

Share

Your websites now have a simple interface to discussion conferences. Conferences allow you to group related topics together. By default your website has four conferences: Files, General, Images, and Webpages. When you add a message that has an image or file attached, the message is automatically routed to the Images or Files conference. There is no requirement to use conferences. You can continue to use your website the way you have been if you don't need conferences.

Comments (0)       
Tags: added, conferences, discussion, feature, hosting, tom's, tom's web hosting, web

MySQL queries to update conference descriptions

Share

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`);

Comments (0)       
Tags: code, mysql, software, sql, subquery

New World-Record Stick Bomb -- 2250 Sticks!

Share

Comments (0)       
Tags: bomb, explosion, stick, tongue depressor

Entering Relative Url Change

Share

The steps for entering a relative url for a message have changed. The relative url is now entered in the Add/Edit Message forms.

Comments (0)       
Tags: change, relative, url

Captcha Links

Share

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.

Comments (0)       
Tags: captcha, implicit, reference

Email Discussion Message Replies

Share

Users of your website can now receive replies to discussion messages via email.

Comments (0)       
Tags: email, hosting, message, replies, tom's web hosting, web

Email Added/Changed Messages

Share

Superusers of your website can now set a permission for users to be emailed added/changed discussion messages. Check out the how tos < How To Email Added Messages > and < How To Email Changed Messages.

Comments (0)       
Tags: added, changed, email, hosting, message, tom's web hosting, web

< Older Entries | Newer Entries >