PoLlama Forums  

Go Back   PoLlama Forums > PoForums > Tech Spot

Reply
 
LinkBack Thread Tools
Old 12-02-2007   #1
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
New BB tags

So I'm getting into this BB tag coding and so far I have made two tags for our board.

First YouTube tag

*Removed*

The next tag is Spoiler (No button yet).

Layout:
Code:
[spoiler.]TextThatShouldBeHidden[/spoiler] 

(Without the dots!)
Example:
Code:
[spoiler.]Shh... I'm invisible! :)[/spoiler] 

(Without the dots!)
Becomes:
Shh... I'm invisible!


Feel free to comment and suggest ideas for improvements.

So is there any other tags we could use?
Remember I'm just getting started to this so don't request something insane.

I was think of a Member tag, so only members could see what was within the tag but guest and everybody else saw a registration link. How does that sound to you? I though it would be most to, for example, map downloads where you want people to join before they could download your map, but meh...

Edit test:
[members]This is only for members[/members]

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!

Last edited by Mr. Zero; 01-05-2008 at 11:43 PM.
Mr. Zero is offline   Reply With Quote
Old 12-02-2007   #2
 
MrOrange's Avatar
 
Join Date: Dec 2006
Posts: 2,992
MrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond repute
Re: New BB tags

Very, very impressive, Mr. Zero. May I ask what programing language is require to create BB tags?
MrOrange is offline   Reply With Quote
Old 12-02-2007   #3
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: New BB tags

Simple html codes

For example the spoiler code:

<span onmouseout="this.style.color=this.style.background Color='#000000'" onmouseover="this.style.color='#FFFFFF';" style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);">
{param}
</span>

Notice the {param} text?
That is what the user wrote between the tags, quite easy when you know html and JS.

Thanks Shadow.

Oh by the way shall I change your name to Shadow again?

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Old 12-02-2007   #4
 
MrOrange's Avatar
 
Join Date: Dec 2006
Posts: 2,992
MrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond reputeMrOrange has a reputation beyond repute
Re: New BB tags

I actually like to keep it like this. The three Misters.

MrApples
Mr. Zero
MrOrange

Guess I need to learn Javascript to make BB tags myself.
MrOrange is offline   Reply With Quote
Old 12-02-2007   #5
 
MrApples's Avatar
 
Join Date: Sep 2006
Location: Your Mom
Posts: 2,241
MrApples has a spectacular aura about
Re: New BB tags

MrShadows would sound better wouldn't it?

PS: How did you do the members tag, it should only be if $show[members].
MrApples is offline   Reply With Quote
Old 12-05-2007   #6
 
King Stubby's Avatar
 
Join Date: Mar 2007
Location: Underground
Posts: 5,862
King Stubby is just really niceKing Stubby is just really niceKing Stubby is just really nice
Re: New BB tags

i was looking around on the internet for tags that might work. here are some.

This allows you to enter a word, and when you click the link it will search for that word in google.
[Only registered and activated users can see links. ]


This allows you to have a link that will go to a spot on your page
Text

This makes an anchor that you can use, so that when a Go to link is clicked it will go to the anchor on the page.


And now, directly from chip's signature...
King Stubby is offline   Reply With Quote
Old 12-05-2007   #7
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: New BB tags

Layout:
Code:
[google.=WhatToSearchForOnGoogle]YourText[/google] 

(Without the dots!)
Example:
Code:
[google.=Just google it!]Google it![/google]

(Without the dots!)
Becomes:
Code:
Google it!

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Old 12-06-2007   #8
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: New BB tags

Layout:
Code:
[changetext.=WhatToWriteWhenTheMouseIsOver]WhatToWriteWhenTheMouseIsNotOver[/changetext]

(Without the dots!)
Example:
Code:
 [changetext.=Your mouse is over the text now!]Your mouse is not over the text.[/changetext]

(Without the dots!)
Becomes:
Code:
Your mouse is not over the text.
Please do not abuse or use it for every post. Otherwise I will just remove it again.

It is ok for sometimes, but not all the time. Keep that in mind.

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Old 12-17-2007   #9
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: New BB tags

For MrApples
As you can see I have added the request tags, yet I have no idea how to do the adv. table. Can I post in the vB forum with pollama's vB account, for help doing it?

Hehe, wawa tag =]

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Old 12-17-2007   #10
 
MrApples's Avatar
 
Join Date: Sep 2006
Location: Your Mom
Posts: 2,241
MrApples has a spectacular aura about
Re: New BB tags

yeah, go ahead. Like what you did with your sig btw.
MrApples is offline   Reply With Quote
Old 12-20-2007   #11
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: New BB tags

Quote:
Originally Posted by MrApples View Post
yeah, go ahead. Like what you did with your sig btw.
Heh, thanks.

I updated the simple table code. I used a 'hack' to get the right colors but I found a class I could use for it so it look like the real thing, and now you can see the right color on every theme.

I also edited the spoiler tag. Alot. Now it is build into a box, and button to press to open it. Still some problems with it, I will take a look at it later.

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Old 01-05-2008   #12
 
Mr. Zero's Avatar
 
Join Date: Sep 2006
Location: Denmark (GMT+1)
Posts: 2,173
Mr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond reputeMr. Zero has a reputation beyond repute
Re: New BB tags

I can't figure out the problem with the spoiler tag. I have study very well on the subject (lorking on other boards) and it should be good. Yet still it shows the thing you want to hide and you have to press it to hide first. Doh.

In the other news; I have create the table tag.

[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

"In the end there is no greater motivation than revenge"
SO I HERD U LEIK MUDKIPZ?!
Mr. Zero is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post Editor Mode - BB or WYSIWYG MrApples Development & Polls 8 01-07-2008 10:22 PM
ID Tags MoonRazer World Editor Help 7 07-18-2007 01:17 PM


All times are GMT -5. The time now is 05:44 PM.

A friend of Wc3Happy
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165