Ravens PHP Scripts

phpnuke- 7.8 final is out - Get it here!
Date: Thursday, June 02, 2005 @ 18:51:22 UTC
Topic: PHP-Nuke


Breaking news - PHP-Nuke 7.8 FINAL Released

Good news for one of the most famous php-projects

PHP-Nuke 7.8 Final version released. It includes a totaly new advertising system that will make your site a more productive site. The new advertising system is very easy to use and powerful, it supports ads in javascript or HTML code, text links, flash movies and traditional graphics. Also created a new advertising module to expose your offers/prices and where your customers can login to view their real time statistics. Fixed some bugs in the WYSIWYG editor, included BBtoNuke 2.0.15, blocks system improvements, some minor enhancements in the administration panel and several bugs fixes. Additionaly PHP-Nuke version 7.7 has been released for free to the public on the downloads section.

Read on for the change log ....


PHP-Nuke: Advanced Content Management System
============================================

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

We have it! PapaDoc donated it. Get PHP Nuke v7.8
Addendum: 6/3/2005 17:00:00 CST I have corrected the Create Table error in FB's original release and reuploaded the package.



This article comes from Ravens PHP Scripts
https://www.ravenphpscripts.com

The URL for this story is:
https://www.ravenphpscripts.com/modules.php?name=News&file=article&sid=1236