Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Process content plugins in groups

10 years 2 months ago
  • Guido's Avatar
    Topic Author
  • Guido
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 7
Licenses:
JomSocial Active

ISSUE SUMMARY:
I'd like to process content plugins in groups. At the moment this is not working.

STEPS TO REPLICATE:
1 Install qlwiki content plugin
2 Activate qlwiki content plugin
3 Set {qlwiki url=" de.wikipedia.org/wiki/Joomla "} as groups description
4 Check groups information tab

RESULT
Content plugin is not being processed



EXPECTED RESULT
Content plugin should be processed

BROWSER
Firefox, Chrome, IE latest versions

I know this would have to be done by changing components/com_community/templates/jomsocial/layouts/groups/single.php or template overwriting, but how?

Attachments:
10 years 2 months ago
  • Guido's Avatar
    Topic Author
  • Guido
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 7
Licenses:
JomSocial Active

Actually got it working already. For those who need this:
Edit line 883 in components/com_community/templates/jomsocial/layouts/groups/single.php or better do a template overwrite!

Change

<span><?php echo $group->description; ?></span>
to
<span><?php echo JHtml::_('content.prepare', $group->description); ?></span>

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW