Lefora Free Forum
Loading
103 views

Removing the Share it link bar.

Page 1 · 2
(items) 1–20 of 23 Newer >
regular - admin
140 posts

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.

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
guest
96 posts

.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 :(

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Too much free time - founder
725 posts

div.section img {display:none;} seems to do it. Let me know if it breaks anything else ;)

__________________
hackyour.lefora.com/ for customizing your forum.
guest
96 posts

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.


__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Too much free time - founder
725 posts

Add this line AFTER that one :

.nav_table td img {display:inline;}

Seems to fix it.

__________________
hackyour.lefora.com/ for customizing your forum.
regular - admin
140 posts

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. smile
Good show!

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
Too much free time - founder
725 posts

div.section img {display:none;}
.nav_table td img {display:inline;}


__________________
hackyour.lefora.com/ for customizing your forum.
guest
96 posts

Works better but still blocks Avatars and Smiley's in PMs. :) and :(

Block it with AD BLOCK PLUS, See here for instructions.

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Too much free time - founder
725 posts

That only blocks it on the local machine... a bit useless tbh.

__________________
hackyour.lefora.com/ for customizing your forum.
guest
96 posts

That only blocks it on the local machine... a bit useless tbh.

-coloneljack

Yeah but it works for me :)
__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
guest
96 posts

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 :)

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Too much free time - founder
725 posts

"a" being a link, so images that are also links.. It's all about the specifics in CSS....

__________________
hackyour.lefora.com/ for customizing your forum.
regular - admin
140 posts

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).

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
Too much free time - founder
725 posts

Maybe they won't want it removed....

Does it work for private forums?

__________________
hackyour.lefora.com/ for customizing your forum.
regular - admin
140 posts

Yes you see it in private forums unless you hide it.

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
guest
96 posts

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.


__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Too much free time - founder
725 posts

I quite like the idea of the share button. I suppose it's more useful if you're active on social networking sites....

__________________
hackyour.lefora.com/ for customizing your forum.
guest
96 posts

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;}

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
guest
96 posts

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 ...... ???

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
regular - admin
140 posts

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.


__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
Page 1 · 2
(items) 1–20 of 23 Newer >

Locked Topic


You must be a member to post in this forum