| Page: [1] [2] [3]  | 
    
     Dingbats 
    ; Send PM
   Posts: 1970 
        Threads: 50 Mood: Optative Money: £268.57 (D) (+ Friend)   
   
                    
 | 
http://ca.php.net/htmlentities
It converts html to normal characters. That would completely remove html from thread titles making it less spammy. So no more colored titles, etc. Which i find are very annoying. 
  
Aha, so it converts  bold to <b>bold</b>. 
I think it would be better if  bold were shown up as just "bold" (without the quotes).
   | 
    15.05.04 14:16 Post #31 | Last edited: 15.05.04 14:17 (Dingbats - 1 times) | 
         [Softbrain Games] [Hide Sig (2)] [Profile] [Quote] | 
    
     C1 
    Looking For Status Send PM Posts: 0 
        Threads: 0 Money: £0.18 (D) (+ Friend)    
                    
 | 
Well then u'd have to use an str_replace or sumthing to completely remove the tags. Like this: 
\n 
function tagdelete ($delete) {
	$delete = str_replace("", "", $delete);
	$delete = str_replace("", "", $delete);
	return $delete;
 
}
 \n 
The double " are just empty slots. Changing the bold tag to empty space. You could use something more glamorous of course too. 
  | 
    15.05.04 18:00 Post #32 | Last edited: 15.05.04 18:03 (C1 - 3 times) | 
         [Hide Sig (2)] [Profile] [Quote] | 
    
     Zippy 
    Strange Send PM
   Posts: 2033 
        Threads: 147 Mood: Paranoid Money: £3733.51 (D) Inc. Tax: 10% (+ Friend)   
   
                    
 | 
 
 
Wow, I really have to learn that stuff.
  ________________ 
              | 
    15.05.04 18:05 Post #33 |  [Hide Sig (11)] [Profile] [Quote] | 
    
     MrrLL 
    Statusless Send PM Posts: 2 
        Threads: 0 Money: £5.34 (D) (+ Friend)    
                    
 | 
they have to much free time  
 | 
    15.05.04 19:01 Post #34 |  [Hide Sig (5)] [Profile] [Quote] | 
    
     Dingbats 
    ; Send PM
   Posts: 1970 
        Threads: 50 Mood: Optative Money: £268.57 (D) (+ Friend)   
   
                    
 | 
Well then u'd have to use an str_replace or sumthing to completely remove the tags. Like this: 
\n 
function tagdelete ($delete) {
	$delete = str_replace("", "", $delete);
	$delete = str_replace("", "", $delete);
	return $delete;
}
 \n 
The double " are just empty slots. Changing the bold tag to empty space. You could use something more glamorous of course too. 
 
There is already a function for that, strip_tags().
   | 
    16.05.04 09:14 Post #35 |  [Softbrain Games] [Hide Sig (2)] [Profile] [Quote] | 
    
     Star Worms 
    Rats Sworm Send PM
   Posts: 1527 
        Threads: 44 WA Clan: WrU WWP Clan: WrU Mood: Bored Money: £3968.69 (D) Inc. Tax: 10% User Tax: -15% Ttl. Tax: -5% (+ Friend)   
   
                    
 | 
  
 | 
    16.05.04 12:37 Post #36 |  [RealVG] [Hide Sig (11)] [Profile] [Quote] | 
    
     HarrY 
    poo! Send PM Posts: 3124 
        Threads: 75 Mood: Headshooterising modd. (CSS) Money: £2287.88 (D) User Tax: 10% (+ Friend)   
   
                    
 | 
i would just like 2 say, that i made his bg img  
and i dont have it blocked, if i did, i would be a hippocrat, scicne i have the same layout etc..
  ________________ 
             | 
    16.05.04 13:12 Post #37 |  [Wormopoly!] [Hide Sig (13)] [Profile] [Quote] | 
    
     Dingbats 
    ; Send PM
   Posts: 1970 
        Threads: 50 Mood: Optative Money: £268.57 (D) (+ Friend)   
   
                    
 | 
Your post layout is quite colourful and annoying... I have blocked it.
  | 
    16.05.04 17:31 Post #38 |  [Softbrain Games] [Hide Sig (2)] [Profile] [Quote] | 
    
     MrrLL 
    Statusless Send PM Posts: 2 
        Threads: 0 Money: £5.34 (D) (+ Friend)    
                    
 | 
i usually block most backrounds. too annoying
  | 
    16.05.04 17:52 Post #39 |  [Hide Sig (5)] [Profile] [Quote] | 
    
     C1 
    Looking For Status Send PM Posts: 0 
        Threads: 0 Money: £0.18 (D) (+ Friend)    
                    
 | 
  
There is already a function for that, strip_tags(). 
 
Ah thanks. I forgot about that thing. That's probably more efficient. 
   | 
    16.05.04 19:17 Post #40 |  [Hide Sig (2)] [Profile] [Quote] | 
    
     Star Worms 
    Rats Sworm Send PM
   Posts: 1527 
        Threads: 44 WA Clan: WrU WWP Clan: WrU Mood: Bored Money: £3968.69 (D) Inc. Tax: 10% User Tax: -15% Ttl. Tax: -5% (+ Friend)   
   
                    
 | 
  
 | 
    16.05.04 19:49 Post #41 |  [RealVG] [Hide Sig (11)] [Profile] [Quote] | 
| Page: [1] [2] [3]  | 
Your Comments: