Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
3 registered (Gizmo, zackfrost, Dunny), 29 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/08/06
Posts: 1437
Top Posters (30 Days)
Ruben 65
SD 57
Gizmo 53
gliderdad 32
Iann128 22
Dunny 21
Steve C 20
driv 18
dbremer 16
Stan 15
Latest Photos
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Gizzo Marx
Page 1 of 2 1 2 >
New Reply
Topic Options
#209261 - 03/26/08 03:48 PM Post Code Test
ntdoc Offline
Registered: 11/09/06
Posts: 3382
Hello this is a test uses [color : red]

Hello this is a test uses [color = red]
Top Reply Quote Quick Reply Quick Quote
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#209262 - 03/26/08 03:48 PM Re: Post Code Test [Re: ntdoc]
ntdoc Offline
Registered: 11/09/06
Posts: 3382
Nice... now uses either COLON or EQUAL SIGN
Top Reply Quote Quick Reply Quick Quote
#209263 - 03/26/08 03:49 PM Re: Post Code Test [Re: ntdoc]
ntdoc Offline
Registered: 11/09/06
Posts: 3382
When was this implemented ?

7.2.2 does not understand using the = sign

Was checking this as many of the other boards seem to use the = sign and not the colon.
Top Reply Quote Quick Reply Quick Quote
#209269 - 03/26/08 04:16 PM Re: Post Code Test [Re: ntdoc]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
cool

cool

Code:
[size:14pt]cool[/size]

[size=14pt]cool[/size]
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top Reply Quote Quick Reply Quick Quote
#209270 - 03/26/08 04:16 PM Re: Post Code Test [Re: Mark S]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
And font sizes too wink
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top Reply Quote Quick Reply Quick Quote
#209276 - 03/26/08 05:09 PM Re: Post Code Test [Re: Mark S]
ntdoc Offline
Registered: 11/09/06
Posts: 3382
Thanks Mark. Would assume most tags now parse either tag method.

I don't get too fancy on other boards though as I find that UBB has more options for TAGS than most other boards I'm on.
Top Reply Quote Quick Reply Quick Quote
#209287 - 03/26/08 08:31 PM Re: Post Code Test [Re: ntdoc]
ntdoc Offline
Registered: 11/09/06
Posts: 3382
Top Reply Quote Quick Reply Quick Quote
#216541 - 08/20/08 05:56 AM Re: Post Code Test [Re: ntdoc]
Anonymous Gurax
Unregistered

Testing code tags. I administer with some friends a 7.2.2 and browsing with FireFox there are overleaps of normal text with text between code tags which makes the page unreadable.

Code tagged text follows.

Code:
char encr(char input, char key) {
    char charset[]="abcdef";
    char coded;

    int inputindex = -1; /*Indeks -1 dmth qe s'dihet asgje fillimisht */
    int keyindex = -1;
    int codedindex = -1;
    int i = 0;

    for(i=0; i<=strlen(charset)-1; ++i)
            if(input == charset[i]) {
                   inputindex = i;
                   i = strlen(charset);
            }

    for(i=0; i<=strlen(charset)-1; ++i)
            if(key == charset[i]) {
                   keyindex = i;
                   i = strlen(charset);
            }

    if(keyindex == -1)
            keyindex = 4; /* Vlere arbitrare, asnjehere s'duhet te ngelemi pa key */

    if(inputindex == -1)  /* Kur karakteri s'eshte ne alfabet e leme paprekur */
            return input;

    codedindex = keyindex + inputindex;
    if(codedindex > (strlen(charset)-1) )
            codedindex = codedindex - strlen(charset);

    coded = charset[codedindex];
    return coded;
}
Top Reply Quote Quick Reply Quick Quote
#216542 - 08/20/08 05:59 AM Re: Post Code Test [Re: Anonymous]
Anonymous Gurax
Unregistered

Here it shows correctly, it's displayed the same code snipet. Could this be a version dependent bug?
Top Reply Quote Quick Reply Quick Quote
#217568 - 10/05/08 09:59 AM Re: Post Code Test [Re: Anonymous]
Anonymous
Unregistered

&#322;&#347;&#261;&#263;&#324;&#322;&#322;&#322;
Top Reply Quote Quick Reply Quick Quote
#220383 - 12/19/08 06:17 PM Re: Post Code Test [Re: Anonymous]
ntdoc Offline
Registered: 11/09/06
Posts: 3382
More testing since the board is now running 7.4.1 code.

Limit of 4 code tags test. (previous versions only supported nesting of code tags up to 4 levels)

This URL has 5 tags applied to it and using = sign
hp.com

This URL has 5 tags applied to it and using : sign
hp.com

This URL has 6 tags applied to it and using : sign
hp.com

This URL has 7 tags and parenthesis applied to it and using : sign
hp.com (more TESTING)

This URL has 8 tags and parenthesis applied to it and using : sign
hp.com (more TESTING)

This URL has 10 tags and parenthesis applied to it and using : and = sign with 2 URLs within the post
hp.com (more TESTING) {new link here}

Well I would have to say that so far this TAG parsing is working VERY well now.

Thanks Rick.

I will post a suggestion in the Suggestions forum though. I would like to ask if you can add the ability to parse the SIZE element without using the pt portion of the tag so that it makes it easier to copy posts from other boards directly without having to edit them.

I thought for sure that UBB also supported INDENTING but can't seem to locate that tag.
Other boards use this TAG [indent]TEST[/indent]

I know there is the Align, but that's not quite the same thing.
[align:left|center|right]
Top Reply Quote Quick Reply Quick Quote
#221392 - 01/21/09 04:29 PM Re: Post Code Test [Re: ntdoc]
Qwizzy Offline
stranger
Registered: 01/21/09
Posts: 1
The forum I frequent doesn't have the UBB size function enabled. Is there a way to circumvent that while not involving HTML, which is disabled in the forum? confused

I'd love to know.

Qwizzy


Edited by Qwizzy (01/21/09 04:31 PM)
Edit Reason: Clarification
Top Reply Quote Quick Reply Quick Quote
#221395 - 01/21/09 06:26 PM Re: Post Code Test [Re: Qwizzy]
Ruben Offline

Registered: 12/20/03
Posts: 4264
Loc: Lutz,FL
Originally Posted By: Qwizzy
The forum I frequent doesn't have the UBB size function enabled. Is there a way to circumvent that while not involving HTML, which is disabled in the forum? confused

I'd love to know.

Qwizzy

If they are fairly current on the version then they would have edited the settings to disallow what you wish to do.
What site is it anyway?
_________________________
Blue Man Group
Top Reply Quote Quick Reply Quick Quote
Page 1 of 2 1 2 >


Quick Reply:
HTML is disabled
UBBCode is enabled




Shout Box

Today's Birthdays
No Birthdays
Recent Topics
A positive note
by SteveS
Yesterday at 09:36 PM
How to locate links to particular site if they are only used in images?
by Conrad
02/10/12 09:41 PM
Pictures not displaying
by Marker23
02/09/12 10:04 PM
Issue with logging out constantly
by Flanuva
02/09/12 07:05 PM
Long thread, UBB code not parsing
by Bad Frog
02/09/12 07:47 AM
Forum Stats
10211 Members
36 Forums
33666 Topics
180902 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image