elmemyself, on 13 November 2009 - 08:41 PM, said:
Hello everyone.
I am creating a new page for my website and I just found Unreal Solutions (Unreal Portal). This is really a great tool.
What I was looking for is to create something like I have in my actual site (pokerinfo.pt):
Is it possible to create a new post with for ex 100 lines but show only the first 10 on the portal with a "Read more" shortcut to the complete post on the forum ?
Thank you very much in advance, I would really appreciate any help on how to achieve this.
It may be too late for elmemyself, but I will post the solution for future requests:
Open \admin\applications_addon\other\uportal\modules_public\uportal\uportal.php
and find:
$fetch['post'] .= " <b><a href='{$this->settings['base_url']}showtopic=" . "{$fetch['tid']}'>...</a></b>";
Replace with:
$fetch['post'] .= " <b><a href='{$this->settings['base_url']}showtopic=" . "{$fetch['tid']}'>... Read More</a></b>";
Cheers,
gbx