1 | === Open Links Directory ===
|
---|
2 |
|
---|
3 | name: Open Directory Links (ODLinks) Wordpress plugins version 1.0.1-a
|
---|
4 | Contributors: Mohammad Forgani
|
---|
5 | Donate link: http://www.forgani.com/
|
---|
6 | Tags: websitedirectory, opendirectory, directoryproject, linkdirectory, linksdirectory, openproject, dmoz, classifieds, websitesubmitting, website, odlinks
|
---|
7 | Requires at least: 2.6
|
---|
8 | Tested up to: 2.6
|
---|
9 | Stable tag: 0.6
|
---|
10 |
|
---|
11 | open links directory is a plugin that provides you an Open Directory Project the same as the DMOZ.org
|
---|
12 |
|
---|
13 | == Description ==
|
---|
14 |
|
---|
15 | Links-Open Directory is a Wordpress plugin
|
---|
16 | The plugin will help you to start a profitable link directory the same as the DMOZ.org directory.
|
---|
17 |
|
---|
18 | This 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 |
|
---|
23 | 1. Unzip the downloaded package and upload the odlinks folder into your Wordpress plugins folder
|
---|
24 | 2. Log into your WordPress admin panel
|
---|
25 | 3. Go to Plugins and "Activate" the plugin
|
---|
26 | 4. "OD-Links Admin" will now be displayed in your Options section under Manage.
|
---|
27 | 5. For first step instructions, go to Options "ODLINKS Settings"
|
---|
28 |
|
---|
29 | Once you submit the Settings page of ODLinks it will set off the process of installing its tables and setting up its default settings.
|
---|
30 |
|
---|
31 | 6. Go to create and modify your Categories and Sub Categories under "ODLINKS Structure"
|
---|
32 |
|
---|
33 | You 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 |
|
---|
41 | Where to customize font and background colors?
|
---|
42 |
|
---|
43 | You 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 |
|
---|
48 | demo: http://forgani.com/index.php?pagename=odlinks
|
---|
49 |
|
---|
50 |
|
---|
51 | == History ==
|
---|
52 |
|
---|
53 |
|
---|
54 | == Changelog ==
|
---|
55 |
|
---|
56 | Changelog:
|
---|
57 |
|
---|
58 |
|
---|
59 | Changes 1.0.1-a - Mar 17/03/2009
|
---|
60 | - Implement the search function.
|
---|
61 |
|
---|
62 | Changes 1.0.0-a - Jan 25/01/2009
|
---|
63 | - It covers changes between WordPress Version 2.6 and Version 2.7
|
---|
64 |
|
---|
65 |
|
---|
66 | Changes Nov 12/2008 version v. 07
|
---|
67 | - implement the banned list
|
---|
68 | - added google pagerank
|
---|
69 |
|
---|
70 |
|
---|
71 | Changes 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 |
|
---|
77 | Changes Oct 10/2008
|
---|
78 | - admin email notification
|
---|
79 | - include the Google AdSense
|
---|
80 |
|
---|
81 | To support Permalink structure:
|
---|
82 |
|
---|
83 | An example for htaccess code to redirect to odlinks
|
---|
84 | You need an .htaccess file. The file will be create/modify by wordpress via the Permalink/mod-rewrite option.
|
---|
85 |
|
---|
86 | Please edit the .htaccess file in the root folder of your Wordpress.
|
---|
87 | You use the default .htaccess file and modify the file as follow:
|
---|
88 | The redirect should look something like this
|
---|
89 |
|
---|
90 | RewriteRule !(classified|odlinks)/ /index.php [L]
|
---|
91 | RewriteRule ^odlinks/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=odlinks&_action=$1&id=$2&parent=$3 [QSA,L,R,NS]
|
---|
92 |
|
---|
93 |
|
---|
94 | == To Do ==
|
---|
95 |
|
---|
96 |
|
---|
97 | have fun
|
---|
98 | Regards from Isfahan ;-)
|
---|
99 | Mohammad Forgani, Oh Jung-Su
|
---|
100 | oct. 23/2008
|
---|