Removing the Share it link bar.
I can remove this recent addition by removing the entire Category bar. This is not the best. BTW the code for that is
.topic_category_row {display:none;}
But if you use element.style it does not just remove the bar. Using
fieldset, img {display:none;}
removes the Avatar icons as well as the bar which is not optimal.
.topic_category_row {display:none;}
removes the breadcrumbs trail at the bottom and not the share it link bar, at least not on Classic With Sidebar.
The share it resides in .section but hiding this strips the text editor and all lists of posts.
.section a{display:none;}
sort of works but removes breadcrumbs and most of the options in the text toolbar.
Come on CJO, help us out here
div.section img {display:none;} seems to do it. Let me know if it breaks anything else
How did you work out that out, I couldn't find that from Firebug.
[EDIT] Oh waitn now I see. Aha The light dawns
thanks.
Anyway, it works but removes the avatars from the LAST POSTS column of the Forum Categories.
Add this line AFTER that one :
.nav_table td img {display:inline;}
Seems to fix it.
Edit: Coffee not reaching brain. Yes, that works if I use:
div.section img {display:none;}
.nav_table td img {display:inline;}
Thanks for looking at it. Somehow a MS image in a Linux Forum does not appeal. ![]()
Good show!
div.section img {display:none;}
.nav_table td img {display:inline;}
That only blocks it on the local machine... a bit useless tbh.
Yeah but it works for meThat only blocks it on the local machine... a bit useless tbh.
-coloneljack
Slight mod to CJO's code removes the share it but does not affect Avatars or Smiley's in PM's
div.section a img {display:none;}
.nav_table td a img {display:inline;}
Just needed the extra "a"'s
"a" being a link, so images that are also links.. It's all about the specifics in CSS....
That works somewhat but it removes the individuals Avatars in the Blog section. I think this needs to be passed to Lefora for a perfect solution (like removing the durn thing).
Maybe they won't want it removed....
Does it work for private forums?
Yes you see it in private forums unless you hide it.
Sorry, hadn't noticed the removed avatars in members, mainly cos I don't use that page much being Admin.
As for the SHARE IT, yes it does work in Private forums but it just places a link in your chosen target, like myspace. If a non member clicks the link they get taken to the user gateway to Join.
I quite like the idea of the share button. I suppose it's more useful if you're active on social networking sites....
This cures the lost Avatars in the members list page.
div.section a img {display:none;}
.nav_table td a img {display:inline;}
.memberlist img.avatar {display:inline;}
Oh dear, it seems endless. Even with the above codes, the avatars and envelop disappear from profiles and search results
div.info a img {display:inline;}
Restores the avatar in the profile but the only way to get the envelope back is to restore the div.section.
Beginning to wish I hadn't started this now.
There must be a way to identify and remove just the share it image alone but buggered if I can find out how to name an image in CSS.
Looks like a dead end unless ...... ???
I quite like the idea of the share button. I suppose it's more useful if you're active on social networking sites....
-coloneljack
Like a lot of things, there are pluses and minuses. Having something that just appears without discussion of its utility or means to circumvent, is a imposition. If it could be hid, without breaking other things, I would not care that it was there. As is it is, it becomes a minus against staying with Lefora as a Hosting Company. So far the pluses are still ahead, but it does try the patience.
Locked Topic
You must be a member to post in this forum