This is a discussion on Customer Testimonials 3 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; some folks have asked me why the urls were not working correctly on the testimonials page to click the offsite ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| near line 134 after this code: $html_text = tep_db_prepare_input($HTTP_POST_VARS['html_text']); } break; } } add: // Output a form testimonials url input field function tep_draw_testimonial_url_input_field($name, $value = '', $type = 'text', $reinsert_value = true) { $field = ''; return $field; } // Output a testimonials url field function tep_draw_testimonial_url_field($name, $value = '') { return tep_draw_testimonial_url_input_field($name, $value); } and then simply change the call to that function on line (or near) 177 to: now that field will show "http://" by default, solving this small issue :) More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Customer Testimonials 3 | michael_s | New osCommerce Contributions | 0 | 03-18-2008 06:40 PM |
| Customer Testimonials v1.0 | michael_s | New osCommerce Contributions | 0 | 02-17-2008 01:12 PM |
| Customer Testimonials 3 | michael_s | New osCommerce Contributions | 0 | 01-12-2008 05:31 PM |
| Customer Testimonials v1.0 | michael_s | New osCommerce Contributions | 0 | 05-14-2007 07:30 AM |
| Customer Testimonials v1.0 | michael_s | New osCommerce Contributions | 0 | 04-27-2007 11:39 PM |