cina
Forum Replies Created
-
Forum: Plugins
In reply to: [Open Links Directory] Let’s me show in a video how it’s work.
This guide will show you the step by step process for first installation/configuringDepending on the “Permalink Settings” it’s possible for some pages that the categories urls are not accessible.
To fix this problem you should go to update the .htaccess file which is existed under WordPress top directory.Normally if you click on categories you will get something like this:
<yourDomain>/odlinks/?_action=main&id=2&parent=1If instead of the “/odlinks/” something else is placed for example “/97-revision-v1/”
you can update your the .htaccess file as follows:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^97-revision-v1/?([^/]*)?/?(.*)$ /index.php?pagename=odlinks=$1=$2 [QSA,L,R,NS]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>sure, sorry the theme should be fixed but I forget it. will do it in the coming soon next release.
Forum: Plugins
In reply to: [Open Links Directory] Is it possible to suppress "Submit Web Site"?sure, I will add a new flag to the disable submitting in the next soon comming release.
Forum: Plugins
In reply to: [Open Links Directory] Which is most suitable themeNormallly the themes with two columns one for pages and one for sidebar. Please make sure that the width of the page is more then 650px.
Forum: Plugins
In reply to: [Open Links Directory] [Plugin: Open Links Directory] There is some picture..in admin interface.
and when you are logged on as administrator direct on the page.Forum: Plugins
In reply to: [wp-classified] [Plugin: wp-classified] Date and Time IssuesOps, sorry. I will be looking for a solution and try to fix it.
Give me a littel bit time.
Regrads,
CinaForum: Plugins
In reply to: [Open Links Directory] Odlinks pageyes. ofcourse. If I get time I will implement it.
I need two months.
Thanks for your feedback.to solve the problem
open the file includes/odl_rss.php in a text editor
comment out these linesline 42 – 47
/*
if (empty($wp)) {
require_once(‘wp-config.php’);
wp(‘feed=rss2’);
}
*/Hello, I’m sorry I was not here for a long time.
I upgrade to WordPress 3.1 over last weekend.
It works well from my site.
I have tried to reproduce your problem, so far with no success.
Now I will try to install it on my local machine (standalone server) then it maybe able to reproduce this behavior.
Gruss,
OhForum: Plugins
In reply to: [Plugin: ODLinks Manager] Missing Files & Fatal ErrorI forget to checking the smarty folders to SVN.
Now all folder are committed to SVN repository (inkl. cache and template directories).
Thanks for the report.Forum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?Tankard, thanks for your feedback.
In fact, the image was the separator. The style sheet was not correct and the images displayed at a wrong place.
As you said, j8h9 have problem with htaccess file.The same problem as all other users. Please mail me your site url may be i can help you before you install the plugin.Forum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?I think you have problem with redirect and .htaccess file.
(rewrite problem).
Please mail me your site url and I will check your site
Regards,
Jung-SuForum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?Hi,
You can customize the appearance of the main AD site by editing the
body_tpl.php file.
Modify the text of $lang[‘_ADDANNONCE’] = “Add a new Ad in this category”;
in the file lang_en.php located in the folder language.And for the user that the GD libraries not installed (or the php do not support freeType) I’ll be able to configure the confirmation code in admin Interface in the next coming release.
Regards
4ganiForum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?I was away for a couple of the days to visit pyramid Tutankhamun’s tomb in cairo.
Now, I have added some new things to the plugin and try to get more good ideas from other classified for my plugin.
By the way I am open for any suggestion from everyone of you.
Thanks ??
MohamedForum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?Go to the navigation point “wpClassified” menu in the administration area.
There you can add categories/list.Behrus