Poll: Is the share bar an annoyance for members?
This is a discussion on Poll: Is the share bar an annoyance for members? within the Forum Help Zone forums, part of the DTV USA Community category.
View Poll Results: how do you feel about displaying the share bar For members
- Voters
- 5. You may not vote on this poll
1Likes
-
1
Post By Trip
-
Poll: Is the share bar an annoyance for members?
In reference to visiting dtvusaforum.com, is the share bar on the left of your screen which provides means to easily share posts on various social networks an annoyance?
I'm going to open the poll for a week or so, please vote and/or leave some feedback.
-
How hard would it be to have it on by default but make an option for me to hide it for myself whenever I'm logged in?
- Trip
N4MJC
Comments are my own and not that of my employer or anyone else.
RabbitEars
TVGOS Affiliate List
"Ignorance and prejudice and fear walk hand in hand..." - Rush "Witch Hunt"
-
-

Originally Posted by
Trip
How hard would it be to have it on by default but make an option for me to hide it for myself whenever I'm logged in?
- Trip
Good call Trip. It's easy for me to hide the bar from members, but making it option that members can turn on or off requires a bit more research for me. Will look into and see what I can do.
-
I'm not sure what the backend code for DTVUSA looks like, but I know on RabbitEars in PHP, code to do that would be something like this:
if ($user->doesnt_want_bar == 1) continue;
else { //bar goes here! }
Then just put an option on my user account page to modify the "doesnt_want_bar" field in the database, defaulting to a value of 0 when a user signs up.
Not sure if that helps you at all.
- Trip
N4MJC
Comments are my own and not that of my employer or anyone else.
RabbitEars
TVGOS Affiliate List
"Ignorance and prejudice and fear walk hand in hand..." - Rush "Witch Hunt"
-
Love love love LOVE that idea about being able to close it, and I am positive it can be done! As it is now the left side is better than the right, that's for sure.