![]() |
How To Add NoParse BBCode?
How can I add the [noparse] BBCode to the post editor?
|
create a new bbcode
title no parse bbcode tag name noparse save. If you want an image for it, just add one to :images/editor/noparse.gif create icon 16px x 16px in photoshop and save as noparse.gif That should work. --------------- Added [DATE]1267047285[/DATE] at [TIME]1267047285[/TIME] --------------- Ahh alternatively. goto template editor_toolbar_on find: <vb:if condition="!$show['basicbbcodeonly']"> <ul> Add after: <img src="images/buttons/noparse.gif" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_noparse" width="20" height="20" alt="Insert No Parse Tags" /> <vb:if condition="$show['basic_bbcode']"> |
What's the HTML replacement for the code?
EDIT: Nevermind, the code is a default code that comes with vB. Basically I just have to add the icon as you suggested in your post edit. :) |
Your Welcome !
|
Necroing this thread because I have the same question -- I want to add a button to my text editor toolbar that will wrap [noparse][/noparse] tags -- but the solution in post #2 above isn't working for me.
When I go to Admin CP > Styles & Templates > Search in Templates, I can't find a template called editor_toolbar_on, and I can't find code in any template that reads: <vb:if condition="!$show['basicbbcodeonly']"> <ul> Am I looking in the wrong place? |
That is because you are looking at directions to a older version of vB than you have. This is why we tell people to start their own threads, instead of bringing up old ones. :)
So do as was first suggested. create a new bbcode title no parse bbcode tag name noparse save. If you want an image for it, just add one to :images/editor/noparse.gif create icon 16px x 16px in photoshop and save as noparse.gif That should work. |
No, I have vB 4, and this is the vB 4 discussion forum. Sorry for necroing a thread; just trying to be polite. Next time I'll start a new thread.
And, like, I said in my post, the directions in post #2 are not working for me. I tried both options. I tried creating a new BB code, but it won't let me save it unless I insert something in the HTML field. I cannot for the life of me find the proper HTML command for noparse. |
It does not matter if this in the vB4 section, this was before the ckeditor which you are using.
Anyway, use this as the replacement. Code:
<noparse>{param}</noparse> |
You have vb4, but earlier versions of vb4 didn't have the ckeditor.
For the replacement, did you try just using {param}? |
What I posted above seems to work Kevin. :)
|
Ok, but are the tags necessary? Seems like they wouldn't do anything.
|
Yeah it don't look like they are necessary, but it don't hurt either. :)
|
Now it's giving me this error:
Quote:
|
Change the BB Code Tag Name to NoParse
|
Okay, did that. Thank you. And now to create the button on the editing toolbar -- in ckeditor.php, if I want the button to appear to the left of the Code button, I would insert the text in red, yes?
Code:
$toolbar[] = array('NoParse', 'Code', 'Html', 'Php'); ETA: because, yeah, that's not working. |
If you added the bbcode, it should automatically be added to the editor.
Now if you want it to show up in the Quick Reply, see this thread, http://ozzmodz.com/showthread.php/52...ck-Reply-Issue post #4 |
It was automatically added to the Go Advanced editor, but to the very end of the last row, along with the other buttons I've added (strikethrough and spoiler).
I don't need the "no parse" button to show up in the Quick Reply editor, but I do want to change its location in the Go Advanced editor (or at least duplicate the button so that I can place it where I want, since there seems to be no way to remove the added buttons from the end of the last row). Was the code I posted incorrect? How do I add (duplicate) the button so that it shows up to the left of the Code button in the Go Advanced editor? |
I assume you can try what you posted, if it don't work, just undo the edit. :) I think what should be added is whatever the Title you used for it though
|
Thanks, ozzy -- that worked.
|
Awesome, glad it is all good to go now. :)
|
Quote:
In editor_toolbar_start Code:
$do_cache_editor = true; Code:
if($title == 'Editor') Code:
if($this->editor_type == 'fe') |
Quote:
|
All times are GMT. The time now is 05:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|