Forum Replies Created
-
-
14 years ago in reply to: WordPress MU compatibility
Hello stwc,
I revised the code and tested activation on WordPress 3.0.4 multisite on localhost and one of our Cpanel hosts.
Please download the zipfile again and let us know if it works this time.
Thanks,
MartinHello Will,
I checked the Ajax Comment Preview plugin and there’s nothing we can do about it, as the comment input textarea code is hardcoded in the plugin.
However, there are some other comment preview plugins that work with FV Antispam:
Live Comment Preview works, but you have to change the textarea ID in the live-comment-preview.php file on line 124. You can find out that the ID is by looking into the source code of the page with comment form on it. It will be an unique string of seemingly random numbers and letters like “a7391152e”, so use that.
jQuery Comment Preview is not so lightweight as the Live Comment Preview, but you can set the ID in options, so you don’t have to edit files.
Thanks,
Martin14 years ago in reply to: Copying Post TitlesHello Brett,
sorry for not responding earlier.
Yes, we want to improve this plugin to work with titles and so on.
The function to copy the WordPress title into the SEO Title field could go into our FV All in One SEO Pack plugin.
Thanks,
Martin14 years ago in reply to: WordPress MU compatibilityHello stwc,
I found the issue and worked on getting this fixed. The bugfix will be a part of next release of this plugin, version 0.3.
In the meantime, you can install our latest beta version: http://foliovision.com/downloads/thoughtful-comments-0.2.9.beta.zip
It has some other improvements, which might need a bit of fine tuning, so we will love to hear any suggestions.
Thank you again for reporting this!
Martin
14 years ago in reply to: WordPress MU compatibilityHello stwc,
we are glad that you like our plugin.
I’ll look into the issues you outlined.
Thanks,
Martin14 years ago in reply to: Alternative wp-content locationHi fusse,
big thanks you reporting this, the wp-content directory location can be changed using a constant: http://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content
We will fix it in one of the next releases.
Martin
14 years ago in reply to: Post paginationHello Ivan,
you need to put ‘foliopress-next’ into your custom toolbar. I guess you added ‘PageBreak’, but that’s not the correct command.
Thank you for reporting this, I’ll remove PageBreak from the installation guide and add the correct command.
Let us know how it goes, it works perfectly on our site.
Martin
14 years ago in reply to: Blank Gravatar IssuesHello Oliver,
thank you for the bug report, now the new version is released on WordPress.org.
Regards,
Martin14 years ago in reply to: Blank Gravatar IssuesHi Oliver,
My default (empty) gravatars are all loaded from gravatar.com and your plugin creates files for them. Then your plugin checks for a 404, but the file exists (13 byte).
I’m sending you a tweaked main PHP file of the plugin. Can you test it to see if it solves the problem?
I basically added another check for the 404. But I’m not sure if it will solve your problem. Can you provide the email address of some comment which has this bad 404 13B gravatar so I can see it? Or send me one of these 13B files?
I have tried it on two different servers now and on one it works properly so it won’t actually create empty gravatar files for people without gravatars. On the other it creates a gravatar (empty 13 bytes file) for all comments for some reason.
I suppose it’s because I disabled fopen on one server and it checks via fopen if it’s a default avatar (compare line 437) Since fopen is a major security risk I would have to rewrite this check.
That’s a different part of code and has nothing to do with the default gravatars. But if you disabled the fopen function, that might be the reason why none of the gravatars are cached properly. The files are probably containing only some warning instead of the content. Can you check it out?
Anyway, fopen is a standard function and is required to write the cached gravatar files. The more dangerous function is the remote fopen, but we are not using that. Have you any suggestion what we should be using instead of fopen and fwrite to write the cached files?
Can you check if there are any warnings on plugin settings page? It should be wp-admin/options-general.php?page=fv-gravatar-cache on your site. It checks if the directory is writable. If you disabled just the writing permissions, it should display a warning.
If you just disabled the fopen and fwrite functions, the plugin just can’t work, unless there is any other safer function which you think is better and we could use it.
Thanks, Martin
14 years ago in reply to: Markdown issuesHello Tracey,
I spoke to Alec a bit more about your issue.
We think that the Markdown plugin should be disabled by default and functional only if the post is marked as a Markdown post.
We can add a nice interface for this function, if you can provide a good tested piece of code which will disable the Markdown plugin when editing the post and also a piece of code which will disable it when displaying the post (so the Markdown won’t touch the normal HTML posts).
That way, your advanced users would be able to click a checkbox saying “this is a Markdown post” and our editor would not interfere with it.
Thanks,
Martin14 years ago in reply to: FCKEditor styling XML configuration fileHello Balthazar,
that’s because it’s JavaScript. Firefox seems to cache JavaScript a lot, so when you do changes to some files, it needs to be cleared.
Thanks,
Martin14 years ago in reply to: FCKEditor styling XML configuration fileHello Balthazar,
it should work fine with the latest version which is 0.9.16. Have you cleared your browser cache after the update of XML? I guess that’s what I forgot to add into FAQ.
Thanks,
MartinHello Laura,
looks like there is something wrong with your wp-config.php file – a whitespace character on line 155.
Here’s a guide how to solve this: http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
Please let us know how it went.
Thanks,
Martin14 years ago in reply to: is_dir and open_dir restrictionsHello Steve,
you need to check out open_basedir in your php.ini. More information here:
http://www.php.net/manual/en/ini.core.php#ini.open-basedir
Your host should be able to give you a hand with this. Generally, if you are not running some complicated website, you should not have this issue with Foliopress WYSIWYG.
Thanks,
MartinHello Andy,
actually our plugin is cloning the dashboard settings too. I added a FAQ section with list of what’s cloned.
If you are missing some widgets on dashboard as a contributor, I would guess that the appear only to higher level users.
Thanks,
Martin14 years ago in reply to: WordPress Image CaptionsHello Jim,
the setting to convert caption shortcodes into HTML was added into Settings -> Foliopress WYSIWYG -> Advanced -> Compatibility Convert [caption] shortcodes before editing. It’s turned on by default.
Thanks,
MartinHello JJ,
we just released a new version of the plugin which allows authors to manage comment bellow their own articles. You can simply upgrade the plugin in wp-admin menus.
It uses the same checking mechanism as WordPress – current_user_can(‘edit_post’, $post->ID) (which by the way doesn’t sound so good, but that’s how is WordPress checking the permissions for comment moderation in wp-admin section).
Thanks,
M.Hello JJ,
no, it’s not like that. Users with author user role are not able to delete comments on any blog post via the front end with our plugin.
On the other hand, they are not able to do so even on their own posts, so that could be considered as a missing feature.
What other plugins are you using if you experienced the problem you describe?
Thank you for your input.
M.15 years ago in reply to: Button to choose fontsHello Luca,
what you want to do is to create some classes with different font faces (if you know a bit of CSS you won’t have any problem with this) and then add it into the Custom Dropdown. More on this topic in Installation guide
Thanks,
Martin15 years ago in reply to: Standalone version of your editor?Hello Jon,
you should be able to hook our editor somewhere the same way as FCK Editor. However it’s relying on WP options, so you will have to take care of that – I think playing with custom-config directory will get you the idea. Maybe it’s enough just to remove it from the fckeditor/ config files. For image management tool, which is based on KFM, you will have to configure your db in configuration.php somehow and maybe also remove some of the WP options.
Thanks,
M.15 years ago in reply to: Problem with empty paragraphsHello Bodhi,
You should be setting up the CSS in the back end and in the front end so that your users neither need nor want to mess around with double carriage returns.
If you want to have more white space between paragraphs you should put something like this into your CSS:
#entry p { padding-bottom: 10px; }If your webpage shows correctly and the problem is just in the editor, make sure you have WYSIWYG mode properly configured using this guide. If there’s some problem with the display even in the WYSIWYG mode, you can enter the above CSS into Custom WYSIWYG CSS in plugin options.
Of course you might want to play with the exact padding value and you must enter the right CSS selector, #entry should work with most templates.
If you really can’t live without extra carriage return, you can use Shift + Enter at the end of paragraph.
If you really need these empty paragraphs, you can just replace line 39 in foliopress-wysiwyg/fckeditor/editor/plugins/foliopress-clean/fckplugin.js with this:
//strChange = strChange.replace (“<p> </p>”,””); // disabled to allow empty paragraphs
But you have to be careful to do the fix again after each plugin upgrade then.
We really recommend you to go the clean CSS way.
Thanks,
M.15 years ago in reply to: Image manager not workingHello Andy,
we found out that Dreamhost is escaping quotes (” “) in HTTP POST and that is destroying JSON in our Image Management Tool (even though magic quotes are off). Here’s a patch for current plugin version until we fix it in new version of plugin:
kaejax.php.txt
Just rename it to kaejax.php and copy it over the original file in wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/plugins/kfm/includes/
15 years ago in reply to: Fckeditor for WordPressHello Teros,
we don’t like using font and font colors as it puts a ugly inline CSS. Instead we added a customizable drop-down menu to the latest version which you can download here.
We recommend you adding some classes for different fonts and fontsizes in your CSS and then just to add it to the dropdown.
If you are not ok with that, you can still just customize the toolbar and add all the default buttons to it.
All of that can be done within the plugin options page & CSS customization, all the info you need is here: http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg/installation
Thanks,
M.15 years ago in reply to: Configuring the stylingHello Sam,
a) & b) please read WYSIWYG installation guide here. I’m sure it will help you a lot. We want to make it easier, so we are open to suggestions.
b) You need to customize the dropdown manually. If you have and idea how to add all the styling automatically, we will love to hear about it. It would not be a problem to add it all there, but that’s not what you/we want. There’s a lot of styling in the style.css which isn’t applying to the actual text/html elements.
Thanks,
M.15 years ago in reply to: Mailpress issuesHi Simon,
I checked on the Mailpress issue and it’s really not working. However we want to make it compatible in one of the next versions.
We tested the Insert media button extensively and it’s working. Are you seeing any JavaScript errors in your Firefox? Can you create a test editor account on your site for me to see the problem?
Thanks,
M.15 years ago in reply to: Disturbing Defined FiltersHello Cees,
the only change to the plugin is in the mailing library used, so it will work right after you upgrade the plugin.
Thanks,
M.