Welcome, Guest. Please Login or Register.
May 13, 2025, 03:28:22 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Colored Output "Page created in 0.xx sec" « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Colored Output "Page created in 0.xx sec"  (Read 356 times)
Surfy
Sr. Member
****
Posts: 458


I'm a llama!

Colored Output "Page created in 0.xx sec"
« on: April 20, 2003, 09:04:38 PM »
Reply with quote


How could i give the Output at the end of the page a different color?

I know, with CSS, but i want a red output, and not other text in my Board in red...

Please help

Surfy
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Colored Output "Page created in 0.xx sec"
« Reply #1 on: April 20, 2003, 09:36:34 PM »
Reply with quote

u can either:
1. change it in subs.php,
2. or make the <body> style color red
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Surfy
Sr. Member
****
Posts: 458


I'm a llama!

Re:Colored Output "Page created in 0.xx sec"
« Reply #2 on: April 21, 2003, 12:27:40 PM »
Reply with quote


Im not so god in PHP, do you can give me a little advice, and a sample which way this should look like?

thx a lot,

Surfy
Logged
Surfy
Sr. Member
****
Posts: 458


I'm a llama!

Re:Colored Output "Page created in 0.xx sec"
« Reply #3 on: April 21, 2003, 12:42:21 PM »
Reply with quote

i have it  :D

Subs.php, Search for:

$curline = preg_replace

And change in this line the code to something like this:

         $curline = preg_replace('/<\/body>/i', '<div align="center"><font size="2"color="#FF9933">' . $txt['yse301'] . $time . $txt['yse302'] . '</font></div></body>', $curline);
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Colored Output "Page created in 0.xx sec" « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.724 seconds with 20 queries.