Family. It's a verb!
It's what we do.
Send your tips and info to Howtofamily
tips
line decor
   Special Needs
line decor
     
  
 

 
 
UNDER CONSTRUCTION

addElement('hidden', 'c5t_ssi_redirect'); if ($c5t_ssi_redirect = c5t_gpc_vars('c5t_ssi_redirect')) { $c5t['alternative_template'] = 'standalone'; } else { $c5t_ssi_redirect = getenv('REQUEST_URI'); } $c5t_form->setDefaults(array('c5t_ssi_redirect' => $c5t_ssi_redirect)); } // ----------------------------------------------------------------------------- // Get form configuration require 'comment_form.inc.php'; // Validate form $c5t_message = array(); if ($c5t['display_comment_form'] == 'Y') { $c5t_show_form = 'yes'; if (c5t_gpc_vars('save')) { if ($c5t_form->validate()) { if ($c5t_comment->put()) { $c5t_show_form = 'no'; } if ($c5t_ssi_redirect = c5t_gpc_vars('c5t_ssi_redirect')) { header('Location: ' . $c5t['server_protocol'] . $c5t['server_name'] . $c5t_ssi_redirect); exit; } } else { if (sizeof($c5t['_post']) > 0) { $c5t['message'][] = $text['txt_fill_out_required']; } } } $c5t_out->assign('show_form', $c5t_show_form); $c5t_form_renderer =& new HTML_QuickForm_Renderer_ArraySmarty($c5t_out->get_object, true); $c5t_form->accept($c5t_form_renderer); $c5t_out->assign('form', $c5t_form_renderer->toArray()); } if ($c5t['display_comment_form'] != 'Y' and $c5t['display_turn_off_messages'] == 'Y') { $c5t_message[]['message'] = $text['txt_comment_form_turned_off']; $c5t_show_form = 'yes'; } else { $c5t_show_form = 'no'; } // ----------------------------------------------------------------------------- // Get comment data if ($c5t['display_comments'] == 'Y') { require 'commentlist.class.inc.php'; $c5t_list_setup = array('direction' => $c5t['frontend_order'], 'limit' => 0); if ((int) $c5t['frontend_result_number'] >= 1) { $c5t_list_setup['limit'] = (int) $c5t['frontend_result_number']; // Pagination does not work with SSI if (c5t_gpc_vars('c5t_ssi')) { $c5t_list_setup['limit'] = 0; } $c5t_out->assign('display_pagination', true); } $c5t_comment_list = new c5t_comment_list(false, $c5t_list_setup); if ($c5t_comment_data = $c5t_comment_list->get_list(c5t_comment::identifier())) { $c5t_out->assign('comment_list', $c5t_comment_data); } $c5t_comment_list_values = $c5t_comment_list->values(); $c5t_out->assign($c5t_comment_list_values); if ($c5t_comment_list_values['result_limit'] > 0){ $c5t_page = ceil(($c5t_comment_list_values['result_number'] + 1) / $c5t_comment_list_values['result_limit']); } else { $c5t_page = 1; } $c5t_form->setConstants(array('page' => $c5t_page)); // Pagination form $c5t_next_page = new HTML_QuickForm('nextpage', 'POST', $c5t_form_action .'#c5t_comment'); $c5t_next_page->addElement('submit', 'next', $c5t['text']['txt_next_page']); $c5t_next_page->addElement('hidden', 'page'); $c5t_next_page->setConstants(array('page' => $c5t_comment_list_values['next_page'])); $c5t_end_page = new HTML_QuickForm('endpage', 'POST', $c5t_form_action .'#c5t_comment'); $c5t_end_page->addElement('submit', 'end', $c5t['text']['txt_end']); $c5t_end_page->addElement('hidden', 'page'); $c5t_end_page->setConstants(array('page' => $c5t_comment_list_values['result_pages'])); $c5t_start_page = new HTML_QuickForm('startpage', 'POST', $c5t_form_action .'#c5t_comment'); $c5t_start_page->addElement('submit', 'start', $c5t['text']['txt_start']); $c5t_start_page->addElement('hidden', 'page'); $c5t_start_page->setConstants(array('page' => 1)); $c5t_previous_page = new HTML_QuickForm('previouspage', 'POST', $c5t_form_action .'#c5t_comment'); $c5t_previous_page->addElement('submit', 'previous', $c5t['text']['txt_previous_page']); $c5t_previous_page->addElement('hidden', 'page'); $c5t_previous_page->setConstants(array('page' => $c5t_comment_list_values['previous_page'])); $c5t_next_page_renderer =& new HTML_QuickForm_Renderer_ArraySmarty($c5t_out->get_object, true); $c5t_end_page_renderer =& new HTML_QuickForm_Renderer_ArraySmarty($c5t_out->get_object, true); $c5t_start_page_renderer =& new HTML_QuickForm_Renderer_ArraySmarty($c5t_out->get_object, true); $c5t_previous_page_renderer =& new HTML_QuickForm_Renderer_ArraySmarty($c5t_out->get_object, true); $c5t_next_page->accept($c5t_next_page_renderer); $c5t_end_page->accept($c5t_end_page_renderer); $c5t_start_page->accept($c5t_start_page_renderer); $c5t_previous_page->accept($c5t_previous_page_renderer); // Assign array with form data $c5t_out->assign('nextpage', $c5t_next_page_renderer->toArray()); $c5t_out->assign('endpage', $c5t_end_page_renderer->toArray()); $c5t_out->assign('startpage', $c5t_start_page_renderer->toArray()); $c5t_out->assign('previouspage', $c5t_previous_page_renderer->toArray()); } if ($c5t['display_comments'] != 'Y' and $c5t['display_turn_off_messages'] == 'Y') { $c5t_turned_off = array('comment_title' => $text['txt_comment_display_turned_off'], 'comment_author_name' => $text['txt_administrator'], 'comment_number' => 1, 'comment_date' => c5t_time::format_date(c5t_time::current_timestamp()), 'comment_time' => c5t_time::format_time(c5t_time::current_timestamp()) ); $c5t_out->assign('comment_list', array($c5t_turned_off)); } // ----------------------------------------------------------------------------- // Get current page data require_once 'identifier.class.inc.php'; $page_data = c5t_comment::select_identifier(c5t_comment::identifier()); $c5t_out->assign('page_data', $page_data); // ----------------------------------------------------------------------------- // Output $c5t_output = $c5t_out->finish(false); //echo $c5t_output; ?>  

 
 
 


Teens- WHAT in the world are they saying???! -
Your guide to teen lexicon, urbonics, slang, ebonics and everything you never knew you'd need to know when it comes to teen-speak. Caution- much of this is not for the faint of heart.Slanguage...

 Therapy DogsTherapy dogs Frankie and Chloe visit kids and the elderly
Full story
...
 
foodbowl
Chow time!- With the cat food recall bringing so much media attention, it's a good time to study the methods commonly used to prepare commercial cat and dog food...what you don't know COULD hurt your pet.
Full story...
Back to HTF Home Page

Do you have a kid friendly website?
Submit your website here Administrator
and we'll post a review here. You'll also get a HowToFamily.com approval icon to show that you have kids' best interests at heart.



Like free things?! We do too...
CA PC Protection Bundle Single User 2007/ IBM ViaVoice Standard
$79.82, free after 2 rebates, at Tiger Direct
Click here to see more deals like this one.

If you have a talent for writing and a desire to share your wisdom, here is the place to do it! Earn money for your writing talent. Learn more here.

 

 

 

sitemap    
© Copyright 2006-2007 EdgeoftheMoon.com
About us | Contact us | Blog here Privacy Policy