moikirsch
Forum Replies Created
-
Forum: Plugins
In reply to: Advanced Search – 2 Category Dropdown. ***Help, please***My solution is a mix of some of the other plugins plus a few functions that aren’t very well documented on WordPress… but since I’m using all standard stuff from WP it should keep compatibility for future upgrades.
Since I did some custom stuff for my needs I would need to explain some things so you can configure it to your needs.
Send me an email to moi at mac dot com and I would be more than happy to send you the plugin and explain you how to set it up.
Forum: Plugins
In reply to: Advanced Search – 2 Category Dropdown. ***Help, please***DMG… i did come up with my own solution… it was easier than what I tought.
If you want, I could share the code.
Forum: Plugins
In reply to: Advanced Search – 2 Category Dropdown. ***Help, please***I also need this…
There are 2 plugins that might help:
– http://wordpress.org/extend/plugins/category-magic/
– http://wordpress.org/extend/plugins/fun-with-categories/And also you can take a look at this thread:
– http://wordpress.org/support/topic/148005
I haven’t been able to setup Fun with categories… for some reason the results are not whowing up the post ID and since I’m using custom fields I need it to access the information.
I even posted a project at elance for this. Hopefully I might get a solution soon. If not, I might code it myself if not (I do know how to do it, the thing is that I am a little rusty and I don’t know some of the hooks in the API).
Forum: Alpha/Beta/RC
In reply to: Custom Fields problem with 2.5rc2This is not a fix but a workaround for the moment:
Before creating your custom fields SAVE your post.
After that everything should be Ok.
Forum: Themes and Templates
In reply to: query_posts not working since upgrade to 2.1Do you have any plugins installed (such as Adhesive).
Turn them off, they might be incompatible and they might be messing the loop.
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page.”HOW TO FIX THIS:
Go to your wordpress installation and open wp-include/version.php
Comment both lines:
// $wp_version = '2.0.2';
// $wp_db_version = 3437;
In a browser open
http://www.yourblog.com/path_to_wp/wp-admin/upgrade.php
Follow the instructions.
I hope this helps.
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page.”The problem is related to the upgrade process of the database and the data.
I’ll try to see if there is a way to “FORCE” the upgrade once more.
Forum: Fixing WordPress
In reply to: WYSIWYG II Plugin make extra <p> tag HELPHi, I just updated the plugin….
About your problem it isn’t an actual error of the plugin, but instead of the editor. You should try to get support at the editor site (the only problem is that HTMLarea is gone).
The new version now includes the latest release of FCKeditor. As far as I was able to test It seems to work fine.
Forum: Plugins
In reply to: BBclone on 1.5 ?I use BBClone on my weblog but I haven’t updated yet (I will hopefully do it tomorrow or in the wekend).
But some tips that I can give you are:
– Use absolute Paths (not relative)
– Make a flush of the outputh of php before calling BBClone (this will make your site a little faster for the user)If still doesn’t work, change your setting of PHP to show all errors and maybe you can see what the problem is. (Actually you could do this before… if you don’t have access to php.ini try turning the messages on using the php function).
Sorry for not mentioning the exact name of each php function (I don’t remember their name) but with a search at php.net you should be able to find them.
Good Luck.
PS. I know this is all technical stuff but I assumed that if you are trying to add a counter such as bbclone you understand a little about php.
Forum: Plugins
In reply to: Need Some Plugin Testers- WYSIWYG PluginHi!
Let me give you a few ideas that I implemented on my plugin (the other wysiwyg plugin).
You could use for uploading the default upload folder for wordpress (wich the user can change in the wp options).
I’m going to download your plugin later and see what else can be done.
If I don’t like it I’ll have to make my own version to compete with yours 🙂
Forum: Plugins
In reply to: new WYSIWYG?Hmmm… there is a version of fckeditor (actually it was the first one that I made).
You can download it at http://www.moiblog.com/downloads/#wysiwygii but I started to work on the htmlarea version because fckeditor was to buggy at the moment.
By the way htmlarea is under development again so I’ll update the plugin as soon as a stable version comes out (wich according to their forums should be just a couple o weeks… a new beta is coming every week).
Forum: Plugins
In reply to: new WYSIWYG?Actually I developed the plugin on MacOS X… it doesn’t work on Safari but the reason for that is that Safari doesn’t have support for any wysiwyg editor (javascript based… there is one Java based that works amazingly good).
In mozilla works fine (actually I only use Firefox so I’m pretty sure that it works).
The warnings should only appear in Safari (because it doesn’t work).
Forum: Plugins
In reply to: new WYSIWYG?Actually the plugin WYSIWYG II is based on htmlArea which is used on articlemanager so it should work as smoothly as article manager does.
Forum: Fixing WordPress
In reply to: PHP 4.3.10 upgrade and Zend OptimizerHere is a quick fix… if you have access to your PHP.INI file you can turn off the zend optimizer (until you can update it).
To do so, just search for the following line:
zend_optimizer.optimization_level=…
and change it to:
zend_optimizer.optimization_level=0
Restart the server and your done.
It may run a little slower but at least it will work.
Forum: Plugins
In reply to: Looking for old WYSIWYG hackTry here:
http://wiki.wordpress.org/WYSIWYGII