| |
Scout
Registered: Dec 2002 Posts: 1570 |
some BBcode-compatibility would be nice...
Direct linkage to pictures on the web:
And a more flexible quoting mechanism:
Quote:Blabla...
Just a thought...
R. |
|
| |
Perff Administrator
Posts: 1679 |
We already have the beginnings of such system.
For now you can make "smart" links to entries internally in the CSDb database.
Se this topic:
User Request: HTML parser for text in trivia and the like
It could easily be upgraded to have more features, like the ones you purpose.
What does people think? |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: We already have the beginnings of such system.
For now you can make "smart" links to entries internally in the CSDb database.
Se this topic:
User Request: HTML parser for text in trivia and the like
It could easily be upgraded to have more features, like the ones you purpose.
What does people think?
I am with SCout!... |
| |
WVL
Registered: Mar 2002 Posts: 902 |
something like would be very nice too!
everything within would keep whitespace and have a non-proportianal font (i say Courier ;). Pasting some code onto csdb really ends up in a big mess right now :( |
| |
Perff Administrator
Posts: 1679 |
You got it!
For now I only made it so that code-tags work. More will follow soon. You are welcome to come with sugestions.
WVL: I'm sorry that I fucked up your post, now that the tags are parsed. :)
To demonstrate:
ldx #20
loop: lda $tab,x
sta $d020
jsr delay
dex
bpl loop
I guess you get the point. :) |
| |
Perff Administrator
Posts: 1679 |
Just added a few more tags as you might se if reading the first post in this thread. :)
For more info read: http://noname.c64.org/csdb/help.php?section=usage#9
PS. Is there an official site to refer to about BBcode? |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: Just added a few more tags as you might se if reading the first post in this thread. :)
For more info read: http://noname.c64.org/csdb/help.php?section=usage#9
PS. Is there an official site to refer to about BBcode?
http://www.phpbb.com/phpBB/faq.php?mode=bbcode |
| |
Perff Administrator
Posts: 1679 |
Found that one myself also, but as I figured that is not an official BBcode-site, but a site about an open source bulletin board who happens to support some BBcodes.
I am looking for the origin of BBcode if such exists?
|
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: Found that one myself also, but as I figured that is not an official BBcode-site, but a site about an open source bulletin board who happens to support some BBcodes.
I am looking for the origin of BBcode if such exists?
That what I posted is the origin.
Read more about it here:
http://en.wikipedia.org/wiki/BBCode |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
Quote:
I am looking for the origin of BBcode if such exists?
BBcode 'belongs' to phpBB. If you download phpBB you can check the php-code.
R. |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: Quote:
I am looking for the origin of BBcode if such exists?
BBcode 'belongs' to phpBB. If you download phpBB you can check the php-code.
R.
Isn't that what I just said? O:-)
(other words, but still I said "its origin" ;) |
| |
Perff Administrator
Posts: 1679 |
So you say that the people behind phpBB invented BBcode?
Anyway - I only need a good site for reference when I mention BBcode in the help. :) |
| |
WVL
Registered: Mar 2002 Posts: 902 |
aaargh! post destroyer! ;)
Perff : something else, is there a way i can add code tags to my previous posts to make them more readable? some posts really are a mess..
the problem is that nobody is allowed to edit their posts (only the last one in a thread)..
Would it be ok to grant some ppl temporary editting rights to all their previous posts?
edit : btw, great news about those code tags!! :-) this really makes csdb more readable, at least the code forum ;-) |
| |
Perff Administrator
Posts: 1679 |
Normally you can only edit posts if you wrote them, and noone have replied to it yet.
If you have some posts you would like to change you should ask some admins to do it, however if you have a lot of posts to change, we could probably make some arrangements. :) |
| |
WVL
Registered: Mar 2002 Posts: 902 |
some arrangements is what I was talking about, yes ;-)
I'd love to fix my ugly looking posts ;) |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: So you say that the people behind phpBB invented BBcode?
Anyway - I only need a good site for reference when I mention BBcode in the help. :)
From what I understood from wikipedia article; Yes... |