Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   Comments Field ? Adding wysiwyg + Text Alignment (http://forum.bytesforall.com/showthread.php?t=453)

TPR Feb 19, 2009 10:25 AM

Comments Field ? Adding wysiwyg + Text Alignment
 
1 Attachment(s)
I have 3 Noob Questions.

1)What is a good wysiwyg plugin to use for the comments?
2)How can I change default avatar that shows for posters without an avatar?
3)Also when I post blockquotes - the type that is not in the blockquotes justifies left. Is it possible to add margin to only the type not in the blockquotes?

Awesome Template.:)

Flynn Feb 19, 2009 04:11 PM

1) Theme is prepared for http://wordpress.org/extend/plugins/...ent-quicktags/ but should work with others too
2) Site Admin -> Settings -> Discussion -> at the bottom
3) You should be able to access that text via HTML/CSS Inserts -> CSS Inserts:

HTML Code:

ul.commentlist li p {
margin-left: XXpx;
}

You may have to reset the margin for blockquotes
HTML Code:

ul.commentlist li blockquote {
margin-left: XXpx;
}

This is for WP 2.7, in 2.6 and older it's ol.commentlist

TPR Feb 20, 2009 07:26 AM

1) I'm trying to install right now....
2) Not exactly what I meant, but I just turned off Avatars. I wanted to replace the default Avatar that would show with a custom one I made. Sorry, I may not have been clear about that one.
3) I got it to work with a little finagling.

One more thing I need help with.

4) Blockquote box nests directly under "February 17th, 2009 at 10:39 am · Edit" I'd like to add some padding.


Thanks a million, Great tech support and I didn't even have to call in and push my way through a hundred phone prompts.


All times are GMT -6. The time now is 09:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.