六月 03, 2005
PHP-Nuke 7.8 发布
由. xx appbeta 将文章归档于
PHP-Nuke 7.8 包含一个全新的广告系统,该系统非常灵活且强大。修复了WYSIWYG编辑器中的一些Bug,包括了BBtoNuke 2.0.15,改进了拦截系统,在管理方面有了些许加强,当然,还修复了几个Bug。当然,按照老规矩,PHP-Nuke 7.7提供公开免费下载了!
June 2005: Version 7.8
======================
- Improved the banners administration system. Now you can set Ads positions, assig banners to a specific position,
use Javascript and HTML code banners, use Flash (.swf) banners, now you must specify width and height of your
Flash and Images advertising. To use the new ads system you should use the following code:
$ads = ads(1);
echo "$ads";
Change the number "1" for the position you want to use in that particular space. By default, the new advertising
system uses position 0 and 1. Position 0 is called "Page Top" to include ads in the header and great
for Top of the page ads like the standards 468x60. Position 1 by default is called "Left Block" and is used from
the block file blocks-Advertising.php
With this system you can use Google's AdSense, Fastclick, TribalFusion, DoubleClick, etc... etc... in the way
you want. Text Links ads are also supported. Just know that Javascripts/HTML code and Flash banners can count
the impressions but not the clicks.
- IMPORTANT: Removed the file banners.php and replaced with two functions included in mainfile.php
Please update your themes and/or modules that makes use of banners.php to start using the new ads system.
- Removed banners configuration from preferences in the administration area. Banners value will always be 1 (active)
and they will show if exists, otherwise the system will just ignore the ads functions. Banners field in the
nuke_config table remains present for compatibility with old themes that uses it.
- Upgraded phpBB forums port to version 0.15 (Thanks to chatserv from http://nukeresources.com)
- Updated all files of Private Messages and Members List modules with the latest fixes (Thanks to chatserv from http://nukeresources.com)
- Removed the javascript code check if you're in the administration area. Admins should be able to use scripts
code on their sites without any restrictions.
- Moved PHP error control report from mainfile.php to config.php (Default is 0 for no error display)
- Removed all @ to the require and include functions to let the error control works as it should
- Fixed a missing $admin_file global varibale declaration in blocks administration
- All blocks in the admin panel can now be previewed (active or not)
- Added a new define('NO_EDITOR') method to remove the wysiwyg editor if you don't want it on a specific area
use it as:
define('NO_EDITOR', 1);
just before including the header.php. On this way the wysiwyg editor will not load on that page
- Function makePass() has been moved from Your_Account module to mainfile.php because it's of common use
- Removed the wysiwyg editor for the Forums module when you're admin. Both posting system doesn't like each other.
- Added Estonian Translation (Thanks to Maku from http://www.phpnuke.ee)
- News and surveys functions/data in the administration panel home are now invisible if the modules are inactive
- The included robots.txt has been fixed and it's now 100% validated to work properly
- Fixed parse errors for Portuguese language pack in Web Links and Journal modules
- Fixed all username fields length (Thanks to chatserv from http://nukeresources.com)
- Fixed a parsing error bug in Danish administration translation
注意:7.8版现在收费下载,不可得,下面是7.7的官方下载版。
点击下载7.7
固定链接: PHP-Nuke 7.8 发布
关键词:
引用:































