The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Rcodes or how to insert Html thanks to specific tags - beta2 Details »» | |||||||||||||||||||||||||||
Rcodes or how to insert Html thanks to specific tags - beta2
Developer Last Online: Jan 2008
Beta 2 News :
- Not necessary to use { } anymore. If you want to use them, then you must insert them in the tag definition - Options added. Defined in the code replacement with {*number} and then replaced in post when viewing it. See the description and teh screenshots for more details. - Html preview of the rcode when processign post preview - Keep in mind that if you want to put an url as parameter you MUST untick the parse url option when writting the post. -------------------------------------------------------------------------- Description : ------------- This hack allows you to insert somes tags in post which will be then replaced by html output. How to use it ------------- - Fill the tag field when adding a new tag. e.g. {test} or test or whatever else. - Add some options in the code replacement. Options are definied by this way : {*number} e.g. {*1} {*2} ... - The first option must be {*1} aso ... if the first option is not {*1} then the script will correct it and order all the other options. - When writting a post you can insert a rcode tag : if you defined a {htaccess} tag, then put {htaccess}(options seperated by ,), if it's htaccess (without { } ) then put htaccess(options separated by ,). Well I will give an exemple : title : table tag : table replacement : <table><tr><td>{*1}</td><td>{*2}</td></tr></table> In the post I will put : table(option1, option2) then when viewing the thread this code will be replaced by this : <table><tr><td>option1</td><td>option2</td></tr></table> directly parsed when viewing so no html code will be visible. Note that you can use in your html replacement code, css classes from your board (alt1, alt2, tcat ... ) Then you can imagine, it will be easy to insert in post some forms, html outputs ... Well, see the screenshots for more details Copyright This script was built by Akex This hack is NOT to be re-distributed in any way or placed on a website for download without permission. All copyright notes in the script files must remain unchanged. NB : for beta purposes, instructions are in a text files, I will do an automatic installation script for next time. Instructions Query : 1 Phrases : 13 Files to modify : 4 Files to add : 1 Beta 2 today Show Your Support
|
Comments |
#12
|
||||
|
||||
Nice idea Milorad !
|
#13
|
|||
|
|||
Quote:
For the future releases : - rcode using permissions by usergroup - preview of the html code in admincp (well, basically a link which will open a popup with a preview in order to verify the html code is correct ). - a single selection menu in the WYSIWYG editor to quick add rcodes ... |
#14
|
||||
|
||||
wow, this is really great! I currently use bbcodes for a few things where this would be a logical replacement to (such as formatted horizontal rules).
One thing I would really love to see extended on this mod is the use of additional parameters. Allowing multiple parameters would allow one to build things like tables with dynamic headings as well as content. It could also extend the possibility of having multiple input form submissions w/default values or what-not (similar to your htaccess shown in one of the screenshots). The possibilities are endless & would allow safe introduction of HTML into your boards! |
#15
|
|||
|
|||
Quote:
Your idea will be a problem if it's possible to not use the { }. Well, I will think about it, maybe there is a possibility . |
#16
|
||||
|
||||
totally understandable, Akex. While I wasnt necessairly thinking about end tags, what I was seeing in my mind would be something like {parm1="value";parm2="value";parm=3="value";etc... } and then these param keywords would be variables within the html.
Either way, this is a great hack and has a lot of potential for use |
#17
|
|||
|
|||
Quote:
Maybe something like functions : {tag(parameters ...)} or tag(parameters ...) |
#18
|
||||
|
||||
sweet! thank you, sir
|
#19
|
||||
|
||||
Good idea akex
Good luck |
#20
|
|||
|
|||
Quote:
This will be amazingly useful for my board which will have a heavy article content. Thank you so much. |
#21
|
|||
|
|||
Well I removed the extra brackets so it works with anything. I will advice in the next version installation file to put the extra brackets in the tag itself in order to not replace anything ^^.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|