Jump to content


"Read more" function


  • You cannot reply to this topic
3 replies to this topic

#1 elmemyself

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 13 November 2009 - 08:41 PM

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):

Posted Image

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.

#2 elmemyself

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 15 November 2009 - 09:37 AM

Please :unsure:

#3 gbx

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 21 April 2010 - 05:38 PM

View Postelmemyself, 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):

Posted Image

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

#4 iobit

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 18 September 2011 - 01:52 PM

View Postgbx, on 21 April 2010 - 05:38 PM, said:

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


Hello,
i looking for this in version 3.02, but nothing.
What is this in version 3.02?

Thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users