The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing the "Share" bar on blog forums

+2
Sanket
karkooshy
6 posters

Go down

Removing the "Share" bar on blog forums Empty Removing the "Share" bar on blog forums

Post by karkooshy July 25th 2009, 1:57 pm

So i tryed out the blog thing and I luved it Shocked
however I didn't like the Share this post bar.... with links to facebook etc. etc.
I was wondering if we could remove it... and if yes then how?
Thnx Smile
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by Sanket July 25th 2009, 2:00 pm

I don't think currently there are any options to change the look of the blog.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by Xiso July 25th 2009, 2:13 pm

You cannot currently edit the blog, as it is in beta stage. You will have to wait until alpha passes. Wink
Xiso
Xiso
Forumember

Male Posts : 463
Reputation : 1
Language : English

Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by planetasian February 6th 2010, 3:01 pm

sorry to bump up an old post, but this is the only relevant post I can find.

Does this mean we can't choose which site to share? e.g. I just want 'facebook' 'twitter' and 'google' and remove the rest from the first blog post.

p.s. version's phpbb3
avatar
planetasian
New Member

Posts : 24
Reputation : 0
Language : English

Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by Gäst November 13th 2010, 9:02 pm

Add this in your css:
#bookmarks {
display: none;
}
avatar
Gäst
Guest


Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by Guest November 13th 2010, 9:09 pm

Add this to your CSS:
Code:

/* Social bookmarking */
#bookmarks {
  float: none;
  font-align: center;
  }
#bookmarks a img {
  width: 20px;
  height: 20px;
  background: url(http://2img.net/i/fa/social_bookmarking/social_bookmarking.png) no-repeat scroll;
  vertical-align: middle;
        /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }

#bookmarks a img:hover {
        /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;}

#bookmarks a img.twitter {
  width: 32px;
  height: 32px;
  margin: 2px;
  background: url(http://cdn.iconfinder.net/data/icons/socialmediaicons_v120/32/twitter.png) no-repeat scroll;
  }
#bookmarks img.delicious {
    display: none;
  }
#bookmarks img.digg {
    display: none;
    }
#bookmarks img.excite {
  display: none;
  }
#bookmarks img.facebook {
  width: 32px;
    height: 32px;
    margin: 2px;
    background: url(http://cdn.iconfinder.net/data/icons/socialmediaicons_v120/32/facebook.png) no-repeat scroll;
  }
#bookmarks img.furl {
  display: none;
  }
#bookmarks img.google {
  width: 32px;
    height: 32px;
    margin: 2px;
    background: url(http://cdn.iconfinder.net/data/icons/socialmediaicons_v120/32/google.png) no-repeat scroll;
  }
#bookmarks img.live {
  display: none;
  }
#bookmarks img.netscape {
  display: none;
  }
#bookmarks img.newsvine {
  display: none;
  }
#bookmarks img.reddit {
    display: none;
  }
#bookmarks img.slashdot {
  display: none;
  }
#bookmarks img.smarking {
  display: none;
  }
#bookmarks img.stumbleupon {
    display: none; 
  }
#bookmarks img.technorati {
    display: none;
  }
#bookmarks img.yahoo {
  display: none;
  }
avatar
Guest
Guest


Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by kirk November 13th 2010, 11:50 pm

what forum version are you useing?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by Guest November 14th 2010, 1:36 am

Kirk the code above is for all versions (:
avatar
Guest
Guest


Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by kirk November 14th 2010, 2:01 am

oh ok. Smile
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Removing the "Share" bar on blog forums Empty Re: Removing the "Share" bar on blog forums

Post by ElSeldor November 14th 2010, 1:54 pm

thanks
avatar
ElSeldor
New Member

Posts : 7
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum