This is a discussion on Newsletter Opt out within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; english There is no need to modify any files to achieve the checkbox selected by default. Find in the original ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| english There is no need to modify any files to achieve the checkbox selected by default. Find in the original create_acount.php file: tep_draw_checkbox_field('newsletter', '1') And set the third parameter to true (it is set to false by default in the html_output.php)... in other words, replace the previous with: tep_draw_checkbox_field('newsletter', '1',true,'checked') Is that simple. the package have the same text ================================================== ============================= Português Não precisa modificar 3 arquivos só para colocar a caixinha de newsletter como selecionmada basta editar o codigo do arquivo create_account.php encontre este codigo: tep_draw_checkbox_field('newsletter', '1') e substitua por: tep_draw_checkbox_field('newsletter', '1',true,'checked') é isto ,simples assim. O arquivo pra download contem o mesmo texto More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newsletter Opt out | michael_s | New osCommerce Contributions | 0 | 12-29-2007 10:51 AM |
| Best Newsletter? | bkpie | osCMax v2 Customization/Mods | 5 | 07-03-2007 05:36 AM |
| Welcome Newsletter | bobbiejames | osCommerce 2.2 Modification Help | 0 | 06-14-2004 07:41 AM |
| Newsletter/registration confirmation request (aka. opt-in) | Lynoure | osCMax v1.7 Discussion | 3 | 02-23-2004 12:24 PM |