Forum Discussion

jgonzo's avatar
jgonzo
Adept
16 years ago

ActiveCast Question

I have an Active Cast question I am hoping someone can answer for me.  In the attached image, I would like to suppress items 1-3 but there does not seem to be an Active Cast module or parameter that can control these three elements. Is there a way to turn these three elements off or have I just missed that in the documentation? Thanks for your help.

 

activecast.gif

  • You can hide them using css.

     

    div#AC_MESSAGES h1 {display:none;}
    ul.ac_msginfo li.ac_author {display:none;}
    ul.ac_msginfo li.ac_posted {display:none;}

  • ChristineC's avatar
    ChristineC
    Khoros Alumni (Retired)

    You can hide them using css.

     

    div#AC_MESSAGES h1 {display:none;}
    ul.ac_msginfo li.ac_author {display:none;}
    ul.ac_msginfo li.ac_posted {display:none;}

      • jannifer's avatar
        jannifer
        Contributor

        Hi I am trying to use Active Cast and my requirement is display the blogs and community threads on same page in different part of page thought. The problem I am having is I have implemented the active cast scripts generated by Community Admin in two different area but in 1 year it is displaying both blogs and community text.

         

        How can I display it seperately?

         

        like: in one section Community Threads and in other seciton Blogs

         

         

        Thanks

    • newarkdiver's avatar
      newarkdiver
      Ace

      ChristineC wrote:

      You can hide them using css.

       

      div#AC_MESSAGES h1 {display:none;}
      ul.ac_msginfo li.ac_author {display:none;}
      ul.ac_msginfo li.ac_posted {display:none;}


       noob question.  Where would this CSS go?

       

      Specifically, I want to change the display from:

       

      Updated Desktop Sync App

       

      Release 13.7 (May 1, 2013)

       

       

      to:

       

      Send, share and receive massive files (Posted: 05-15-2013)

      Updated Desktop Sync App (Posted: 05-15-2013)

      Release 13.7 (May 1, 2013) (Posted: 05-15-2013)


      And while we're on the topic, any plans to make the formatting of activeCast more presentable?