vForums Support > vForums :: Announcements :: > New UBBC Editor Rollout

New UBBC Editor Rollout - Posted By Ross (admin) on 3rd Sep 09 at 11:21pm
The new custom built UBBC editor interface has now been applied to this support forum. All other forums will follow with a planned upgrade over the weekend. There will be do downtime or disruption to your services.

For full details, please refer to the information posted on our blog:

http://blog.hostedmessageboards.com/2009/09/the-rise-and-fall-of-the-wysiwyg


- Ross

Re: New UBBC Editor Rollout - Posted By Nick (nickb) on 4th Sep 09 at 3:03am
Oh Nice! {Grin}

Re: New UBBC Editor Rollout - Posted By dog199200 (dog199200) on 4th Sep 09 at 3:46am
it looks ok, but i have to say i like the new smiley system over this solo image system, or it look solo from what i can tell.

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 6th Sep 09 at 7:20pm
This update will be applied to all forums within the next 15 minutes. Just waiting for the current files to be backed up {Smile}

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 6th Sep 09 at 7:38pm
All changes have now been put online. Any problems then just let me know {Smile}

Re: New UBBC Editor Rollout - Posted By ashkir (ashkir) on 6th Sep 09 at 8:08pm
sweet ross!

Also your link is broken. Real link is: http://blog.hostedmessageboards.com/?p=42

Re: New UBBC Editor Rollout - Posted By dog199200 (dog199200) on 6th Sep 09 at 10:53pm
Error 1: (The Font Size and Font Family text should match the forums text color)

http://i25.photobucket.com/albums/c51/dog199200/error1.png

Error 2: (The popup windows background should really match that of Window1, other wise people with white text wont be able to see anything.)

http://i25.photobucket.com/albums/c51/dog199200/error2.png

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 6th Sep 09 at 11:08pm
The colours for the drop-downs are all based off of the settings on your modify colours page. The "UBBC Background" is used for the buttons and drop-down backgrounds. "UBBC Border" is used for the drop-downs font colour and button border colour.

The pop-ups are supposed to use the window1 bg. I just forgot to change that setting (a fix will be uploaded in a couple of minutes {Smile} )

@ Nick: It looks like the wordpress installation has broken. I'll investigate {Unsure}

Re: New UBBC Editor Rollout - Posted By dog199200 (dog199200) on 6th Sep 09 at 11:19pm
Personally i think having it set for the drop down color and the border color will cause problems in a persons design, my sites a good example for that, the text should be white, and the border should match the forum over all border, in the case of my forum, so if not an error it can be a good suggestion on something taht could be changed {Tongue Out}

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 6th Sep 09 at 11:35pm
On the forums I tested it on, I found using the forums overall border colour really did not work well. It's difficult to get the balance between keeping things easy to setup and fully customizable. It can be set through the style sheet very easily though:

/* Drop-Down Titles Colour */
#ubbc_buttons .drop_down {
color: #333;
}

/* Drop-Down Options BG Colour */
#ubbc_buttons .drop_down div {
background-color: #f1f1f1;
}

/* Drop-Down Options Text Colour */
#ubbc_buttons .drop_down div a {
color: #333;
}

Re: New UBBC Editor Rollout - Posted By dog199200 (dog199200) on 6th Sep 09 at 11:43pm
hmm ok that will work. I didn't think about the see aspect of it all.

Edit: the css wont work on my forum at all.

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 7th Sep 09 at 1:19am
If you're entering it via the "Modify Colours" page, you'll need to add "!important" (without the quotes) after the HEX colour code.

eg. color: #ff6600!important;

It's just to do with the order the CSS is outputted in.

Re: New UBBC Editor Rollout - Posted By dog199200 (dog199200) on 7th Sep 09 at 2:59am
ah ok

Re: New UBBC Editor Rollout - Posted By ashkir (ashkir) on 7th Sep 09 at 7:25am
The CTRL feature is awesome.

Re: New UBBC Editor Rollout - Posted By Michael (wrighty) on 7th Sep 09 at 4:24pm
I guess I should thank you Ross - One of the reasons for my lack of use of vF has been the WYSIWYG editor ... never did like it - and it made posting codes etc... a complete pain.

{Smile}

Perhaps I can look to further use vF now {Smile}


-----------

EDIT: When pressing 'tab' then 'enter' from the post message box - it takes you to the first person's profile in the topic sumamry. Not direct to the 'post' button. Perhaps you could rectify the tabstops? {Smile}

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 7th Sep 09 at 11:08pm
Versions with updated tabindex are now being uploaded {Smile}

Re: New UBBC Editor Rollout - Posted By Nick (nickb) on 9th Sep 09 at 6:28am
It seems now when on full reply, pressing Tab takes you to "Check spelling" in PM's.

Re: New UBBC Editor Rollout - Posted By Ross (admin) on 9th Sep 09 at 11:38pm
 
It seems now when on full reply, pressing Tab takes you to "Check spelling" in PM's.


Fixed {Smile}

Re: New UBBC Editor Rollout - Posted By Nick (nickb) on 10th Sep 09 at 1:20am
Thanks. {Smile}