View Single Post
Old 07-09-2004, 06:16 AM   #3
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Some other tweaks...

These changes are for PhpDig version 1.8.1 downloaded before the date of this post.
  1. added to config.php file right before the $templates_array variable:
    PHP Code:
    if (isset($_GET['template_demo'])) { $template_demo $_GET['template_demo']; } 
  2. added to all $result['form_head'] variables in function_phpdig_form.php file:
    PHP Code:
    <input type='hidden' name='template_demo' value='".$_GET['template_demo']."'/> 
  3. changed the phpdigMsg('alt_try') link in search_function.php file:
    PHP Code:
    ".SEARCH_PAGE."?template_demo=".$_GET['template_demo']."&query_string=".urlencode($leven_query)." 
Again, these changes are for PhpDig version 1.8.1 downloaded before the date of this post.

These changes have already been applied to PhpDig version 1.8.1 downloaded after the date of this post.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote