solved Remove Item Sharing Box

DFN
DFN
@dfn
7 years ago
35 posts
I am using ISkin and would like to remove the item sharing box (see attached image).

I do not have the ShareThis module installed.

Thanks!
Share.jpg
Share.jpg  •  120KB


updated by @dfn: 10/06/17 02:10:37PM
DFN
DFN
@dfn
7 years ago
35 posts
Is there an option to turn this share box off in any module.

I do not have the ShareThis module installed.

Thanks for any additional insight.
brian
@brian
7 years ago
10,144 posts
DFN:
Is there an option to turn this share box off in any module.

I do not have the ShareThis module installed.

Thanks for any additional insight.

If you don't have ShareThis installed, it should not show. It looks like you are using the Follow Me skin - we'll check it out.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
7 years ago
10,144 posts
Actually that is not share this, but a "share with your followers" option to share the item to your timeline. Since you're likely using the Timeline module, that's going to show. You can modify the "feedback.tpl" file however and remove that option (look for the $disable_share variable and section).

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
DFN
DFN
@dfn
7 years ago
35 posts
Thanks - excellent direction on the feedback.tpl file!

I have now modified and removed the "share with your followers" option.

Is there a way I can remove the small box (see attached) that still remains?
Share2.jpg
Share2.jpg  •  119KB

michael
@michael
7 years ago
7,696 posts
Add a css rule to one of the files in your cloned skin:
/skins/(YOUR SKIN)/css/(any file you like in here).css

.action_feedback {
    display: none;
}

Docs: "Connecting to your server using SFTP"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp

After connecting to your server, you can adjust the file in your skin using a regular text editor, or web development program.
action_feedback.jpg
action_feedback.jpg  •  231KB

DFN
DFN
@dfn
7 years ago
35 posts
Thanks Michael for your quick response and detailed graphic explanation : )
DFN
DFN
@dfn
7 years ago
35 posts
The css rule addition worked perfectly.

Another example of Jamroom's excellent support.

Thanks so much!