Switch to full style
A place for discussions and questions specifically about the UESP forums.
Topic locked

BBCode Request [uesp]

Wed Jul 01, 2009 7:55 am

I feel that there is somewhat of a need for a BBcode for the UESP.

IE, something like this:

Code:
[uesp="Oblivion"]Items[/uesp]


So it would be easier to link to articles. (And perhaps a way of replacing spaces with underscores (_) with JavaScript which isn't very hard.)

The BBcode syntax would be:
Code:
[uesp="{TEXT}"]{TEXT2}[/uesp]


The HTML replacement would be:
Code:
<a href="www.uesp.net/wiki/{TEXT}:{TEXT2}">{TEXT2}</a>


The JavaScript aforementioned could be easily made with the eval() to write the <a> in a <span> using document.getElementById. The first {TEXT2} would define a variable beforehand, then the script will replace all spaces with underscores (_).

Re: BBCode Request [uesp]

Wed Jul 01, 2009 8:10 am

Good idea :D. I've already added "area", "offtopic" and "spoiler", but this would make a good one too.

Re: BBCode Request [uesp]

Wed Jul 01, 2009 8:20 am

That would be pretty dang awesome.

Good suggestion! I'd use it all the time!

Re: BBCode Request [uesp]

Wed Jul 01, 2009 8:59 am

Also, what about the [center][/center] tags?

I think they would be helpful.

Re: BBCode Request [uesp]

Wed Jul 01, 2009 9:28 am

nyk45 wrote:Also, what about the [center][/center] tags?

I think they would be helpful.

just so long as people don't center their whole post - makes it harder to read

Re: BBCode Request [uesp]

Wed Jul 01, 2009 9:38 am

Nah, it's useful for signatures only.

Re: BBCode Request [uesp]

Wed Jul 01, 2009 3:25 pm

[offtopic]Wtf, offtopic? You really like spam, don't ya'?[/offtopic]

Re: BBCode Request [uesp]

Wed Jul 01, 2009 3:29 pm

Center tags have been added.

Re: BBCode Request [uesp]

Wed Jul 01, 2009 3:31 pm

Yoshi wrote:[offtopic]Wtf, offtopic? You really like spam, don't ya'?[/offtopic]


[offtopic]Question. When a post is all in the off topic bb code, does it add to your post count?[/offtopic]

Re: BBCode Request [uesp]

Wed Jul 01, 2009 3:33 pm

[offtopic]This post is to check.

Edit: The answer is yes.[/offtopic]

Re: BBCode Request [uesp]

Wed Jul 01, 2009 3:34 pm

[offtopic]This is why I think we need a Random Spam section :3[/offtopic]

Re: BBCode Request [uesp]

Wed Jul 01, 2009 4:36 pm

If I didn't feel lazy I could make that script for the BBcode, and forget center tags, get an align one. :p
BBcode
Code:
[align="{TEXT}"]{TEXT2}[/align]

HTML
Code:
<span style="text-align:{TEXT}"></span>


On the other hand scratch that, make a whole style BBcode.

BBcode
Code:
[style="{TEXT}"]{TEXT2}[/align]

HTML
Code:
<div style="{TEXT}">{TEXT2}</div>

Re: BBCode Request [uesp]

Wed Jul 01, 2009 4:58 pm

And while we're requesting tags, a [s][/s] (strikeout) tag would be nice, but not completely necessary.

Re: BBCode Request [uesp]

Wed Jul 01, 2009 5:20 pm

BBcode
Code:
[s]{TEXT}[/s]

HTML
Code:
<s>{TEXT}</s>

Re: BBCode Request [uesp]

Wed Jul 01, 2009 6:54 pm

Both Josie and myself are quite familiar with HTML and CSS, Kestral. You don't have to post the "solution" each time.

Re: BBCode Request [uesp]

Wed Jul 01, 2009 7:17 pm

I'm quite busy right now, but tomorrow I'll add some new BBcodes ;).

Re: BBCode Request [uesp]

Wed Jul 01, 2009 7:55 pm

Unlike Josie, I wasn't busy, and thus..

Mages Guild

Center

Left

Right

Code:
[align=center]Center[/align]
[align=left]Left[/align]
[align=right]Right[/align]


Strikeout
Code:
[s]Strikeout[/s]
Last edited by Cactus on Thu Jul 09, 2009 6:58 am, edited 2 times in total.
Reason: Fixed the codes

Re: BBCode Request [uesp]

Thu Jul 09, 2009 4:02 am

Strikeouts?

How about letting us have the
Code:
[img]this_is_an_image.jpg[/img]


What about those tags? They have feelings too.

Re: BBCode Request [uesp]

Thu Jul 09, 2009 6:59 am

Um.. we've always had img tags.. :?:

Re: BBCode Request [uesp]

Thu Jul 09, 2009 8:31 am

Cactus wrote:Um.. we've always had img tags.. :?:

I think the question was more a "Can we please use them?"

5tealthh: We're not allowed to use img tags, because at least one person accesses these forums with Dial-Up, and it would be effectively excluding them from certain topics to use them.

Re: BBCode Request [uesp]

Thu Jul 09, 2009 8:52 am

On the other hand, it would be the same as one more signature per thread page.

And you can always change your browser options not to show pictures.

Re: BBCode Request [uesp]

Thu Jul 09, 2009 9:25 am

nyk45 wrote:On the other hand, it would be the same as one more signature per thread page.

Not necessarily. If you frequently see a signature or avatar, it will be saved in the cache and load from there, as opposed to re-downloading each time. Unless someone changes their signature/avatar really often (and with the signature, only then if they use a picture), it shouldn't affect download speed much at all.

Re: BBCode Request [uesp]

Thu Jul 09, 2009 9:41 am

Good enough.

But there are still browser options. But oh well, it's easier for us to click a link, than for someone with dial up to have a strictly-text browser. Yep, we should stick with the links.

[offtopic]Just noticed your platform :lol:[/offtopic]

Re: BBCode Request [uesp]

Thu Jul 09, 2009 6:46 pm

It sucks that we can't post images. We should at least have a file size or pixel by pixel size restriction on the image. Like it can't be more than 500x500 pixels and can't be more than 500kb or something like that.

Re: BBCode Request [uesp]

Mon Jul 20, 2009 10:52 pm

I have another small request to make. If it's too much work, don't worry, but the Spoiler code tends to make the text that you spoiler mesh with the rest of the post. If someone could make a box appear around the text that's spoilered when it's open, that would be much appreciated. Sometimes I'll be reading one and click to close it, only to find the next sentence was spoilered too.

Of course, if it's too much work, don't bother.
Topic locked