Downloadic is the place that you can find newest software and sofware updates to download free, fast and safely. Today, Software is in almost in every sector. Softwares make people's life easier. And we make Downloadic for you to easily find Softwares. We hope you enjoy it. If you want to advertise with us, please click the "Advertise Here" image at left.
Author: Gary Pendergast
A plugin for managing job lists and job applications on your WordPress site. It supports all the features you need to manage your organisations job openings Installation:
The Good Way
In your WordPress Admin, go to the Add New Plugins page
Search for: job manager
Job Manager should be the first result. Click the Install link.
The Old Way
Upload the plugin to the /wp-content/plugins/ directory
Activate the plugin through the Plugins menu in WordPress
The Living-On-The-Edge Way
(Please dont do this in production, you will almost certainly break something!)
Checkout the current development version from http://wordpress-job-manager.googlecode.com/svn/trunk/
Subscribe to the update feed to be notified of changes
faq:
How do I setup a custom application form?
For a full description of how to use the application form customization features, please read this page in the documentation.
Author: Łukasz Wi?cek
Wtyczka WP BlipBot pozwala wysy?a? do serwisu Blip.pl informacje o publikowanych przez autora bloga postach. Wszelkie uwagi można zg?asza? na Blipie taguj?c wiadomo?ci #WP-BlipBot, lub bezpo?rednio do mnie lukaszwiecek Installation:
Skopiuj wszystkie pliki do katalogu /wp-content/plugins/wp-blipbot/
Aktywuj plugin w panelu administracyjnym
Skonfiruruj ustawienia pluginu w zak?adce Ustawienia/WP BlipBot
faq:
Czy WP-BlipBot ma jakie? specjalne wymagania?
Tak. Do poprawnego dzia?ania wtyczki wymagane jest posiadanie serwera PHP w wersji 5.2 lub wyższej.
Author: Dan Phiffer
Strict Permalinks does two things Installation:
Upload the strict-permalinks folder to the /wp-content/plugins/ directory or install directly through the plugin installer.
Activate the plugin through the Plugins menu in WordPress or by using the link provided by the plugin installer.
Author: Anflex
Anflex GA quickly adds Google Analytics code to Wordpress-based websites Installation:
Download plugin and unzip the file
Upload anflex-ga folder to the /wp-content/plugins/ directory
Activate the plugin through the Plugins menu in WordPress
Look for Anflex GA menu under Settings left-side menu for initial setup
Author: Michael Winkler
teachPress is a powerful course and publication managment plugin, which is published under the terms of GPL. The plugin is optimized for the needs of professorships and research groups. You can use it with WordPress 2.8.0 or higher Installation:
Download the plugin.
Extract all the files.
For the CSV/XLS-export please define your root directory path in the parameters_sample.php and rename the file to parameters.php
Upload everything (keeping the directory structure) to your plugins directory.
Activate the plugin through the plugins menu in WordPress.
For updates:
Download the plugin.
Delete all files in the plugins/teachpress/ directory except parameters.php.
Upload all files to the plugins/teachpress directory.
Go in the backend to Courses->Settings and click on "Update to ....".
Author: Eric Shelkie
Manage multiple blogs with a single standard WordPress installation. Each may have its own theme and domain while sharing users and administration Installation:
This section describes how to install the plugin and get it working.
Automatic installation
1. Log in to your WordPress Administration Panel, and click on "Plugins" in the left column.
1. Click "Add new" and then search for "MiniMU"
1. Follow the prompts to install and activate the plugin.
Manual installation
1. Upload minimu.class.php to the /wp-content/plugins/ directory
1. Activate the plugin through the Plugins menu in WordPress
faq:
How do you pronounce this plugins name?
"mini-mew"
Author: J.N. Breetvelt a.k.a OpaJaap
This plugin is designed to easily manage and display your photo albums and slideshows within your WordPress site Installation:
Unzip and upload the wppa plugin folder to wp-content/plugins/
Make sure that the folder wp-content/uploads/ exists and is writable by the server (CHMOD 755)
Activate the plugin in WP Admin -> Plugins.
faq:
Do i have to upload my photos again?
No, if you had WP Photo Album before, you can simply take advantage of the new features
that WP Photo Album Plus provides to you.
Do i have to remake the albums?
No, you will still have the albums you had. Now you can place them inside an other existing album,
that even may contain photos itself, or use it with the embedded sidebar widget.
What if i regret the upgrade, can i downgrade back to WP Photo Album version 1.5.1?
First of all: I bet you wont. But if you really want to go back,
simply de-activate WP Photo Album Plus and re-activate WP Photo ALbum.
but remember: You can not run both versions at the same time.
You will see the sub albums you created appear as normal albums.
The sort order information will have no longer effect.
Author: Anton Shevchuk
This plugin and widget allows you to create dynamic, controllable slideshows or presentations for your website Installation:
Upload a-slideshow to the /wp-content/plugins/ directory
Activate the plugin through the Plugins menu in WordPress
Now you can create slideshow from any HTML tags (switch to HTML editor) and write example:
[aslideshow]
<p><label>Caption of slide one</label>Text for slide one ... </p>
<p><label>Caption of slide two</label>Text for slide two ... </p>
<p>Text for slide three ... w/out caption</p>
<img src="/wp-content/uploads/yyyy/mm/image01.jpg" alt="Slide four - is image"/>
<a href="/wp-content/uploads/yyyy/mm/image02.jpg" title="Slide five"/>Its link to image, image load dynamically</a>
[/aslideshow]
NOTICE: You can use slideshow button (on quicktags bar)
You can change settings for all slideshow - go to Settings -> (a) Slideshow
NOTICE: Widget use a global settings of plugin (if it exist)
You can change setting for any slideshow (different from global settings), use next syntax:
[aslideshow %options%]
<img src="/wp-content/uploads/yyyy/mm/image01.jpg" alt="Caption 1"/>
<img src="/wp-content/uploads/yyyy/mm/image02.jpg" alt="Caption 2"/>
<img src="/wp-content/uploads/yyyy/mm/image03.jpg" alt="Caption 3"/>
[/aslideshow]
Where %options% - is settings for (a)Slideshow jQuery Plugin - example:
[aslideshow effect="random" play=true playframe=false controls_play=true]
<img src="/wp-content/uploads/yyyy/mm/image01.jpg" alt="Caption 1"/>
<img src="/wp-content/uploads/yyyy/mm/image02.jpg" alt="Caption 2"/>
<img src="/wp-content/uploads/yyyy/mm/image03.jpg" alt="Caption 3"/>
[/aslideshow]
faq:
How start autoplay?
Use next options: [aslideshow play=1 playframe=0]
Where I can see all effects?
On (a)Slideshow jQuery Plugin Homepage