- Posts: 6
- Thank you received: 0
My Joomailer hacks
line 145
<td align="center" nowrap="nowrap">
<?php echo (strlen($campaign)>250) ? substr($campaign, 0, 247).'...' : $campaign; ?>
</td>
<td align="center">
<?php echo (strlen($campaign)>250) ? substr($campaign, 0, 247).'...' : $campaign; ?>
</td>
administrator/modules/mod_mailchimpstats/mod_mailchimpstats.php
line 25
$cid = JRequest::getVar('cid', 0);
more will follow
Please Log in or Create an account to join the conversation.
line 122
<td align="center">
<?php /*
<a href="index.php?option=com_joomailermailchimpintegration&view=send&campaign=<?php&phpMyAdmin=2b02c4da2ce27t703cbb3br21ce echo $draft->creation_date;?>" title="<?php echo JText::_('Prepare Sending');?>">
*/ ?>
<?php echo (strlen($draft->name)>250) ? substr($draft->name, 0, 247).'...' : $draft->name; ?>
<?php /*
</a>
*/ ?>
</td>
<td align="center">
<?php /*
<a href="index.php?option=com_joomailermailchimpintegration&view=send&campaign=<?php&phpMyAdmin=2b02c4da2ce27t703cbb3br21ce echo $draft->creation_date;?>" title="<?php echo JText::_('Prepare Sending');?>">
*/ ?>
<?php echo (strlen($draft->subject)>250) ? substr($draft->subject, 0, 247).'...' : $draft->subject; ?>
<?php /*
</a>
*/ ?>
</td>
line 247
<td align="center"><?php echo (strlen($campaign)>250) ? substr($campaign, 0, 247).'...' : $campaign; ?></td>
<td align="center"><?php echo (strlen($campaign)>250) ? substr($campaign, 0, 247).'...' : $campaign; ?></td>
Please Log in or Create an account to join the conversation.
INTRO TEXT=Текст приглашения
INTRO TEXT DESC=Этот текст будет показываться над формой подписки
THANKYOU MESSAGE=Сообщение об успехе
THANK YOU DESC=Это сообщение будет показыватся пользователю после успешной подписки. (Вы также можете перевести это сообщение.)
LIST=Список
LIST DESC=Введите список подписчиков, на который вы хотите чтобы люди подписывались.
PLEASE SELECT A LIST=Выберите список
FIELDS=Поля
FIELDS DESC=Эти поля будут показываться на форме подписки.
NO FIELDS=нет полей
INTERESTS=Интересы
INTERESTS DESC=Эти группы по интересам будут показываться на форме подписки.
NO INTEREST GROUPS=нет групп по интересам
DATE FORMAT=Формат даты
DATE FORMAT DESC=Если вы используете поле даты, вы можете определить формат здесь.
MCS EMAIL ERROR=Пожалуйста, введите корректный e-mail адрес.
IS REQUIRED.=требуется.
MUST BE A NUMBER.=должно быть числом.
MCS TRY AGAIN=Попробуйте еще раз
MCS SUBSCRIBE=Подписаться
Remember to save in utf-8 encoding!
Please Log in or Create an account to join the conversation.
Thanks for sharing your modifications! The Russian translation will be included in the next version. Would you like to be listed as translator in the language file? Send me the name and email address you would like to have added.
To explain the changes to other readers: The first one changes the maximum campaign name and subject length from 50 to 250 characters on the campaigns list. (The same does the modification in post #2, but on the dashboard.)
The second change: $cid = JRequest::getVar('cid', 0); is obviously a small bug in Joomailer, which causes the second campaign to be selected by default in the admin stats module instead of the first. This will be fixed in the next version.
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
Thank you for your appreciation! my name is Artem Moroz and my e-mail is artem.moroz@gmail.com
I have chaged the previous post with translation and fixed 2 typos.
I am now using Joomailer on my online shop and will post more bugfixes soon.
Please Log in or Create an account to join the conversation.
We added some translations to the signup module and I'd like to update the Russian language file. The new ones are:
JM_UPDATE_MESSAGE="Update Message"
JM_UPDATE_DESC="This message will be displayed if the user has already been signed up to the list. In that case the selected fields/groups will be updated. (You can also use a placeholder and add it to the language files.)"
JM_PHONE_FORMAT="Phone Format"
JM_PHONE_FORMAT_DESC="If you are using a phone field select whether to display it in US or international format. US = (###) ### - #### ; International = ##########"
JM_US_FORMAT="US"
JM_INTERNATIONAL_FORMAT="International"
JM_SHOW_ADDRESS2="Show address 2"
JM_SHOW_ADDRESS2_DESC="If you are using address fields, do you want to display the address line 2 field?"
JM_STREET_ADDRESS="Street Address"
JM_ADDRESS_2="Address Line 2"
JM_CITY="City"
JM_STATE="State/Province/Region"
JM_ZIP="Postal / Zip Code"
JM_COUNTRY="Country"
Thank you very much!
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
Sorry for the late relpy, was working hard on my projects.
JM_UPDATE_MESSAGE="Сообщение при обновлении подписки"
JM_UPDATE_DESC="Это сообщение будет отображаться пользователю, если тот уже подписан на список рассылки. В этом случае поля и группы будут обновлены. (Вы также можете использовать здесь шаблон подстановки, и вставить перевод в языковые файлы)."
JM_PHONE_FORMAT="Формат телефона"
JM_PHONE_FORMAT_DESC="Если вы используете поле для ввода телефона, выберите формат отображения номера США или международный: США = (###) ### - #### ; Международный = ##########"
JM_US_FORMAT="США"
JM_INTERNATIONAL_FORMAT="Международный"
JM_SHOW_ADDRESS2="Показать вторую строку адреса"
JM_SHOW_ADDRESS2_DESC="В форме для ввода адреса, хотите чтобы отображалась вторая строка для ввода адреса?"
JM_STREET_ADDRESS="Улица, дом, квартира, офис"
JM_ADDRESS_2="Вторая строка адреса"
JM_CITY="Город (населенный пункт)"
JM_STATE="Штат/Область/Регион"
JM_ZIP="Почтовый индекс"
JM_COUNTRY="Страна"
Hope this helps.
Artem Moroz
Please Log in or Create an account to join the conversation.
Thanks for the translation. In the meantime we added some other strings. It would be great if you could translate them as well:
JM_OUTRO_TEXT_1="Text above submit"
JM_OUTRO_TEXT_1_DESC="This text will be displayed above the submit button."
JM_OUTRO_TEXT_2="Text below submit"
JM_OUTRO_TEXT_2_DESC="This text will be displayed below the submit button."
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
JM_OUTRO_TEXT_1_DESC="Этот текст будет показан над кнопкой Отправить."
JM_OUTRO_TEXT_2="Текст ниже кнопки Отправить"
JM_OUTRO_TEXT_2_DESC="Этот текст будет показан ниже кнопки Отправить."
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.