![]() ![]() |
Oct 26 2016, 09:40 AM
Post
#101
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 3-October 15 Member No.: 2,262 |
Just one thing. New lines and paragraphs in email posts and replies do not make it into the posts. Strip HTML tags is set to NO.
Do I need to change anything else? It's a bit difficult to read posts that are all on the one line. :-) Thanks Brian |
|
|
|
Oct 26 2016, 10:06 AM
Post
#102
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Just tested. It's not working with Kunena 5. We will try to update component next week, after "Joomla! Day Bulgaria" event.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 26 2016, 01:36 PM
Post
#103
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 3-October 15 Member No.: 2,262 |
Just tested. It's not working with Kunena 5. We will try to update component next week, after "Joomla! Day Bulgaria" event. Thanks! Also, I notice that when "Notify Subscribers" is turned on, subscribers get an email with the topic in it, but the URL shows as the absolute file path instead of the url to the post. For example: /var/www/xyz.com/administrator/... Instead of xyz.com The problem seems to be with line 327 of administrator/components/com_post_by_email/helpers/importers/com_kunena.php: $postURL = JRoute::_(JString::str_ireplace(JURI::root(TRUE).'/administrator/','', $JROOT.CKunenaLink::GetMessageURL($id, $message->get('catid'), 0, FALSE), 1)); But I don't know how to fix it. Thanks Brian |
|
|
|
Jan 2 2017, 07:32 PM
Post
#104
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 2-January 17 Member No.: 2,422 |
I recently purchased and am installing 1.10.2. What is the status getting it to work with Kunena 5?
There is no "Kunena" option in the "Publish content in" setting. Thanks, Alan |
|
|
|
Sep 25 2017, 06:55 AM
Post
#105
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
@alehman, "Post by Email" its not yet compatible with Kunena 5.
"Post by Email" is tested with Joomla 3.8, latest k2 and php 7.0 - works well, see screenshots. "Post by Email" component is not tested with php 7.1 and latest Ignite Gallery, is tested with Ignite Gallery versions to 3.7.1.
postbyemail_joomla38.png ( 32.31K )
Number of downloads: 2
k2_import.png ( 80.13K )
Number of downloads: 1-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 14 2018, 07:23 AM
Post
#106
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
14.09.2018: Post by email pro v.1.10.3 released. Changes: Updated to work with Php 7.2.
Цитат Note: Works with Php 7.2 with switched off error reporting.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 17 2018, 07:51 PM
Post
#107
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 13-February 13 Member No.: 1,566 |
Hi!
I am setting up the PBM v1.10.3 on Joomla 3.8.13. The option to use HTML Container on attachments, is returning something strange. So, I'd like some help, please. What I did: CODE HTML Container: <img src='%s' class='myclass' title='%s' alt='Sent by e-mail' /> What it returns: CODE <img src="<img src="https:/temp.mydomain.com/images/postbyemail/myimage.jpg" class="pbe-image-attachment" />" class="myclass" title="myimage" alt="Sent by e-mail" /> The client used to send the e-mail is Thunderbird 52.9.1 and also by webmail like SOGo. Any help will by much appreciated. Thank you! |
|
|
|
Oct 18 2018, 05:43 AM
Post
#108
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Alex, try with:
Код <div class='myclass'>%s</div> The result:
post_by_email_attachment_download.png ( 23.74K )
Number of downloads: 4We will edit description of this field also - now is confusing. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 18 2018, 10:32 AM
Post
#109
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 13-February 13 Member No.: 1,566 |
Alex, try with: CODE <div class='myclass'>%s</div> The result:
post_by_email_attachment_download.png ( 23.74K )
Number of downloads: 4We will edit description of this field also - now is confusing. Hi! Thanks for the fast reply. I tried your suggestion and it works, but what I'd like to do is to set a class for the image, the way you suggested is setting a DIV class. Is it possible to set IMG class instead? |
|
|
|
Oct 18 2018, 10:51 AM
Post
#110
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Post by email set unique class of images - class="pbe-image-attachment". If you want unique class for every single image, you may need to edit post by email php code.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 18 2018, 07:16 PM
Post
#111
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 13-February 13 Member No.: 1,566 |
Post by email set unique class of images - class="pbe-image-attachment". If you want unique class for every single image, you may need to edit post by email php code. Ok, I understand - I did the changes and now everyhting is working very nice. One more thing (bear with me, please). Is it possible to add a function to create keywords? I saw that it creates Meta description, which is great. Thanks! |
|
|
|
Oct 19 2018, 07:59 AM
Post
#112
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Why? Meta keywords are only junk data in database. Keywords are excluded from Google algorithm from more than 7-8 years. No matter what you put inside, I guarantee you - your website will be on the same position.
P.S. The same thing also with Bing and Yahoo. Only some old and exotic search engines use meta keywords. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 19 2018, 01:43 PM
Post
#113
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 13-February 13 Member No.: 1,566 |
Why? This is only junk data in database. Keywords are excluded from Google algorithm from more than 7 years. No matter what you put inside, I guarantee your website will be on the same position. P.S. The same thing also with Bing and Yahoo. Only some old and exotic search engines use meta keywords. Ok, thanks. I'll take your advise. It's just that it is used as tags for internal searching, it wasn't the intention to use it as a Google advantage/tool. |
|
|
|
Jan 17 2019, 06:28 AM
Post
#114
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
If you have troubles with php 7.1 or php 7.2, you can try to change php version only for post by email folder: create one new .htaccess file and place it in this directory:
Код public_html/administrator/components/com_post_by_email/ Code for this .htaccess file to change to php 5.6: Код AddHandler x-httpd-php56 .php If code doesn't works, replace itwith: Код AddHandler application/x-httpd-php56 .php or with: Код AddType application/x-httpd-alt-php56 .php .php5 .phtml Important: If code is not working, contact your host support! Ready to use file to upload on your server in this htaccess guide. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Mar 12 2020, 10:28 AM
Post
#115
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
12.03.2020: Post by email v.1.10.4 released. Cron job updates - is updated only cron file to fix php notices.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 20 2020, 05:42 AM
Post
#116
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
"Post by Email PRO" v.1.10.5 released today. Changes: Updates to work with php 7.4. Now PHP 7.4 is supported.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Mar 24 2021, 01:56 PM
Post
#117
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Post by Email PRO for Joomla v.1.11 released today. Changes: Start publishing date in content and K2 now set correctly to publish articles immediately.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 09:16 PM |