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.
The forum of the forums
2 posters

    Scrolling announcements

    avatar
    Jmgrap
    New Member


    Posts : 20
    Reputation : 1
    Language : English

    Solved Scrolling announcements

    Post by Jmgrap August 11th 2012, 7:37 pm

    Is there a way to make the scrolling announcement compatible with html so I can make it a link?


    EDIT: Also, is there a way to remove some of the buttons that came on the navigation bar such as FAQ and Search?

    Thank you!
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Scrolling announcements

    Post by Sanket August 11th 2012, 9:31 pm

    When you go into the announcements, you can add the html codes.

    To hide the FAQ & Search links, you can add this to the css.
    Code:
    a[href="/faq"] {
        display: none !important;
    }
    a[href="/search"] {
        display: none !important;
    }

    Alternatively, to hide the FAQ & search Links for members & guests
    Users & groups>Special Rights
    Faq: Administrator
    Search: Administrator
    Save
    avatar
    Jmgrap
    New Member


    Posts : 20
    Reputation : 1
    Language : English

    Solved Re: Scrolling announcements

    Post by Jmgrap August 11th 2012, 9:44 pm

    Thank you!

    Also,
    Is there a way to place a donate button at the bottom of my forum?
    &
    How do I enable quick reply for topics?


    Sorry for the random questions!
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Scrolling announcements

    Post by Sanket August 11th 2012, 9:49 pm

    Why don't you ask the other questions in a separate thread? It would be much easier for other members to search for it in the future.
    avatar
    Jmgrap
    New Member


    Posts : 20
    Reputation : 1
    Language : English

    Solved Re: Scrolling announcements

    Post by Jmgrap August 14th 2012, 5:59 am

    Thank you.
    Solved.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Scrolling announcements

    Post by Sanket August 14th 2012, 11:29 am

    Topic Solved & Locked

      Current date/time is September 23rd 2024, 2:12 pm