A couple of days ago I asked NCs if they had a solution for putting T&Cs on a paid for group. There wasn't an overwhelming response :-) but i've worked on a solution.
Put this code in your Custom Code box (change bits in bold to suit):
<!-- insert T&Cs link in paid group -->
<div id="ads_TC" style="display:none;"><a target="_blank" href="http://www.deferolaw.com/page/legal-directory-tune-up-group-terms-conditions"><img class="align-center" src="https://storage.ning.com/topology/rest/1.0/file/get/11385164?profile=original" width="334" align="left" /></div><script type="text/javascript">if (typeof(x$) != 'undefined') { x$(".xg_widget_groups_group_show .paid-module-prompt").after('<div id="TCads"></div>'); var inject_adsforumcode = document.getElementById('ads_TC'); var adsforumcode = document.getElementById('TCads'); adsforumcode.innerHTML = inject_adsforumcode.innerHTML; }</script>
Ad this to your advanced/appearance:
/** TCs in Group Paywall **/
#TCads {
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
padding-bottom: 6px;
padding-top: 10px;
text-align: left;
}
and you end up with this:
SP
Replies