-
Brazilian Portuguese for 0.726 with over 60 modules!
(News)
-
supposed to "hit and run", because there might be some files which are heavily hacked -- yes, you can do that to translations, too :-)
That's because I used for quite some time pncUserHack (affecting NS-User, NS-NewUser and NS-Your_Account) and some News hacks. Also, Extended Topics and AT Lite Blocks might have different defines. But, anyway, that won't stop your site from working, of course. And bear with me, as this is a one man job.
But, please, send me your patches, so I can clean it up and release a FULL CORE COMPATIBLE TUpInUKIM, ok?
Here's the listing of modules included:
******************
* Módulos (63) *
******************
advanced_polls
All_Stories
Archive
Autolinks
Blocks
Censor
ChangePassword
ContentExpress
Credits
Downloads
dq_helpdesk
Encyclopedia
FeedBack
feproc
fetax
FormExpress
legal
MailBag
Members_List
Messages
Modules
News
NS-AddStory
NS-Admin
NS-Admin_Messages
NS-Banners
NS-Comments
NS-Ephemerids
NS-Groups
NS-Languages
NS-LostPassword
NS-MailUsers
NS-NewUser
NS-NewUser*
NS-Past_Nuke
NS-Referers
NS-Settings
NS-User*
NS-Your_Account*
pagesetter
Permissions
photoshare
phpBB_14
pn_bbclick
pn_bbcode
pn_bbsmile
pnTresMailer
PostCalendar
Quotes
Ratings
Recommend_Us
Search
seminars
shortnews
Stats
Topics*
UpDownload
Web_Links
xuser
* => modules duplicated in the pack due to hacks:
pncUserHack
ExtendedTopics
******************
* Blocks  (28) *
******************
admin.php
banners.php
big.php
category.php
emldaonline.php
ephem.php
error.php
finclude.php
fxp.php
i-featured_article.php
linklist.php
login.php
menu.php
online.php
past.php
phpBB_14.php
phplive.php
poll.php
progress.php
radio.php
recent_and_top_news.php
rss.php
rss2.php
stories.php
thelang.php
topic.php
user.php
whatsnews.php
Download link: http://prdownloads.sf.net/pnlanguages/pnlanguages-x_brazilian_portuguese-0726-tupinukim-A-beta.zip?download
Release notes (in Portuguese, pretty much the above info): https://sf.net/project/shownotes.php?release_id=239437
Project page: https://sf.net/projects/pnlanguages
Generated on May 20, 2004.
-
Summer 2003 CPL website contest with PostNuke
(News)
-
separate CSS entries for all core modules, that can be set separately from the theme. But maybe thats a non issue with the new version.
Using PN .7.2.3, with added modules like PostWrap, and Xuser, really helped due to being a Intranet site, that will have INTERNET access, but maybe not all users will be able to access their mail for site reg, ect... There are over 90 five man teams competing for 300,000.00$ in prizes, and over 900 BYOC spots. These players are coming from all over the world. While many of these teams are aware of PostNuke working great for team web sites, I'm sure there are many who have not seen PostNuke in action.
Generated on July 9, 2003.
-
HOWTO: keeping Member List private
(News)
-
Here's the sql that you can use(remember to drop the table, re-create it, and then insert):
INSERT INTO nuke_group_perms VALUES (1,2,3,0,'.*','.*',800,0);
INSERT INTO nuke_group_perms VALUES (2,-1,4,0,'Menublock::','Main Menu:Administr
ation:',0,0);
INSERT INTO nuke_group_perms VALUES (3,1,9,0,'.*','.*',300,0);
INSERT INTO nuke_group_perms VALUES (4,0,12,0,'Menublock::','Main Menu:(Book Co-
Op|My Account|Logout|Members List|Submit News|Top List|Stats|News|Downloads|Topi
cs|Sections|Search):',0,0);
INSERT INTO nuke_group_perms VALUES (5,0,20,0,'.*','.*',0,0);
INSERT INTO nuke_group_perms VALUES (6,0,13,0,'Menublock::','Subscriber Menu::',
0,0);
INSERT INTO nuke_group_perms VALUES (20,0,19,0,'PostCalendar::','::',0,0);
INSERT INTO nuke_group_perms VALUES (8,0,10,0,'Menublock::','Main Menu:(Modules|
Sign Up|Home|Recommed Us|Web Links):',200,0);
INSERT INTO nuke_group_perms VALUES (11,0,17,0,'Modules::','::',0,0);
INSERT INTO nuke_group_perms VALUES (10,0,14,0,'Stories::','.*',0,0);
INSERT INTO nuke_group_perms VALUES (17,1,5,0,'Menublock::','Main Menu:(Sign Up|
Stats):',0,0);
INSERT INTO nuke_group_perms VALUES (16,0,15,0,'xuser::','(Register|Signup|Activ
ate|Login|ResetPass|SendPass|xuserloginblock)::',300,0);
INSERT INTO nuke_group_perms VALUES (14,2,2,0,'Menublock::','Main Menu:Sign Up:'
,0,0);
INSERT INTO nuke_group_perms VALUES (15,2,1,0,'xuser::','xuserloginblock::',0,0)
;
INSERT INTO nuke_group_perms VALUES (18,0,18,0,'Onlineblock::','::',0,0);
INSERT INTO nuke_group_perms VALUES (19,1,6,0,'Users::','',300,0);
INSERT INTO nuke_group_perms VALUES (21,1,7,0,'Xuserblock::','.*',0,0);
INSERT INTO nuke_group_perms VALUES (23,0,11,0,'Admin Messages:Messagesblock:','
::',200,0);
INSERT INTO nuke_group_perms VALUES (25,0,16,0,'xuser::','::',200,0);
INSERT INTO nuke_group_perms VALUES (26,1,8,0,'Web Links::','::',300,0);
Generated on August 7, 2002.