We webmasters who sleep and wake up to discover a new world of Zikula
Big fan of postnuke until it started get lost and saved by Zikula. I have not install Zikula yet but I was playing with Postnuke 8 when I last visited.
The upgrade has always been a nightmare for me in the past with postnuke it was getting very complicated to upgrade between versions while maintaining a very large site. Now I am faced with upgrading to 6.4.1 and then upgrading over to Zikula. The work is puting me off it maybe easier just to install a fresh new Zikula and start again. I have played with Mambo but it's too complicated to administer and maintain.
That is the real problem and issue with all the CMS they are not easy to work with.
I do recall in the postnuke days that a basic system shell was needed without all the modules and addons that may never be used. Trying to make your own module was like having to have a degree in computer studies. It was all going over my head and I was sinking fast into another alien language.
what I would like to say about Zikula is that in five years time lets hope we have a system shell that has not changed but maybe a security module that requires updating instead of making changes to the whole system.
We are all functions greedy and I'm sure developers are only trying feed the need.
User management - One thing that Postnuke missed out was a fully user management system. The biggest issue I have over 13884 registered on one of my postnuke 7.6.2 sites I'm guessing that only half of these are registrations are active or have emails that have closed. Therefore I'm face with how do I manage these or should I start asking how zikula can manage these in the future.
From what I can see a user management system is where user accounts get deleted or flagged if there is lack of activity. User accounts get susspended and archived until they log in again. This way I know what are our active members totals are. A reminder script that sends an email out to users who wish to close their account would be a great idea. A link in the email will delete the account.
Finally a messageboard that if a member is deleted their posts are not affected. At present If I delete a member all their posts gets deleted and obviously the forums break.
A module creator would be a great idea
Anyway congrats to zikula thank you for all the efforts and work. You developers are amazing and thank you
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Postnuke 8 & Zikula
-
- Rank: Freshman
- Registered: Dec 31, 1969
- Last visit: Oct 21, 2009
- Posts: 93
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 20, 2010
- Posts: 524
Quote
what I would like to say about Zikula is that in five years time lets hope we have a system shell that has not changed but maybe a security module that requires updating instead of making changes to the whole system.
that's utopic.
security holes can be anywhere, and it is even worse when a system uses other components or third party modules.
Quote
User management - One thing that Postnuke missed out was a fully user management system. The biggest issue I have over 13884 registered on one of my postnuke 7.6.2 sites I'm guessing that only half of these are registrations are active or have emails that have closed. Therefore I'm face with how do I manage these or should I start asking how zikula can manage these in the future.
I got 75000 users.
I hacked the users table and the user login function, so that a column "last login" gets updated everytime the user logs on or is online.
Every 3 months, I can delete users who never logged in.
I also programmed a mailer that allows me to send simple text mails to users chosen from the users table based on a parametrable where clause.
Obviously, I sent mails to users who didn't login in the past year, asking them to login or their account would be deleted...
Then I run a delete from query on the users table deleting all users that didn't login in time.
Then I change the PNphpBB2 tables to show "former user" as poster for their messages (well, actually I do that before I delete the users).
Their forum posts and comments and other stuff remain.
- Moderated by:
- Support
