News
<a href="http://www.blackhat.info" target=_blank> BlackHat.Info will be a new IT Security Portal to provide security services, especially to nukers out there, join us and be part of the growing network of security folks.
TheWatcher
<a href="http://www.needguide.com" target=_blank>www.needguide.com
<a href="http://www.blackhat.info" target=_blank>www.blackhat.info
Footnote: 1
Please take into consideration that I have made the translations keeping in mind the 8859-2 charset, to be able to cover the specific Romanian characters. So having computers not working with this charset can lead your users to funny misunderstandings of the texts.
Anyway, you will easily can migrate back to 8859-1 charset, replacing in a text editor all desired characters.
I still have to translate two of the manual pages and the legal notes, so the packs should be available on the weekend.
Yours,
gupi from romania
I just create this community, as you see.. it`s Free host.. :)
If someone want to help to host us.. I`m very appreciate...
*********************************************
From Fabrix of ProfondoWeb.com -Staff di PostNuke.it
*********************************************
Da Fabrix di ProfondoWeb.com -Staff di PostNuke.it
*********************************************
La prima traduzione italiana per PostNuke .71 è onLine.
Per SCARICARLA clicca QUI
Per un ANTEPRIMA clicca QUI
o
QUI
Changelog for PostNuke 0.71.1. I believe Jim McDonald should recieve credit for most of these fixes.
- AOL users and other users with dynamic proxies or IP addresses can now log in and use PostNuke sites as normal
- Sites can now display HTML entities in their text (e.g. {) by setting the appropriate option in the administration settings panel
- Voting on polls should now behave itself better
- Minor fix in weblinks block for some php.ini settings
- Various fixes to langauge files
- Can now delete stories without errors
- Fix for those with News permissions to be able to add stories
- HTML tags now show correctly in comments
- Editing permissions no longer resets the group in some situations
- Extralite theme now works correctly on all PHP setups
- Whitespace removed from mainfile.php
- Repeatedly previewing a story no longer gives an authorisation error
- Fix for error when viewing FAQ with story-related blocks on the left-hand menu
- HTML display of email addresses now works on all browsers
Enjoy!
After first line in your index.php or admin.php:
<?php
add line:
ob_start("ob_gzhandler");
This will enable compression and speed up your pages.