News
Smarty is a template engine for PHP. Many other template engines for PHP provide basic variable substitution and dynamic block functionality. Smarty takes a step further to be a "smart" template engine, adding features such as configuration files, template functions, and variable modifiers, and making all of this functionality as easy as possible to use for both programmers and template designers. Smarty also converts the templates into PHP scripts, eliminating the need to parse the templates on every invocation. This makes Smarty extremely scalable and managable for large application needs.
http://freshmeat.net/projects/smarty/
just a thought but I am going to try and integrate it and see how it turns out....its really just a simple class that gives all the functionality...btw its written by Andrei Zmievski if that makes a difference.
Here is the code:
// javascript to bust free of other sites frames
$bustaframe = "\n"
."\n"
."\n"
."\n";
echo $bustaframe;
I hope this helps some one. I thought about making it conditional and adding it to the config set up to turn it on or off via the admin. But is it really that big of an ordeal? Probably not.
I do have a few sites running phpnuke and postnuke, and I am planning on starting a new site in which user groups will be very important (I now use the language feature to create virtual user groups, using the same language files in each "group" so people can post articles to a specified group...)
However, with the new language system in the latest postnuke version, this method is going to be tougher since I'll have to copy the language files for EACH directory, consuming both my time and disk space....
Therefore, I would prefer waiting for the next release to start with this new site, hence my question for when it is planned to be released to the public.
Thank you very much in advance for your short reply.
Web portal system is never been this better until postnuke came.
I just wish we had a control on the link parsed by postnuke so one can integrate a cloaked link or any javascript function like message on status bar.