Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogNew Social ButtonsNew Social Buttons
Previous
 
Next
New Post
3/27/2009 5:38 AM
 

Hi Benny,

bookmark chicklets are enabled/disabled by the code behind that injects and registers the scr1pts into the page, so if you want to enable/disable buttons, you need to edit the ViewEntry.ascx.vb code:

            'Display the Bookmarks Toolbar
            If Not Page.ClientScript.IsStartupScriptRegistered("SB_PRO_TOOLBAR") Then
                Dim SbToolbar As String = "<script type=""text/javascript"">" _
                & "initializeShareBadge(""ShareBadgePRO_Toolbar"",""" & Replace(EntryTitle, """", "'") & """, """ & EntryUrl & """);" _
                & "addBadgeItem(7);" _
                & "addBadgeItem(33);" _
                & "addBadgeItem(9);" _
                & "addBadgeItem(14);" _
                & "addBadgeItem(17);" _
                & "addBadgeItem(20);" _
                & "addBadgeItem(27);" _
                & "addBadgeItem(28);" _
                & "addBadgeItem(31);" _
                & "addBadgeItem(32);" _
                & "</script>"

                Page.ClientScript.RegisterStartupScript(Me.GetType(), "SB_PRO_TOOLBAR", SbToolbar)
           
End If

Let me know if you need further help.

Best regards,
Dario Rossa

 
New Post
3/28/2009 10:49 AM
 

Thank you Dario!

Now I've found it!!

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogNew Social ButtonsNew Social Buttons


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out