Listed Blogs

Latest post 03-18-2008 9:16 AM by Nick. 1 replies.
  • 03-18-2008 3:19 AM

    • darren-mc
    • Top 200 Contributor
    • Joined on 03-18-2008
    • Posts 1
    • Points 20

    Listed Blogs

    Is there a way to control which blogs are listed under the blogs menu?

     

    Thanks

     

    Darren 

    • Post Points: 20
  • 03-18-2008 9:16 AM In reply to

    • Nick
    • Top 10 Contributor
    • Joined on 10-11-2005
    • Gilwern, S.Wales, Uk
    • Posts 2,606
    • Points 19,725

    Re: Listed Blogs

     If you are running Athena RTM, then open up ~/Themes/Athena/Athena.xml

     

      <dropdowns>
        <dropdown name="blog" type="blogs">
          <link name="listings" appkey="cslistings" mode="remove" />
          <link name="nickblog" appkey="nickblog" mode="change" navigateurl="http://www.techienick.com" />
          <link name="showcase" appkey="showcase" mode="change" navigateurl="http://showcase.nbdev.co.uk" />
        </dropdown>
      </dropdowns>

     

    That's fom my website.  It shows that you can remove links, and change others.

    It also supports urlformat="~/ThemeShop/##Subject##/Default.aspx"   where ##Subject## would be the subject of the post  or ##PostId## where postid is the id of the post.

     

    YOu can also add a new drop down menu

     

        <dropdown name="info" type="custom">
          <link name="about" navigateurl="~/info/about.aspx" text="About" mode="add" />
          <link name="contact" navigateurl="~/info/contact.aspx" text="Contact" mode="add" />
          <link name="services" navigateurl="~/info/services.aspx" text="Services" mode="add" />
        </dropdown>

    Hope this helps 

    • Post Points: 5
Page 1 of 1 (2 items) | RSS