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
3 posters

    Announcement box in Chatbox

    Mario Gotze
    Mario Gotze
    Forumember


    Male Posts : 67
    Reputation : 2
    Language : Eng & Arabic & German & French & Spanish .
    Location : MA

    Solved Announcement box in Chatbox

    Post by Mario Gotze July 20th 2014, 6:16 am

    Hi Very Happy 
    i have one question how to add Announcement in Chatbox
    Like This :

    chatbox annoucement - Announcement box in Chatbox 5AysLPc

    For Phpbb2 Version & Thanks  Arrow 
    I need the code as any way !
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    Solved Re: Announcement box in Chatbox

    Post by Fierce Star July 20th 2014, 6:37 pm

    Try adding this to your CSS:
    Code:
    div#chatbox:after {
      content:'ANNOUNCEMENT MESSAGE HERE';
      background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px rgba(0,0,0,0);
      border: 1px solid green;
      color: green;
      padding: 6px 6px 6px 40px;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
      border-radius: 3px 3px 3px 3px;
      display: block;
      font-size: 12px;
      padding: 10px;
      padding-left: 40px;
      font-family:Verdana;
    }
    Change
    content:'ANNOUNCEMENT MESSAGE HERE';
    to your announcement message, and
    background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px rgba(0,0,0,0);
    to your preferred icon and background color.
    Mario Gotze
    Mario Gotze
    Forumember


    Male Posts : 67
    Reputation : 2
    Language : Eng & Arabic & German & French & Spanish .
    Location : MA

    Solved Re: Announcement box in Chatbox

    Post by Mario Gotze July 28th 2014, 1:31 am

    workiNg Thanks Very Happy
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Announcement box in Chatbox

    Post by SLGray July 28th 2014, 4:25 am

    Topic Solved & Archived



    chatbox annoucement - Announcement box in Chatbox Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 12th 2024, 12:05 am