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.
Email length or "..." problem
-
- Phoca Newbie
- Posts: 4
- Joined: 09 Oct 2015, 05:55
Re: Email length or "..." problem
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"
phocaguestbookemail.php
line 68
change
.PhocaguestbookHelperFront::wordDelete($post2['content'],400,'...')."\n\n"
on
./*PhocaguestbookHelperFront::wordDelete(*/$post2['content']/*,400,'...')*/."\n\n"
- Benno
- Phoca Hero
- Posts: 9452
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Email length or "..." problem
Ok.
Kind regards,
Benno
Kind regards,
Benno