Runboard.com
Слава Україні!
Runboard Extra Chat Room Support Search Facebook

Runboard.com       Sign up learn about it | Sign in lost password?

Page:  1  2 

 
wCwFaN56 Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2006
Posts: 47
Karma: -1 (+1/-2)
Reply Quote
how to make a sig dissapear on a post but not on the other through css and bb codes....


well same as the topic says basicly.

And, this is javascript free

Also this will help board owners if they think a sig is too offensive

First off, i got the idea how on forums.sdvsraw2.com deleted the 'Edited .......' through the [b][b] tags. And for everyone to know this took me a long while to figure out how they did it, finally after doing some css searching on google i figured theyd used something similar to this (hopefully) :

b b {display:none;}
^^ in the css.

and you see just before people thinking i looked at their css, i didnt! i saw somewhere on ifskinzone they could manage their own bb tags, so really i got more of the idea from there.

ok now to the coding:

Preview

css codes (the [b] [b] tag):

b b {display:none;}

css codes (the [i] [i] tag):

i i {display:none;}

and you can do all kinds of different codes with this im sure such as a:

big big {display:none;}

but remember, it has to be a runboard supported bb tag!

And remember to have the tags at the end of the post!

Oh and i noticed alpha cenaraitai's forced sig thing, and that helped the most emoticon

Have Fun!



Last edited by wCwFaN56, 6/25/2006, 11:56 am


---


6/25/2006, 11:16 am Link to post PM wCwFaN56 Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


I only have one Q ( neat trick btw )
Why would someone want to remove their sig in one post only ???

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
6/25/2006, 12:16 pm Link to post PM The Mooseman
 
wCwFaN56 Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2006
Posts: 47
Karma: -1 (+1/-2)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


quote:

wCwfan56 wrote:

Also this will help board owners if they think a sig is too offensive



that help? and thx.

Edit: all theyd have to do is edit the post and then add those bb tags



Last edited by wCwFaN56, 6/25/2006, 1:06 pm


---


6/25/2006, 12:56 pm Link to post PM wCwFaN56 Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


Then you have to go edit every single post made by this member emoticon

Could be quite a job, but the idea is nice emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
6/25/2006, 2:31 pm Link to post PM The Mooseman
 
wCwFaN56 Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2006
Posts: 47
Karma: -1 (+1/-2)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


yeah, and itd actuall be easier to ban them, but this was just for fun emoticon

---


6/25/2006, 9:57 pm Link to post PM wCwFaN56 Blog
 
Lucas P Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 09-2005
Location: Canuckistan
Posts: 14
Karma: 2 (+2/-0)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


I tried this, but I am confused.

I don't know specifically what to put into css or the post itself.... or do I put the same thing in both?

---

"Consider how stupid the average person is. Now remember that half of them are even stupider than that." - - George Carlin
9/17/2006, 5:27 pm Link to post PM Lucas P
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


What to put in your CSS is already explained, then you have to edit every single post by adding eg [b][b] at the end of them

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
9/17/2006, 6:19 pm Link to post PM The Mooseman
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

 

Head of Runboard staff

Registered: 11-2005
Posts: 1895
Karma: 83 (+86/-3)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


quote:

big big {display:none;}

but remember, it has to be a runboard supported bb tag!


This is incorrect.. CSS applies to the <html> tags that result from the use of BBCode, not the BBCode itself.

When someone uses the [big] code in a post, it gets converted to a <font> tag. Therefore, you would need to define "font font" in your CSS, not "big big". Since [small] also get converted to <font> tags, defining "font font" would apply to [big][big], [small][small], [big][small], and [small][big].

View the source code of this page to see the HTML that is generated to create this big text and this small text.

Last edited by Lesigner Girl, 9/18/2006, 2:35 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
9/18/2006, 2:34 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
JustMeAnnoyed Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 09-2005
Location: Ontario,Canada
Posts: 62
Karma: 2 (+2/-0)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


Not that i know entirely what you are talking about in here lol But....this could be helpful to those that change their sigs but don't really sticky them to change in ALL their previous posts??

---

9/18/2006, 1:36 pm Link to post Email JustMeAnnoyed   PM JustMeAnnoyed ICQ MSN Yahoo Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: how to make a sig dissapear on a post but not on the other through css and bb codes....


quote:

JustMeAnnoyed wrote:

Not that i know entirely what you are talking about in here lol But....this could be helpful to those that change their sigs but don't really sticky them to change in ALL their previous posts??



Correct,and it pleases you to run after every post a certain user make to change their posts/sigs, be my guest

I would rather just send them a pm asking them to change it

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
9/19/2006, 6:42 am Link to post PM The Mooseman
 


Reply

Page:  1  2 





You are not logged in (login)