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

    Textarea Background for phpbb3

    avatar
    Guest
    Guest


    Solved Textarea Background for phpbb3

    Post by Guest September 22nd 2012, 2:51 am

    Okay i need a css code that can make this transparent the bg wise it does this on the PM, Registering, And making topics


    Textarea Background for phpbb3 6z2bt4

    So if any help would be appreciated im using phpbb3 btw.


    Last edited by Ace700 on September 22nd 2012, 8:25 pm; edited 1 time in total
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    Solved Re: Textarea Background for phpbb3

    Post by nextlevelgaming September 22nd 2012, 4:38 am

    hey Ace, a link to your site please since I don't use phpbb3 i can get your CSS class/id from there. though I do believe it is something like #textarea

    Once you reply, ill help you, or if someone else before I who knows phpbb3 better than i
    avatar
    Guest
    Guest


    Solved Re: Textarea Background for phpbb3

    Post by Guest September 22nd 2012, 3:48 pm

    Umm theres one problem we have it set so you hav to register to view the whole site. I was trying to make it so we could show the topics but they cant view it.

    My link is:
    Active-codez.tk (for short)
    Active-codez.forumotion.com(for long)
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    Solved Re: Textarea Background for phpbb3

    Post by nextlevelgaming September 22nd 2012, 4:16 pm

    Code:
    textarea.inputbox{width:85%;background:#;}


    Code:
    #text_editor_textarea{background:#;}

    is one so far, it's hard to find em without seeing it, I use firebug to find the exact sections. If you want send me a guest admin acct. Basically an account, that i can see the site, but not post or whatever. It don't matter to me as long as i can see it. Be alot easier to help you quickly my friend
    avatar
    Guest
    Guest


    Solved Re: Textarea Background for phpbb3

    Post by Guest September 22nd 2012, 5:28 pm

    i got one for regestred if you want to use that one

    Edit pmed you the user
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Textarea Background for phpbb3

    Post by runawayhorses September 22nd 2012, 7:31 pm

    Add this to your CSS stylesheet for phpbb3.

    For Regular Posting Text box:
    AP>>Display>>Colors>>CSS Stylesheet:
    Code:
        #textarea_content textarea#text_editor_textarea{
        background-color: transparent; !important;
        }

    For Quick Reply Box:
    Code:
        form#quick_reply #textarea_content textarea#text_editor_textarea{
        background-color: transparent; !important;
        }

    Note: Perhaps you might want to change the title of this topic to a more specific title like "Textarea Background for phpbb3" so people can find it in search results. You can edit your first post to make the change.
    avatar
    Guest
    Guest


    Solved Re: Textarea Background for phpbb3

    Post by Guest September 22nd 2012, 7:46 pm

    okay thx you for that i need one more you know the:
    Title of topic background. i need that transparent then ill be good thanks again Very Happy

    And title changed to:Textarea Background for phpbb3
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Textarea Background for phpbb3

    Post by runawayhorses September 22nd 2012, 7:48 pm

    You're welcome, that code should include the topic title background.
    avatar
    Guest
    Guest


    Solved Re: Textarea Background for phpbb3

    Post by Guest September 22nd 2012, 7:52 pm

    Textarea Background for phpbb3 2yxhrue

    This is what it did.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Textarea Background for phpbb3

    Post by runawayhorses September 22nd 2012, 8:07 pm

    OK, try this for the topic title background. In the code you will see color: #FFFFFF you can change that number for the text color.

    Code:
    input {
       color: #FFFFFF;
       background-color: transparent; !important;
    }

    If you need to change the text color of the textarea box as well just add this instead of the code I posted earlier so it looks like this:

    Code:
            #textarea_content textarea#text_editor_textarea{
            background-color: transparent; !important;
            color: #FFFFFF;
            }

       
    avatar
    Guest
    Guest


    Solved Re: Textarea Background for phpbb3

    Post by Guest September 22nd 2012, 8:14 pm

    Thanks man you deserve a medal Very Happy

    Also one last thing can you get one more css code for the smilies BG?
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Textarea Background for phpbb3

    Post by runawayhorses September 22nd 2012, 8:20 pm

    Thank you you're welcome! Don't forget the topic title change of this topic if you feel like it.. Smile

    Edit: create a new topic for that question please. Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Textarea Background for phpbb3

    Post by SLGray September 22nd 2012, 9:53 pm

    Topic Solved & Locked



    Textarea Background for phpbb3 Slgray10

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

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