You are not logged in.
I've added some extra bbcodes to the forum.
[noparse][font= FACE ] [/font] for font face
[hr /] and [hr] = <hr /> (Horizontal Line)
for strikethrough (<del> </del>)
[pre] [/pre] for fixed-width formatting
[sup] [/sup] and [sub] [/sub] for superscripting and subscripting, respectively
[size= NUMBER] [/size] for changing text size (in em)
for highlighting text
[align= ALIGNMENT ] [/align] for text alignment
[ul] [/ul], [ol] [/ol], and [li] [/li] for lists
[/noparse]
List bbcodes are sane now. They work like the HTML equivalents.
[noparse][ul][li]list item 1[/li]
[li]list item 2[/li]
[li]list item 3[/li]
[/ul]
[/noparse]
will display
[ul][li]list item 1[/li]
[li]list item 2[/li]
[li]list item 3[/li]
[/ul]
I also added [noparse][noparse][/noparse][/noparse] so you can avoid bbcode parsing for whatever reason.
Now mods and admins can move posts out of a thread, so hijacked threads should no longer need to be locked.
It also detects if there's bots crawling the site and displays 'em in the online user list.
It should also mark a topic as read once you've read it, instead of when you mark all posts as read. However, after an hour of not browsing the forums, it will "forget" which ones you have and haven't read and just mark 'em all as read up to that last time you viewed it.
Double posts are no longer allowed (except for mods and admins). It will not let you do it.
Last edited by Firon (2007-05-16 16:57:29)
Offline
Marvelous! I love bb code
I was just looking for strikethrough yesterday heheh. And font size \o/ \o/ ![]()
Thanks Firon.
Hmmz I can't get [style=] to work with numbers, points or CSS terms (small)? What is the syntax?
[s] changes something to the text but doesn't strike it through for me.
Last edited by Lord Alderaan (2007-03-29 05:14:42)
Offline
I must've screwed up the array. Will fix now.
Edit: fixed. Stupid typo.
Last edited by Firon (2007-03-29 13:49:54)
Offline
Now you can't double post, unless you're an admin or mod. ![]()
Removed style.
Offline
/me is confused about the image bit...
Nice changes ![]()
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
It was a function I added but then removed.
Offline
I love want to marry the strikethrough function.
It's just handy to have.
Offline
EXACTLY! lol there have been so many times that I needed to use strikethroughs, but they weren't available (I ended up having to use the quote thing to show what "This post originally" wrote
)... Which reminds me, I need to start using lists in the Speed sticky ![]()
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
Great!
Could be nice if you update the BBcode page with this too.
http://forum.utorrent.com/help.php#bbcode
Offline
I wanted to update it, but I was lazy... I'll do it eventually. >_>
Offline
Added the size tag (uses pixels) and fixed some of the other bbcodes.
list bbcodes are sane now. They work like the HTML equivalents.
[noparse][ul][li]list item 1[/li]
[li]list item 2[/li]
[li]list item 3[/li]
[/ul]
[/noparse]
will yield
[ul][li]list item 1[/li]
[li]list item 2[/li]
[li]list item 3[/li]
[/ul]
Last edited by Firon (2007-05-16 16:55:10)
Offline
Wee! ![]()
/me stabs PunBB again for inserting <br /> between <li></li> tags
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
feel free to figure out how to fix it ![]()
Offline
I'd love to... but it sounds like more trouble than it's worth ;D I'll live with the extra <br />'s ![]()
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
What the hell is that thing? A galloping llama?
Offline
Hmm...
[ul][li]This[/li][li]should[/li][li]be[/li][li]unbroken[/li][/ul]
(by the extra BR's)
I think the parser might be doing a simple nl2br($input) and automatically adding "BR"'s whereever a line break is in the input. By removing the line breaks... you remove the BR's in the LIs ![]()
This post brought to you by the word Zingâ„¢.
Offline
Go get the PunBB code and find out what exactly to do. ![]()
Offline
Just don't put line breaks when you're writing a list, like I did above.
If you really want to overcomplicate things, you might want to maybe do some preprocessing on "ul" items to remove line breaks before it hits the nl2br() function...
This post brought to you by the word Zingâ„¢.
Offline
Thanks for the new add-ons.
With all the BB Code changes, is there a reason why the tags work for the Thread posts and not the Signatures?
"Wicked men obey from fear; good men, from love." Aristotle
"Action, causing Reaction are the proven scientific results of: Compounded Stupidity." ArlyNow ![]()
Offline
Because for the most part, they're annoying and clutter threads up.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
Offline
Very useful, thanks man!
Last edited by duzap (2007-11-03 02:51:57)
Offline
Yey...just a question: is there something like a [thread] in PunBB that we can use? ![]()
I'll edit the BBCode Help File for you!
[noparse][thread=1234]Go here![/thread][/noparse]
uTorrent - The Swarm Friendly Client. With PlayNiceâ„¢ and Anti-Leechâ„¢ Technology that guarantees better swarm health and faster downloads for everyone in the end. Supported by millions of trackers worldwide.
Offline
No.
Offline