#1 Roulette Forum & Message Board | www.RouletteForum.cc

Extras => Humor => Topic started by: Chrisbis on Aug 24, 02:34 AM 2011

Title: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 24, 02:34 AM 2011

Cable Guy?
<<<<...................................................................................





<<<<......................................................................................
Table Guy?
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 24, 02:40 AM 2011
Found this on the Net, but I don't know what to do with it, to make it work here?

"For the following 3 tags: they have to be used exactly like their HTML equivalent.
This is a table.
   [table][/table]   Inserts a table. It can't be used alone, or it has no sense!
   [tr][/tr]   Inserts a row into a table. This BBCode can't be used alone.
   [td][/td]   Inserts a column into a table. This BBCode can't be used alone."


Courtesy of:-link:://docs.simplemachines.org/index.php
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: kingsroulette on Aug 24, 09:16 AM 2011
Oh chrisbis back again. Good to see you again after your Goodbye in the blog of yours.
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 24, 01:46 PM 2011
Thank U Indian Forum Member.  :wink:
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: VLS on Aug 24, 05:43 PM 2011










Checking

if

Table

tag

works

in

the

forum
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 25, 03:03 AM 2011
Is that a yes, or a no?

I "Quoted" Ur last Thread, and its looks a mess on the codes.

How do u now specify the separators in the table, like we did before?
How Do U enter data in align?
How do we do tables now?
How do U eat Ur Creme egg?


Soon be Christmas!!
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: VLS on Aug 25, 09:47 AM 2011
Hello Chris,


I'm trying to port our beautiful way to make comma-separated tables.


Right now there is a very "poopy" way to make tables implemented by default on the forum.


The default "out-of-the-box" way is like this:


[table] <- table tag


[tr] <- table row


[td] <- table data (column)


CONTENT GOES HERE


[/td] <- close table data


[/tr] <- close table row


[/table] <- close table tag


In theory all the code for our beloved [table=,] tag is in place, but for some reason it isn't working. Perhaps due to installed software differences on this server, so I must adapt it to what's in here, and it includes reviewing up to the minor version trivialities of the language as implemented in this server... happy IT times! :P


I'm devoting the day to adding this and adding the felt tag. By achieving those two in here I'm sure we'll be happy.
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 25, 01:10 PM 2011
Have U made me HAPPY yet?

Can I type a table?

Can I saw the legs off this one I'm sitting at right now? Safely?
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: VLS on Aug 25, 01:17 PM 2011

Well, half-happy... the FELT tag is implemented, being hosted over at: onlinetools.cc (link:://onlinetools.cc)


The linking occurs transparently over here. (but still if you right-click on the tag, you'll notice where the processed felt image actually comes from!). There you go, an instance of "Quid pro quo" around :D


Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 25, 01:20 PM 2011
The first line, should be a header line for the table, and be in Highlighted text?

How come its not working so?
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: VLS on Aug 25, 01:24 PM 2011
Quote from: Chrisbis on Aug 25, 01:20 PM 2011
The first line, should be a header line for the table, and be in Highlighted text?

How come its not working so?


This is a trial-and-error instance Chris, I'm making several modifications, uploading, checking it.


There's something different around this server, but I can't pin-point exactly what is it.


Our comma-separated table tag is loaded but the parsing isn't being done correctly.


I'm doing my IT thingy right now...  :D
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: VLS on Aug 25, 01:28 PM 2011
It seems we'll have to change the table tag to CSV or any other name since it is conflicting.


Right now CSV parses correctly:


[csv=,]
This, is, a, CSV, test
for, table, tag, in, here
[/csv]



Parses to:

[csv=,]
This, is, a, CVS, test
for, table, tag, in, here
[/csv]
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: Chrisbis on Aug 25, 01:29 PM 2011
..............................................................................IT GUY..........................................................That's Him!

Well done!
Title: Re: Looking For The IT Guy Round Here..... U Seen Him?
Post by: VLS on Aug 25, 01:30 PM 2011
I'll try to make the "table=," compliant with what we have here since there are legacy tables that depend on it.


Worse case, we'll have to change it; kindly allow me for more "digging"...