| Author |
Message |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
Post subject: 9.1.2.7 Themes Posted: Thu Aug 16, 2007 2:27 am |
|
Since 9.1.1, the old border="0" was being replaced with style="border:0;" in image links.
However, since 99% of images require a border of 0, this is really a waste of space, so these are being eliminated.
Instead, add this to all style.css files,
img {
border: 0;
}
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)

Last edited by Phoenix on Thu Aug 23, 2007 11:44 pm; edited 1 time in total |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3677 Location: Melbourne, AU
|
Post subject: Re: 9.1.2.6 Themes Posted: Thu Aug 16, 2007 2:30 am |
|
Was few weeks already that i though the same exact thing
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
Eestlane


Joined: Apr 06, 2005 Posts: 1406 Location: Estonia
|
Post subject: Re: 9.1.2.6 Themes Posted: Thu Aug 16, 2007 12:12 pm |
|
Wasn't it in style.css before?
Eestlane's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.0.63/5.0.67/5.2.8/9.2.1 |
|
| Back to top |
|
 |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
Post subject: Re: 9.1.2.6 Themes Posted: Thu Aug 16, 2007 12:59 pm |
|
Yes, already been in cvs for some months, but a new release is pending which will affect people - can't say they weren't told
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |
Eestlane


Joined: Apr 06, 2005 Posts: 1406 Location: Estonia
|
Post subject: Re: 9.1.2.6 Themes Posted: Thu Aug 16, 2007 1:05 pm |
|
Ah, OK.
Eestlane's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.0.63/5.0.67/5.2.8/9.2.1 |
|
| Back to top |
|
 |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
Post subject: Re: 9.1.2.6 Themes Posted: Thu Aug 16, 2007 1:16 pm |
|
Regrettably, as demonstrated frequently in the past, and as Nano knows more recently, very few people take heed of what is posted here, then complain about changes being sprung upon them without warning.
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |
Eestlane


Joined: Apr 06, 2005 Posts: 1406 Location: Estonia
|
Post subject: Re: 9.1.2.6 Themes Posted: Thu Aug 16, 2007 1:20 pm |
|
We can stay cool now, as this topic exists whoever can whine, don't care.
Eestlane's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.0.63/5.0.67/5.2.8/9.2.1 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3677 Location: Melbourne, AU
|
Post subject: 9.1.2.7 Posted: Sun Aug 19, 2007 10:43 am |
|
Reintroduced site wide IPs conversion but this time drastically reduced upgrade time and queries performed for IPs and users regdate data by the installer.
Thats all
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
Beldak


Joined: Jun 15, 2005 Posts: 78 Location: Edwards AFB, CA
|
Post subject: Re: 9.1.2.7 Posted: Sun Aug 19, 2007 10:40 pm |
|
Hey Nano!
I put the new debug security into place and turned flooding protection back on. I got 4 of my users banned in like 10 minutes, so I turned it back off. Now where do I go to grab the debug log and figure out what is happening?
Thanks!
Beldak's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.4.32 / Apache 1.3.37 / MySQL 5.0.16 / PHP 5.2.2 / Dragonfly CVS |
|
| Back to top |
|
 |
Dizfunkshunal


Joined: Mar 23, 2006 Posts: 2079
|
Post subject: Re: 9.1.2.7 Posted: Sun Aug 19, 2007 11:58 pm |
|
go to flood ban list click information beside each ban I think
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3677 Location: Melbourne, AU
|
Post subject: Re: 9.1.2.7 Posted: Mon Aug 20, 2007 12:01 am |
|
security -> flooding -> informations.
There is a video tutorial on Dizfunktional site as well.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
Post subject: 9.1.2.7 Themes - Safari and Opera Posted: Tue Aug 28, 2007 3:34 am |
|
Provision has now been made to cater for variations in Safari and Opera browsers as well as existing IE6/7 variations.
For the time being, the changes are limited to theme.php with the addition of
Code:
$css_ie = ereg('MSIE 7.0', $user_agent) ? 'ie7' : (ereg('MSIE ([0-6].[0-9]{1,2})', $user_agent) ? 'ie6' : ((isset($_SESSION['SECURITY']['UA']) && $_SESSION['SECURITY']['UA'] == 'Safari') ? 'safari' : ((isset($_SESSION['SECURITY']['UA']) && $_SESSION['SECURITY']['UA'] == 'Opera') ? 'opera' : ''))); and alteration of {CSS_IE} to
Code:
'CSS_IE' => ($css_ie) ? '<link rel="stylesheet" type="text/css" href="themes/'.$CPG_SESS['theme'].'/style/'.$css_ie.'.css" />' : '', Perhaps a more elegant solution later.
Note the template variable name CSS_IE hasn't changed so you don't have to change header.html.
The extra opera.css and safari.css have been added to the styles directories.
Safari in particular is very important since it has almost 5% of the market and is very likely to increase further.
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |