Hallo all the core developers!
I would like to know the time frame of the new core, so
that the community of Xoops knows exactly how long do
they have to remain jealous of Joomla users! ;-)
I suggest therefore the following, as I love to see
those functions in xoops as well:
http://demo.joomla.org/administrator/index2.php?option=com_categories§ion=content
Those are really system functions. There could be a
hook to classes and if the module developers wanna use
them, they could really save their time. By this, one
achives an unified look in the administration.
Whats not there in Joomla:
Group manager with access rights
There are so many functions that are not in Jommla
which are already in Xoops. But they are not programmed
to show up in a commercial way as in Joomla. It is just
the question of a new face and better shape of the core.
Thats my feature request:
Better administration of the core with many existing
and new functions.
I hope that the core team decides rather soon of how
the new administration look would be and which are the
functions that will crop up in time. The value of the
new core from the user point of view in this regards is
of prime importance as compared to a possible delay in
the development of a new Framework of Xoopsphere, or
something. This can be done but if it is at the cost of
time that the users has to wait, that would be a bit of
prolonged and tiresome waiting by us...
Logged In: YES
user_id=1329834
Hallo phppp!
This is the result of what I commented on the news of world
press:
http://www.xoops.org/modules/news/article.php?storyid=2848&com_id=26326&com_rootid=26326&com_mode=flat&com_order=0#comment26326
Logged In: YES
user_id=1329834
Hallo phppp!
Ok, you asked about my technical taste. Here is my favorite
(DO not underestimate whats in there!):
Download Links
http://www.cerberusweb.com/download_fetch.php?fv=gui
In this ZIP you will find the following files:
cerberus-gui/includes/cerberus-api/
cerberus-gui/public_gui/cer_PublicUser.class.php
Line132
.....function loadUsersByIds($ids = array()) {
Line 207
function _loadCustomFields() {
cerberus-gui/cerberus-api/login/cer_LoginPlugin.class.php
function getRemoteUserId() { (Remote <> Local User mapping!)
Reading sessions:
cerberus-gui/gateway-api/functions/sessions.class.php
Line 44
function _read($session_cookie_name) {
.....$recordSet = $this->db->Execute >>>
This program could check either local or remote through a
pluggin. I am converting a xoops pluggin to log...
Further, I like:
cerberus-gui/includes/functions/privileges.php
class privileges_obj {
var $acl_list;
...
function privileges_obj()
{
global $session; // clean up
$this->acl_list =
@$session->vars["login_handler"]->user_access->group_acl;
...
}
function has_restriction($bitfield,$bitgroup=BITGROUP_1)
{
if($this->is_superuser==1) return false;
return $this->check_bit($bitfield, $bitgroup);
}
Thats nice, is'nt it?
If you see how they use remote_user_ids, database_fields,
etc, you would see that Xoops is not too far from it whereas
Joomla is millions fathom away. Especially the groupping
structure in Mambo was phooh!