How to setup? Print E-mail
(2 votes)

 

This extension requires Core Design Scriptegrator plugin and jQuery JS library loaded (to Administration) - adjustable in plugin configuration.

 

Setup

  1. Install and publish the plugin.
    Now you can see the CMD button in toolbar panel.

    Toolbar preview

     

     

  2. Click on the CMD icon to open the console window.

 

Commands

  • adduser = Alias to "useradd".
  • cleancache = Clean Joomla! cache. The second parameter (what to clean) is optional.
    Example: cleancache com_content
  • clear = Clear console.
  • close = Close console.
  • db = Database command.
    Parameters:
    list -> list database table. Use "-f" option to filter the output. Example: db list -f content
    optimize -> optimize database
    size -> return database size
  • exit = Alias for "close".
  • groups = print the groups a user is in.
    Example: groups USERNAME
  • history = manipulate with command history items.
    Parameters:
    -c -> delete command history. 
  • checkin = unlock all Items that are currently Checked Out across the whole site.
  • icq = Check ICQ status.
    Example: icq NUMBER
  • logout = Logout user. Write second parameter (username) to logout currently logged user.
    Example: logout john.doe
  • preview = Open Joomla! frontpage in new browser window (limited by your popup blocker).
  • refresh = Refresh window.
  • reload = Alias to "refresh".
  • rm = Delete file.
    Parameters: [options] [filepath]
    Options.
     - f -> force delete.
    Parameters:
     filepath -> path to file
    Example: rm /images/stories/image.png
  • site = Manipulate with access to Front-end.
    Parameters:
    status -> check Front-end status.
    stop -> set Front-end offline.
    start -> set Front-end online.
  • useradd = Add Joomla! user.
    Notation: useradd USERNAME -p PASSWORD -e E-MAIL
    Parameters:
    -g INTEGER (optional) -> Joomla! level (Registered - 18, by default)
  • userdel = Delete Joomla! user
    Notation: userdel USERNAME
  • userlist = List all Joomla! registered users.
  • w = Display information about users currently loged into Joomla!