Email length or "..." problem

Phoca Guestbook - creating guestbooks in Joomla! CMS
CrazyMode
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 09 Oct 2015, 05:55

Email length or "..." problem

Post by CrazyMode »

joomla 3.4.4
Phoca Guestbook 3.0.4
Where i can change max length of text in email notification?
I wana see the entire message, without ellipsis.
I need to change $params, or it's somewhere in php files?

And if you can explain simply, I am not php/sql guru.

Thank you.
CrazyMode
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 09 Oct 2015, 05:55

Re: Email length or "..." problem

Post by CrazyMode »

Well, It was easier than I expected.
phocaguestbookemail.php
line 68
change
.PhocaguestbookHelperFront::wordDelete($post2['content'],400,'...')."\n\n"
on
./*PhocaguestbookHelperFront::wordDelete(*/$post2['content']/*,400,'...')*/."\n\n"
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9452
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Email length or "..." problem

Post by Benno »

Ok.

Kind regards,
Benno
Post Reply