source: trunk/www.guidonia.net/wp/wp-content/plugins/odlinks/README.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 3.1 KB
Line 
1=== Open Links Directory ===
2
3name: Open Directory Links (ODLinks) Wordpress plugins version 1.0.1-a
4Contributors: Mohammad Forgani
5Donate link: http://www.forgani.com/
6Tags: websitedirectory, opendirectory, directoryproject, linkdirectory, linksdirectory, openproject, dmoz, classifieds, websitesubmitting, website, odlinks
7Requires at least: 2.6
8Tested up to: 2.6
9Stable tag: 0.6
10
11open links directory is a plugin that provides you an Open Directory Project the same as the DMOZ.org
12
13== Description ==
14
15Links-Open Directory is a Wordpress plugin
16The plugin will help you to start a profitable link directory the same as the DMOZ.org directory.
17
18This plugin is under active development. If you experience problems, please first make sure you have the latest version installed. Feature requests, bug reports and comments can be submitted [here](http://forgani.com/opendirectorylinks/).
19
20
21== Installation ==
22
231. Unzip the downloaded package and upload the odlinks folder into your Wordpress plugins folder
242. Log into your WordPress admin panel
253. Go to Plugins and "Activate" the plugin
264. "OD-Links Admin" will now be displayed in your Options section under Manage.
275. For first step instructions, go to Options "ODLINKS Settings"
28
29Once you submit the Settings page of ODLinks it will set off the process of installing its tables and setting up its default settings.
30
316. Go to create and modify your Categories and Sub Categories under "ODLINKS Structure"
32
33You will need to make the Smarty cache folders writeable (chmod 777):
34
35* odlinks/includes/Smarty/cache
36* odlinks/includes/Smarty/templates_c
37
38
39== Frequently Asked Questions ==
40
41Where to customize font and background colors?
42
43You may modify the style sheet odlinks.css in wp-content/plugins/odlinks/themes/default/css/ folder in any way you wish to sets the background color of the layout area or fonts
44
45
46== Screenshots ==
47
48demo: http://forgani.com/index.php?pagename=odlinks
49
50
51== History ==
52
53
54== Changelog ==
55
56Changelog:
57
58
59Changes 1.0.1-a - Mar 17/03/2009
60- Implement the search function.
61
62Changes 1.0.0-a - Jan 25/01/2009
63- It covers changes between WordPress Version 2.6 and Version 2.7
64
65
66Changes Nov 12/2008 version v. 07
67- implement the banned list
68- added google pagerank
69
70
71Changes Nov 12/2008 version v. 05
72- implement the bookmark & sent to his friend’s button
73- edit/move categories
74
75- implement the conformation code (captcha)
76
77Changes Oct 10/2008
78- admin email notification
79- include the Google AdSense
80
81To support Permalink structure:
82
83An example for htaccess code to redirect to odlinks
84You need an .htaccess file. The file will be create/modify by wordpress via the Permalink/mod-rewrite option.
85
86Please edit the .htaccess file in the root folder of your Wordpress.
87You use the default .htaccess file and modify the file as follow:
88The redirect should look something like this
89
90RewriteRule !(classified|odlinks)/ /index.php [L]
91RewriteRule ^odlinks/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=odlinks&_action=$1&id=$2&parent=$3 [QSA,L,R,NS]
92
93
94== To Do ==
95
96
97have fun
98Regards from Isfahan ;-)
99Mohammad Forgani, Oh Jung-Su
100oct. 23/2008
Note: See TracBrowser for help on using the repository browser.