Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

WP-DirLs

Opis

List a local directory in a post or page using shortcode: [dirls dir=”/var/www/dir/” url=”http://example.com/dir/”]

Output HTML: <ul class="dirls"><li class="dirls_mimetype dirls_ext_extension"><a href="$fileurl">$file</a></li></ul>

If $file don’t have any extension class=”dirls_ext_none”.

Plugin page at WordPress Plugins Development #menorcadev.

Instalacija

First time installation

  1. Upload the FOLDER ‘wp-DirLs’ to the /wp-content/plugins/
  2. Activate the plugin ‘WP-DirLs’ through the ‘Plugins’ menu in admin
  3. Go to ‘Manage / DirLs’ for more instructions

Upgrade from a previous version

  1. Deactivate ‘WP-DirLs’ through the ‘Plugins’ menu in admin
  2. Upload the FOLDER ‘wp-DirLs’ to the /wp-content/plugins/
  3. Activate the plugin ‘WP-DirLs’ through the ‘Plugins’ menu in admin

Plugin page at WordPress Plugins Development #menorcadev.

ČPP

Can I list a relative directory?

Yes, you just need to use a relative directory from your WordPress installation path.
For example:
* WordPress URL: http://example.com/wp/
* WordPress path: /var/www/wp/
* Files URL: http://example.com/files/
* Files path: /var/www/files/
* Shortcode to use: [dirls dir=”../files” url=”http://example.com/files”]

Can I list remote directories?

No, just list a local directory.

I need more help!

Visit my plugin page.

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“WP-DirLs” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “WP-DirLs” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

Visit my plugin page for the changelog.

Plugin page at WordPress Plugins Development #menorcadev.