Home arrow Forum

Remository Forum

 


admin

Karma: 57  
Re:Some Comments - 2008/04/11 15:45 Good points, and thanks for your kind comments.

1. Agreed - I've changed the code ready for the next release.

2. This can be quite easily achieved by making a small alternation to c-classes/remository_select_Controller.php. Alter the code starting from around line 19 so that it reads:
Code:

      function select($func) {         $interface =& remositoryInterface::getInstance();         require_once ($this->admin->v_classes_path.'remositoryFileListHTML.php');         if ('select' == $func AND $this->idparm) {             $container $this->createContainer ();             if (!$this->repository->See_Containers_no_download AND !$container->isDownloadable($this->remUser)) {                 echo "<span class='remositorymessage'>"._DOWN_RESTRICTED_WARN.'</span>';                    return;             }         }         else $container =& new remositoryContainer();         if ('select' == $func$subfolders $container->getVisibleChildren($this->remUser);         else $subfolders = array();         if ('select' == $func AND $this->idparm == AND count($subfolders) == 0) {             echo "<span class='remositorymessage'>"._DOWN_NO_VISITOR_CATS.'</span>';             return;         }         if (!$this->idparm AND == count($subfolders)) {             $container $subfolders[0];             $subfolders $container->getVisibleChildren($this->remUser);         }         if ($container->windowtitle$interface->SetPageTitle($container->windowtitle);         elseif ($container->name$interface->SetPageTitle($container->name);         $page remositoryRepository::getParam($_REQUEST'page'1);


and Remository will go straight into the top level container if it is the only one.

3-5. You're quite right that extra flexibility would be good - my only real concern is that the configuration interface gets too complicated
Martin Brampton aka Counterpoint
http://black-sheep-research.com
http://mamboguru.com
  | | Sorry, you do not currently have permission to write here.

      Topics Author Date
    thread link
Some Comments
mjung 2008/04/10 22:37
    thread link
thread link Re:Some Comments
admin 2008/04/11 15:45
    thread link
thread linkthread link Re:Some Comments
roland76 2008/04/13 19:34

Menu

Budding author?

Could you write about software?  Packt Publishing is looking for authors for its new series of Beginners' Guides.  Take a look at their web site to find out more.

Login Form

Username

Password

Remember me
Password Reminder
No account yet?
Create one

Who is Online

Remository welcomes guests and registered users.

We have 4 guest online