Support Forum
One of the benefits of being a member of the support site is that you get a sneak peek at some of the updates that are coming out soon.
As an example highlite the search form entry with your cursor. Notice the little glow around the entry form? Something similar is coming to all themes and not just for the search form.
Not to mention other theme, layout and features that the support site may be using in final testing before release.
Like what? Click on reply to this post and you may notice a new button next to the "cancel' one that allows you to preview before posting.
Also check out your profile page. Want to subscribe to specific forums? You just might find a way to do so there.
Lots of cool new stuff is coming out in version 5.1 and if a member you get a little sneak peek. Pretty cool if you ask me.
not yet... its a new plugin and still working the kinks out testing...
Visit Cruise Talk Central and Mr Papa's World
Another impatient request from me.
I have noticed that when you use the quotes in the tool bar that the tinymce editor shows the quoted text in a shaded box rather than just indented as before.
I had a quick look in bug tracker but nothing lept out at me.
Can I get my hands on that code, it would be very very helpful indeed!
Conrad
It's just an edit of the tinymce content.css file... you can make the same changes now... next release of tinymce will allow you to drop in the css file into your sp theme and have it used instead of the one with the plugin... but for now, just make the changes in the tinymce css file itself... style how you want...
YELLOW
SWORDFISH
|
I want to basically replicate this in the tinymce content.css file.
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent blockquote { overflow: hidden; background: <?php echo($alt4BackGround); ?>; color: <?php echo($alt4Color); ?>; border: <?php echo($alt4Border); ?>; margin: 0 0 1em; padding: 1em 1em 0 1em; <?php echo($smallRadius); ?> font-weight: <?php echo($mainFontWeight); ?>; }
So forgive my ignorance here, in order to recreate this do I merely replace the php functions with actual css declarations?
So for the background $alt4BackGround for my overlay is = '#ddcfa1'; so do I just declare the background like this?
blockquote {background: #ddcfa1; color: #333333; border: 1px solid #c6ba91.........etc}
Sorry but I have never derived css from a php file and I'm not sure if I can actually just use the php even. Hope you don't mind me asking.
Conrad
no, dont put php in there... get the actual css from firebug or something... you want straight css...
then you will need to clean up the element descriptor a bit... for example, instead of
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent blockquote {
just use
blockquote {
Visit Cruise Talk Central and Mr Papa's World
Hi all I added the following code:
blockquote { -webkit-gradientborder-radius: 5px; border-radius: 5px; overflow: hidden; background: #ddcfa1; color:#333333; border: 1px solid #c6ba91; margin: 0 0 1em; padding: 1em 1em 0 1em; font-weight: normal; }
to the file
..../wp-content/sp-resources/forum-plugins/tinymce-richtext/tinymce/themes/advanced/skins/default/content.css
It appears not to work at all, do I have the wrong content.css?
Conrad
1 Guest(s)