Hi all,
I have the following problem:
Itryed to add a link inside the file
...ow_plugins/groups/views/components/brief_info_content.html
but after saving and uploading the file does not show any changes. Even after running the cron job I cannot see any change.
I just tryed to insert a link right after
<div class="clearfix">
{add_content key='socialsharing.get_sharing_buttons' title=$group.title}
</div>
<br /> <a href="www.somethingabc.com">link</a>
But the link is not visible after saving and uploading .
What am I doing wrong ? Is a special syntax needed?
Anyone an idea?
Thanks in advance, Jochen