Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Blog Link on Group Page


4052849
Inactive

I have been working on getting something like this going (without the group blog plugin) by simply placing a link to the group blog in the group description. You can see what I mean at http://chicagopsychology.org/groups/cognitive-science. It is just a regular html tag within the description text, and it renders perfectly on the group page.

The only problem with this is that the link gets escaped on main group listing page (http://chicagopsychology.org/groups ), which breaks the link. I’ve gone through bp-groups-templatetags.php to add stripslashes() to any of the functions that didn’t seem to already be using it, but no change–not sure if this is because of object caching, or because my changes had no effect.

Anyone know what I could modify to remove the escaping from the description text on the main group listing page?

Skip to toolbar