| Poster | Post | |||
|---|---|---|---|---|
| Showing posts 1 to 13 of 13 in BBcode user interface | ||||
|
Goose
Joined: Jul 18, 2009 Other Topics |
appearance like a WYSIWYG editor
05:12:29 AM, Jul 31, 2009[ ip logged ]
There are forums (or at least one forum) out there that have a BBcode interface that looks like a WYSIWYG editor. When you click on the 'B' icon, it inserts the 'bold' BBCode tag and so forth. I think it would give CrispBB a nice appearance.
....on that note, not sure if it's possible, but it would be neat if there's some code that would parse through the body text and render the BBcode just like how a WYSIWYG editor would.... |
|||
|
Chris
Joined: Mar 16, 2009 Other Topics |
05:24:10 AM, Jul 31, 2009[ ip logged ]
BBCode has it's own interface. You can over-ride that yourself, in your theme. I can't provide those over-rides as part of crispBB, they simply won't work. So, if you want a slick WYSIWYG looking UI for BBCode it's a case of doing it yourself. (post an FR at bugzilla if you like, maybe someone will pick it up and refine the current UI - I might, one day, but it's not high on my list)
No idea what you mean by 'some code that would parse through the body text and render the BBCode like WYSIWYG editor would'? Gonna have to expand on that. |
|||
|
Goose
Joined: Jul 18, 2009 Other Topics |
08:10:11 AM, Jul 31, 2009[ ip logged ]
Chris
wrote
BBCode has it's own interface. You can over-ride that yourself, in your theme. I can't provide those over-rides as part of crispBB, they simply won't work. So, if you want a slick WYSIWYG looking UI for BBCode it's a case of doing it yourself. (post an FR at bugzilla if you like, maybe someone will pick it up and refine the current UI - I might, one day, but it's not high on my list)
No idea what you mean by 'some code that would parse through the body text and render the BBCode like WYSIWYG editor would'? Gonna have to expand on that. The last part is just so the bbcode looks like a wysiwyg editor. When you have bold text, the text shows as bold. But in stead of HTML, it's using BBcode. I guess that'd be a part of the BBcode module? |
|||
|
Chris
Joined: Mar 16, 2009 Other Topics |
07:37:36 PM, Nov 9, 2009[ ip logged ]
It's not a WYSIWYG editor, but I added markitUp! and the BBCode set for it to the BBCode module in use here on site (I'm evaluating and experimenting atm). I think you'll all agree that it's a lot better than the current BBCode buttons
|
|||
|
Robert
Joined: Apr 7, 2009 Other Topics |
01:24:09 AM, Nov 10, 2009[ ip logged ]
Very Sexy
Not WYSIWYG but still nice |
|||
|
Goose
Joined: Jul 18, 2009 Other Topics |
04:32:07 AM, Nov 10, 2009[ ip logged ]
Had to post a reply to see.
NICE! |
|||
|
Neil
Joined: Apr 6, 2009 Other Topics |
10:46:06 PM, Nov 13, 2009[ ip logged ]
Robert
wrote
Very Sexy
Not WYSIWYG but still nice |
|||
|
Chris
Joined: Mar 16, 2009 Other Topics |
01:03:49 AM, Jan 13, 2010[ ip logged ]
It's back! New module (nbbc - Aruba 1.2+ only)
Demo at http://www.crispbb.com/nbbc/test Module handles both bbcode and smileys, replaces those module entirely. Still testing atm, couple of bugs to iron out in the parser, once those are resolved I'll make it available for download. In the meantime, it's installed here, and crispBB has been updated to make use of it (this site is now running Aruba 1.2.0) so feel free to play around. |
|||
|
Robert
Joined: Apr 7, 2009 Other Topics |
Very nice
01:28:00 AM, Jan 14, 2010[ ip logged ]
Very nice, any change for user/admin setting to turn the BBCode Editor off? Something where a user can goto there profile and turn it off?
Not that anyone would want to turn it off |
|||
|
Chris
Joined: Mar 16, 2009 Other Topics |
BBcode user interface
#(10)
11:20:19 PM, Jan 21, 2010[ ip logged ]
Robert
wrote
Very nice, any change for user/admin setting to turn the BBCode Editor off? Something where a user can goto there profile and turn it off?
Robert
wrote
Not that anyone would want to turn it off
|
|||
|
Goose
Joined: Jul 18, 2009 Other Topics |
BBcode user interface
#(11)
03:57:30 AM, Feb 12, 2010[ ip logged ]
I noticed under the more BBcodes there's an entry "You" -- is this supposed to be Youtube?
|
|||
|
Chris
Joined: Mar 16, 2009 Other Topics |
BBcode user interface
#(12)
11:33:07 PM, Feb 14, 2010[ ip logged ]
Goose
wrote
I noticed under the more BBcodes there's an entry "You" -- is this supposed to be Youtube?
BBCode Tag reference -> http://www.crispbb.com/nbbc/bbcode |
|||
|
Goose
Joined: Jul 18, 2009 Other Topics |
BBcode user interface
#(13)
07:20:09 AM, May 12, 2010[ ip logged ]
Chris
wrote
The you tag allows you to address the current user viewing your text, by name. It's a wrapper for xarUserGetVar('name'), which itself returns name of the current logged in user. (included for legacy purposes since it's a tag of the old BBCode module
BBCode Tag reference -> http://www.crispbb.com/nbbc/bbcode Hey Guest!!! (yup, 'you' tag) |
|||