Welcome Guest ( Log In | Register )



6 Pages V  < 1 2 3 4 > »   
Reply to this topicStart new topic
> New Introductions & Tests Of Custom Bbcodes
miCRoSCoPiC^eaRt...
post Mar 22 2005, 02:22 PM
Post #11


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411
myCENTs:84.36



Time for introduction of a new tag - CONSOLE. This is to be used for including commands & outputs that you commonly see in a shell (*nix & dos). This will make life a lot easier by emphasizing on these commands/outputs and making them stand out in your posts. As it is with the other tags, you'll have to use an opening and closing tag and include the contents in between. Here's an example.

[ CONSOLE ]
[root@getafix root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0D:88:39:D2:69
inet addr:10.19.168.5 Bcast:10.19.168.255 Mask:255.255.255.0
inet6 addr: fe80::20d:88ff:fe39:d269/64 Scope:Link
.......
...............
[ /CONSOLE ]

will show:

CONSOLE

[root@getafix root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0D:88:39:D2:69
inet addr:10.19.168.5 Bcast:10.19.168.255 Mask:255.255.255.0
inet6 addr: fe80::20d:88ff:fe39:d269/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6587 errors:0 dropped:0 overruns:0 frame:0
TX packets:12936 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1650710 (1.5 Mb) TX bytes:2043205 (1.9 Mb)
Interrupt:225 Base address:0xb800



Have fun smile.gif
Go to the top of the page
 
+Quote Post
szupie
post Mar 22 2005, 09:57 PM
Post #12


S.P.A.M.S.W.A.T.
Group Icon

Group: Members
Posts: 814
Joined: 22-January 05
From: San Antonio, Texas (No, I'm not dumb. I just moved here...)
Member No.: 2,284



Wow, the console burns my eyes...

CONSOLE

lalala
./eggdrop wtf codes
wtf
omfg
jfk


[hr=noshade][/hr]

Notice from szupie:
I don't know what "Your mom goes to college" means.


Text1Text2



[ tabl ] [ tabrow ] [ tabcol ] Text1 [ /tabcol ] [ tabcol ] Text2 [ /tabcol ] [ /tabrow ] [ /tabl ]

Is the table thing on?
Go to the top of the page
 
+Quote Post
SingleDaddyof2
post Mar 23 2005, 08:46 AM
Post #13


Advanced Member
Group Icon

Group: Members
Posts: 115
Joined: 14-February 05
From: So. Cal.
Member No.: 2,632



Very nice work m^e! I saw a couple of custom bbcodes on another site that might be kinda cool here. How 'bout "floatright" and "floatleft"? These can be used to make text display around your left- or right-justified text.

Also is there any way to implement [spellcheck] and [grammarcheck] for those days when I don't feel like posting properly? laugh.gif
Go to the top of the page
 
+Quote Post
szupie
post Mar 23 2005, 03:47 PM
Post #14


S.P.A.M.S.W.A.T.
Group Icon

Group: Members
Posts: 814
Joined: 22-January 05
From: San Antonio, Texas (No, I'm not dumb. I just moved here...)
Member No.: 2,284



Heh, I always have the urge to correct someone's grammar and spelling on their posts. tongue.gif If you want me to, I can correct yours if you allow me!
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Mar 24 2005, 04:19 PM
Post #15


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411
myCENTs:84.36



Keep suggesting guys.. I'm trying my best. I'll see what all I can come up with. The above example looks a little messed up.. have to correct it.
Go to the top of the page
 
+Quote Post
vizskywalker
post Mar 26 2005, 12:11 AM
Post #16


Techno-Necromancer
Group Icon

Group: Members
Posts: 1,018
Joined: 13-January 05
From: The Net
Member No.: 2,127



Hey M^E, ow about modifying the
CODE
tag so it takes an argument as to the kind of code.  Then change the image in the code box border to reflect this instead of always being "<?ph" as the beginning of php code.  For example: [CODE = html]<html></html>
would replace the "<?ph" image with "<htm" or something.

Uhm, yeah, sorry about that messed up post. Basically, what I was trying to say was modify the CODE tag, just pretend that the code box isn't there and that where it begins is the word CODE and the CODE box actually begins right before "<html>". Man I miss the edit button.
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Mar 30 2005, 05:29 PM
Post #17


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411
myCENTs:84.36



Sorry vizsky - that ain't happenin' tongue.gif Coz the CODE BBCode isn't editable - it's one of the prebuilt codes in IPB. But hold on - there's a new one I put in today. It's the MARQUEE - good old marquee.. It takes left, right, up & down and options to make the text scroll in a suitable direction.

I've limited the text scroll area width - as it was expanding in a very undesirable way and distorting the page. But I haven't specified any height params, so you can put in as many lines of text as you want and the box will expand to fit it in. Keep in mind that this one takes a little time to start off - I mean the scroll action wouldn't start till the whole page load is completed.

Examples:

[MARQUEE=right]Left to Right Scrolling Text[/MARQUEE]

[MARQUEE=left]
Right to Left Scrolling Text.
With multiple lines of text.
I quite like this one tongue.gif
[/MARQUEE]
Go to the top of the page
 
+Quote Post
vizskywalker
post Mar 30 2005, 07:56 PM
Post #18


Techno-Necromancer
Group Icon

Group: Members
Posts: 1,018
Joined: 13-January 05
From: The Net
Member No.: 2,127



Is there no way to overide the CODE tag? Could you make another tag like CODEX or something? And also, for the tutorial you made on creating custom tags (yes this particular qustion should probably be hosted there, but I felt both of these questons could be answered here and it would help prevent numerous short posts), if we made a custom tag, and submitted it for approval, could it make it to the astahost forum? And I really like the new tag, te problem is it is inconsistent, when loading the post, it doesn't appear, and the site hangs in the loading process with the status bar saying "Transferring data from view.atdmt.com...". But when replying the marquee scrolls very quickly. Is it possible to fix this dilemma?

EDIT (as requested by vizskywalker 3/30/05): Never mind, the site doesn't hang when loading the post, it just takes a reeeeaaaaalllllyyyyyy long time. But it is still instantaneous for the reply. And for the post reading (not the reply) th marquee is choppy.
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Mar 31 2005, 04:49 AM
Post #19


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411
myCENTs:84.36



Yaa - I know about that choppy effect. Since I'm using firefox - it doesn't take too long for me to load - but as I pointed out in the post, the marquee doesn't start till the whole page with all the posts & graphics has loaded. I wonder why though - I guess it's got something to do with the way marquee code works.

If you guys can come up with some real cool BBCodes (I hope the tut. I wrote will guide you on the right path) - there shouldn't be any problems incorporating them into the board. Infact, if you guys can study the codes I put it - and come up with improved versions of them - that's even better. smile.gif

Have fun BBCoding
Go to the top of the page
 
+Quote Post
vizskywalker
post Mar 31 2005, 12:51 PM
Post #20


Techno-Necromancer
Group Icon

Group: Members
Posts: 1,018
Joined: 13-January 05
From: The Net
Member No.: 2,127



How can we see the code you put in? I'd love to take a look and see if I can make any improvements. I guess that means I ought to read the tutorial instead of skimming it. smile.gif
Go to the top of the page
 
+Quote Post

6 Pages V  < 1 2 3 4 > » 
Fast ReplyReply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To #3: Custom BBCdes For This Board (Note)(15)
  2. Mid-autumn: Dragons In The Streets(1)
  3. Custom Windows Boot Screen(11)
  4. Ms Admit Windowsxp Sp2 Inferior To Bsd And Linux(19)
  5. First-custom Brush Based "sig"(6)
  6. Photoshop Tutorial: Sunblind's Custom Style #2 - Oh-so-blue(0)
  7. Photoshop Tutorial: Sunblind's Custom Style #3 - The DM.Net Style(3)
  8. Photoshop Tutorial: Sunblind's Custom Style #4 - The Bi-Polar Attraction Set(4)
  9. Photoshop Tutorial: Sunblind's Custom Style #5 - Incredible Orange(0)
  10. Photoshop Tutorial: Sunblind's Custom Style #6 - Satin Pillow(0)
  11. Photoshop Tutorial: Sunblind's Custom Style #7 - Rubber(1)
  12. Introductions(2)
  13. Custom BBCode(24)
  14. Custom Built PC - No Sound(8)
  15. Photoshop Tutorial: Sunblind's Custom Style #8 - EyeHeartGold(5)
  1. Introductions! ^^(11)
  2. Photoshop Tutorial: Sunblind's Custom Style #9 - Watery(0)
  3. Photoshop Tutorial: Sunblind's Custom Style #10 - Fiery(4)
  4. Custom Error Pages(4)
  5. Two New BBCodes For Astahost(13)
  6. How To Use/Install BBCodes?(5)
  7. Custom 404 Errorpages : How ?(10)
  8. Diy Fan Controller(4)
  9. Ajaxload Creates For You Free Custom Animated Ajax "loading" Icons(0)
  10. Custom Icon For Your Hard Disk Drives ( For Cds Also)(2)
  11. Network+ Practice Tests(0)
  12. Help: Multi-threading Trouble In Custom Socket Component(2)
  13. Easiest Free Forum To Create Custom Skin For?(2)


 



- Lo-Fi Version Time is now: 5th December 2008 - 02:00 AM