Page Index Toggle Pages: [1] 2  Send TopicPrint
Hot Topic (More than 10 Replies) [BUG] Colors in users online (Read 5968 times)
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
[BUG] Colors in users online
Feb 23rd, 2002 at 7:06pm
Print Post  
I've this problem with colors in user online mod:


The 2 users should be on the same line: this happens if I select colored text, shadow text or glow text--> the users online are on 2 diff lines all time: any suggestions on how to fix that?
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #1 - Feb 23rd, 2002 at 7:24pm
Print Post  
*curses shadow and glow* i'll have ot look into it Sad
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #2 - Feb 23rd, 2002 at 7:25pm
Print Post  
can u send me the html for a page like that prettyplease?
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
Re: [BUG] Colors in users online
Reply #3 - Feb 23rd, 2002 at 7:39pm
Print Post  
Look here.
It's my forum homepage.
Anyway the same problems comes out even with simply colored text!
bye
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #4 - Feb 23rd, 2002 at 8:15pm
Print Post  
well that should defnitely no thappne *sighs cause that musn't be bug in mod then* but  maybe a

$users =~ s~<br>~ ~g; is due..

registerign to find out Smiley
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #5 - Feb 23rd, 2002 at 8:20pm
Print Post  
it has to be glow as glow makes its own mini table
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
Re: [BUG] Colors in users online
Reply #6 - Feb 24th, 2002 at 1:03am
Print Post  
I've tought that, but even if I select only to color the text there is that line difference..maybe try to come to my board, I'll be online for another 30 min, and I'll select to only color my txt
byez
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #7 - Feb 24th, 2002 at 1:54am
Print Post  
dunno why or how thats happening to ya but try this:

search for:

$users =~ s~<font size="1">,</font> \n\Z~~;

add after:


$users =~ s~<br>~~;

please tell me i fglow works after that also! Smiley
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
Re: [BUG] Colors in users online
Reply #8 - Feb 24th, 2002 at 2:01am
Print Post  
Great..it worked with the colored text, but you leaved too early so i couldn't test it with glow: I'll check this tomorrow!

Thx anyway!
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #9 - Feb 24th, 2002 at 2:32am
Print Post  
p.s. add after the text you just added:

$users .= "<br>";

cause u dont have a needed <br> now Smiley

im ther enow but ur not lol!
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
Re: [BUG] Colors in users online
Reply #10 - Feb 24th, 2002 at 8:59am
Print Post  
Pls tell me if I've done that right: I had
Code
Select All
	    <tr>
		<td valign="top" align="left"><font size="1">
		$uwhoonline$uguest$uuser<br>$users $uonline

		</font></td>
	    </tr>
	  </table>
	  </font></td>
	</tr>~;
	}
 



and i simply added after

Code
Select All
$users .= "<br>";  



Later anyway..when I find out if glow still has the same prob I'll let u know
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
Re: [BUG] Colors in users online
Reply #11 - Feb 24th, 2002 at 11:47am
Print Post  
as expected glow creates it's own table and so the problem of the first image still remain.
Here is the html code of that page:
Code
Select All
		<td valign="top" align="left"><font size="1">
		&#187; <a href="http://www.rehlbe.com/Forum/YaBB.pl?action=who">There currently are (2) users on the board.</a> &#171;<br>0 Guests,2 Users<br><table style=filter:glow(color=#EFEFEF, strength=5)"><a href="http://www.rehlbe.com/Forum/YaBB.pl?board=;action=viewprofile;username=ReHlbe"><font size="1" color=><b>ReHlbe</b></font></a></table><font size="1">,</font>
<a href="http://www.rehlbe.com/Forum/YaBB.pl?board=;action=viewprofile;username=Filautos"><font size="1" color=white><b>Filautos</b></font></a> The day with the most Users online was Feb 23<sup>rd</sup>, 2002, 5:25pm with 5
 Users!

		</font></td>
 

  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #12 - Feb 24th, 2002 at 5:35pm
Print Post  
son of a!

lemme test embedded
glow
here..
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BUG] Colors in users online
Reply #13 - Feb 24th, 2002 at 5:36pm
Print Post  
darn - it doesnt even work in yabb - i dont think its worth the trouble then m8.
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
Re: [BUG] Colors in users online
Reply #14 - Feb 24th, 2002 at 6:16pm
Print Post  
I supposed that.. darn glow!!  Sad Cry
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Page Index Toggle Pages: [1] 2 
Send TopicPrint