Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3783 closed defect (bug) (duplicate)

Link to and [Read More] missing for long Forum posts on Activity stream page

Reported by: henrybcn's profile henrybcn Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

On activity stream page, long texts from a Forum post do not show a Load More nor a link to that forum post. This makes finding and reading long forum entries difficult. The Load More exists for Activity posts, and should exist also for Forum streams.

A Forum post in Activity Stream: no Load More and Link

<li id="activity-N" class="groups new_forum_topic">
<div class="activity-avatar">
<div class="activity-content">
<div class="activity-header">
<div class="activity-inner">
<p>loooooong text […]</p>
</div>

A Activity update post in Activity Stream: it includes Load More and Link

<li id="activity-N" class="groups activity_update">
<div class="activity-avatar">
<div class="activity-content">
<div class="activity-header">
<div class="activity-inner">
<p>
looooooong text…
<span id="activity-read-more-N" class="activity-read-more">
<a rel="nofollow" href="http://example.com/activity/p/N/">[Read More]</a>
</span>

Change History (2)

#1 @boonebgorges
13 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #3715

#2 @johnjamesjacoby
13 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.