![]() ![]() |
Nov 8 2013, 07:11 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 10-January 13 Member No.: 1,517 |
https://3dwebdesign.org/forum/how-to-attach...t-by-email-t937 I'm using the following HTML container: CODE <p><a href="%s" title="Attachment" style="clear:both" target="_blank" />Attachment</a></p> but the problem is that people can't distinguish which attachment is which. I tried substituting the word "Attachment" with %s but then it shows the Subject of the email twice (with two attachments). Is there a way to display the file-name? Thanks Ilan |
|
|
|
Nov 22 2013, 05:43 AM
Post
#2
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 10-January 13 Member No.: 1,517 |
Well no answers so I hacked the code and it works, the problem is that every update I'll lose the hack and I'll need to go back to make the changes again... Wish the developers would see this post and maybe add it as an option (or I'm willing to make the necessary documented-modifications to add this option to the admin in case they want to include it in a later release).
In case some one needs it, this is what I did for Post by Email Pro ver 1.9: edit file: administrator/components/com_post_by_email/helpers/helper.php and modify line 391 from: CODE $replacement = sprintf($attachment_container, $replacement, $subject); to: CODE $replacement = sprintf($attachment_container, $replacement, $local_name); and then you could use the following HTML container: CODE <p><a href="%s" title="Attachment" style="clear:both" target="_blank" />%s</a></p> and that would create the link: CODE <p><a href="http://your.domain/images/postbymaildirectory/filename.pdf" title="Attachment" style="clear:both" target="_blank" />filename.pdf</a></p> Hope that helps others. |
|
|
|
Nov 22 2013, 07:03 AM
Post
#3
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
@ilansch, thank you, we will review this for next extension update.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Apr 18 2014, 02:33 PM
Post
#4
|
|
|
Newbie ![]() Group: Members Posts: 17 Joined: 6-April 14 Member No.: 1,995 |
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 10:19 PM |