Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 registered (driv, packlite, Sirdude), 37 Guests and 19 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 08/18/06
Posts: 572
Top Posters (30 Days)
Ruben Rocha 95
Rick 85
Mark S 74
Thelockman 49
Gizmo 49
driv 35
Sirdude 32
ntdoc 28
AllenAyres 26
packlite 26
Latest Photos
bear test
Beach Barbie-Q
Sunset
Accept the challenge!
Trees
Page 1 of 2 1 2 >
New Reply
Topic Options
Rate This Topic
#209261 - 03/26/08 12:48 PM Post Code Test
ntdoc Offline

***

Registered: 11/08/06
Posts: 3244
Hello this is a test uses [color : red]

Hello this is a test uses [color = red]

Top Reply Quote Quick Reply Quick Quote
#209262 - 03/26/08 12:48 PM Re: Post Code Test [Re: ntdoc]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3244
Nice... now uses either COLON or EQUAL SIGN

Top Reply Quote Quick Reply Quick Quote
#209263 - 03/26/08 12:49 PM Re: Post Code Test [Re: ntdoc]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3244
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 01:16 PM Re: Post Code Test [Re: ntdoc]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4122
Loc: Liverpool : England : UK
cool

cool

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

[size=14pt]cool[/size]
_________________________
Version v7.4.1 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top Reply Quote Quick Reply Quick Quote
#209270 - 03/26/08 01:16 PM Re: Post Code Test [Re: Mark S]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4122
Loc: Liverpool : England : UK
And font sizes too wink
_________________________
Version v7.4.1 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top Reply Quote Quick Reply Quick Quote
#209276 - 03/26/08 02:09 PM Re: Post Code Test [Re: Mark S]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3244
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 05:31 PM Re: Post Code Test [Re: ntdoc]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3244

Top Reply Quote Quick Reply Quick Quote
#216541 - 08/20/08 02: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 02: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 06: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
Page 1 of 2 1 2 >

Quick Reply:
HTML is disabled
UBBCode is enabled




Shout Box

Today's Birthdays
theregit
Recent Topics
7.4.1 show/hide category bug
by Seattlebrian
Today at 11:56 AM
7.4.2 Discussion
by Rick
Today at 10:21 AM
UBBCentral now running 7.4.2
by Rick
Today at 10:21 AM
New members don't get access and are not displayed in the config panel
by Yomar
Yesterday at 03:32 AM
How to Change Link Color / Underline in styles?
by ECNet
01/07/09 10:00 PM
Forum Stats
4298 Members
33 Forums
30692 Topics
156038 Posts

Max Online: 978 @ 06/24/07 08:19 PM