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.

How to make quick reply like this ?

5 posters

Go down

Solved How to make quick reply like this ?

Post by Ezio June 25th 2011, 6:43 am

What css must i do to make quick reply like this ? How to make quick reply like this ? Guru10

thanks before ! Very Happy
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by mgt98 June 25th 2011, 7:26 am

Admin Panel>General>Messages and Emails>Configuration>Allow Quick reply: Yes
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Ezio June 25th 2011, 10:41 am

no ! look that background image in that quick reply...
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Base June 25th 2011, 11:16 am

Hi, I believe that this is possible through CSS. It's basically an image that can be added as a background for the quick reply box. If you could provide with your forum link or perhaps an image then I may be able to give the CSS code for it. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Ezio June 25th 2011, 11:27 am

@base : yeah that css but I am not so good at css, okay my forum link > http://viscousart.forumotion.com
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Base June 25th 2011, 11:31 am

You should really remove the music from your forum. It is annoying and quite impolite to play music from out of nowhere. Wink

Have you got an image that you would like to add?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Ezio June 25th 2011, 11:54 am

okay man, image : How to make quick reply like this ? Comments
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Base June 25th 2011, 2:14 pm

Could you activate the quick reply box on your forum so that I can see it?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Ezio June 26th 2011, 6:11 am

okay, activated
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Russel June 26th 2011, 6:22 am

Try to add this code to your CSS Stylesheet.

Code:
.messaging-box textarea {
  border: 1px solid #c4c4c4;
        background-position: bottom right;
  background-repeat:no-repeat;
  background-attachment: scroll;
        background-image: url('http://62.0.5.136/cdn3.iconfinder.com/data/icons/quartz/Comments.png');
  }
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Base June 26th 2011, 10:31 am

If that doesn't work, please also trying adding:

Code:
#quick_reply #textarea_content .dd-textarea {
    background: url("http://i20.servimg.com/u/f20/15/20/70/09/quick-10.png") no-repeat scroll 0 0 transparent;
    height: 160px;
    margin-left: 116px;
    margin-top: 5px;
    width: 612px;
}

And if that doesn't work, please try this as well:

Code:
#quick_reply #textarea_content textarea {
    background: url("http://cdn3.iconfinder.com/data/icons/quartz/Comments.png") no-repeat scroll right bottom transparent;
    border: medium none;
    resize: none;
}

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Ezio June 26th 2011, 11:37 am

okay-okay that's solved Very Happy, thanks boss
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: How to make quick reply like this ?

Post by Nera. June 26th 2011, 3:30 pm

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum