Skip to:
Content
Pages
Categories
Search
Top
Bottom

How would I go about removing the ‘View / Permalink’ button in the activity stream?

  • I have BuddyPress installed, disabled it’s groups, installed bbPress and I’m using a modified version of the FishBook theme. Yet sometimes the link to the Permalink results in a corrupted page and I haven’t figured out how to fix it.. so I’d rather just save myself the hassle and just remove the Permalink altogether. I tried just removing this snippet of code in activity/entry.php:

    ‘<a href="” class=”view” title=””>‘

    But it appears that isn’t the correct place for it.

    This what appears when clicking some of the permalinks that link to activity/permalink/[number]:
    http://imgur.com/ukdGt

    This is how it should look:
    http://imgur.com/AqtMM
    http://imgur.com/EROQL

    Upon closer inspection, it seems to be a fault of the memers/single/activity/permalink.php script, where it isn’t loading all the assets or included files of the normal layout. Anyone have any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Or how would I go about attaching the correct permalink to the bbPress forum topic like:

    /wordpress/topic/test-3/

    Instead of

    /activity/31

    Infact, even posting to the wall of a group seems to result in the same corrupted permalink page:

    https://i.imgur.com/5TMc5.png

    I’d rather just have to link to the group in this situation.

    It seems the get_header() and get_footer() functions are the problem. Not sure what they’re missing. Maybe I’ll style them with their own CSS and relegate these permalinks to a pop-up, but I’d still need to know how properly adjust the View / Permalink link’s a tag.


    peeld
    Participant

    @peeld

    You know, I’m having the OPPOSITE issue, I can’t figure out why those View links AREN’T there since I upgraded, and want them back!!


    modemlooper
    Moderator

    @modemlooper

    The link is wrapped around the time stamp, no mor view but the link is still here

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How would I go about removing the ‘View / Permalink’ button in the activity stream?’ is closed to new replies.
Skip to toolbar