Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
4 registered (Iann128, PianoWorld, smallufo, 1 invisible), 23 Guests and 24 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 08/25/06
Posts: 34
Top Posters (30 Days)
Ruben Rocha 164
Rick 116
Gizmo 105
Thelockman 61
driv 50
AllenAyres 35
ScriptKeeper 34
Mark S 30
Ian 30
phoebe 25
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
New Reply
Topic Options
Rate This Topic
#209261 - 03/26/08 12:48 PM Post Code Test
ntdoc Offline

***

Registered: 11/08/06
Posts: 3193
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: 3193
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: 3193
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: 4041
Loc: Liverpool : England : UK
cool

cool

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

[size=14pt]cool[/size]
_________________________
Version v7.2.2 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: 4041
Loc: Liverpool : England : UK
And font sizes too wink
_________________________
Version v7.2.2 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: 3193
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: 3193

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

Quick Reply:
HTML is disabled
UBBCode is enabled




Shout Box

Today's Birthdays
Eric Flyxe, mark_l_88@yahoo.com
Recent Topics
restricting a media tag to a single forum...
by bakerzdosen
Yesterday at 12:52 PM
Recover topics??
by femistyle
Yesterday at 12:22 PM
duplicate entries in viewmessage.php lang file (7.4.1)
by alnadabi
Yesterday at 05:54 AM
Order of variables in language files should be permanent
by alnadabi
Yesterday at 05:12 AM
How do I set Moderation Queue for an individual user?
by luket
11/20/08 11:28 AM
Forum Stats
4249 Members
33 Forums
30488 Topics
154661 Posts

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