Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added]: Forum Inline Code Tags

Information about updates, news, Code Library
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Added]: Forum Inline Code Tags

Unread post by admin »

You can now format inline code in the nuBuilder forums using the BBCode

Code: Select all

[c]...[/c]
This is perfect for highlighting short bits of code within a sentence without breaking the flow.

Usage
code_tag.png

Code: Select all

[c]nuDebug('hello');[/c]


➡ Output: nuDebug('hello');

When to Use:
- Use the new c-tag for short code snippets inside text.
Example: To open a form, call nuForm('62d91e8f4adbbc7', '-1', '', '', '1');
- Use the code-tag for longer blocks of code that need separate formatting.
You do not have the required permissions to view the files attached to this post.
Post Reply