inherit
204284
0
Jan 4, 2015 12:48:19 GMT -8
NooBoards
29
January 2014
nooboards
|
Post by NooBoards on Feb 11, 2014 6:56:17 GMT -8
My forum places a high priority on anonymity and the Social Media functionality of default ProBoards represents a direct threat to that priority. I was having good success using the Social Manager plugin and then hiding the Post Sharing feature by adding this line to the Style Sheet: .sharing { display: none !important;} When I started noticing some unexpected and unacceptable behavior from using the Social Manger plugin the idea occurred to me to simply edit away the Social Media functionality from the Templates and Layouts as indicated is possible here. Since I am interested in removing all of this functionality in its entirety and permanently I was wondering if anyone can provide a list of all the locations that would need to be edited out.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 20, 2014 22:47:59 GMT -8
Hi NooBoards, Just following up on posts that seem to have been missed. Have you been able to work this out?
|
|
inherit
204284
0
Jan 4, 2015 12:48:19 GMT -8
NooBoards
29
January 2014
nooboards
|
Post by NooBoards on Feb 28, 2014 16:36:50 GMT -8
No I haven't if I figure out alone I will post the solution.
|
|
inherit
201888
0
Nov 18, 2020 8:42:56 GMT -8
jok3r
47
November 2013
jok3r
|
Post by jok3r on Mar 9, 2014 23:08:46 GMT -8
support.proboards.com/thread/490566/social-manager-templateI had request a template solution for the same and it was solved by David Clark jok3r, the tabs are generated by a foreach loop that just runs through the list of menu items, so to remove it you'll need an if statement. In your Edit Profile template you should see this code: {foreach $[menu]}
<li{if $[menu.active]} class="ui-active"{/if}><a href="$[menu.href]">$[menu.text]</a></li>
{/foreach} Using this instead should ensure the Social tab does not appear. Keep in mind that while users won't be able to access the section via this button, they will still be able to by going to YOURFORUMURL.proboards.com/user/THEIR-USER-ID/social - pretty sure the plugin disables the section even when visiting the URL directly, and this can't be done via template modification.
|
|