pavelevap
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Relations not savedLatest development version tried – no change, selected relationships are not saved when updating post…
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Relations not savedSorry, but I am not sure if I understand. Tables are correctly in database with all specified columns above, but they remain empty even if I tried to save many relations…
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Relations not savedI tried to catch AJAX requests with Firebug, but there were only search requests. I thought that after selecting there will be also AJAX database updating request, but there was not. But maybe it works other way…
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Relations not savedYes, exactly. I found some notes about this problem in other topics and tried deactivate / activate once again, but it was not helpfull.
I also tried development version, but then searching was broken (no posts found) so I switched back to 0.4.
My code:
function my_propojeni_sluzeb() { if ( !function_exists('p2p_register_connection_type') ) return; p2p_register_connection_type( 'sluzba', 'post' ); } add_action('init', 'my_propojeni_sluzeb', 100);
Edit: Yes, I tried Publish and Update buttons. Or is there any other button for metabox? I do not see it…
Thank you!
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Incompatability with 3.0-alphaYes, the same problem for me…
I catched this unexpected output and it is following code:
<div class=\'updated fade\' style=\'background-color:green;border-color:green;\'><p><strong>Updating SEO configuration options in database</strong></p></div
It is code from all_in_one_seo_pack.php (line 554) and this code should not be here, or maybe there is problem with missing closing tag in the end…
Yes, 1.99 recognizes Hybrid theme, thank you very much.
But it is not very usefull for users, because for example cs_CZ.po (and .mo) is created and it is not applied (it needs hybrid- prefix). So, it is not possible to translate online and see results directly on website ?? Is it possible to automatically create required translation file (with hybrid- prefix)?
Nevermind, interesting discussion…
I only wanted to use this plugin to translate Hybrid on the fly on starting website (poEdit is not so good for this purpose – need to upload files after every change). Any solution appreciated in the future, thank you for your answers…
@greenshady
I am working on Czech version which is not available on your website now.Hmm, strange, I tried latest revision (285) and Hybrid theme is still unrecognized by this plugin?
Great, thank you for explanation and solution!
Forum: Plugins
In reply to: [Plugin: gPress] Multiple icons for one map and custom markersGreat news, thank you very much!
And another feature for future development: Inserting pictures from Media library directly into HTML description field would be helpfull…
Forum: Plugins
In reply to: [Plugin: WP Ajax Edit Comments] Problem with moving commentsYes, it works now. Thank you, great support!
Forum: Plugins
In reply to: [Plugin: WP Ajax Edit Comments] Problem with moving commentsGreat, thank you, it works now. But there is another problem when moving comment – Move by Post – click Next (for displaying next posts) – does not work for me, there is only loading picture for several minutes (using IE8).
Forum: Plugins
In reply to: [Plugin: CSV Importer] Some problems with this great pluginI asked my webhoster and he told me that this function is not supported before PHP 5.2.1. My PHP Version is 5.2.0-8+etch15. There are no other blocked functions related to tmp directory. So, is there any other way to make your plugin work on my hosting? I used many plugins and there were no similar problems. Thank you very much for your help…
Forum: Plugins
In reply to: [Plugin: CSV Importer] Some problems with this great pluginThank you very much for your help…
1) Fatal error: Call to undefined function sys_get_temp_dir() in … ?? This function is probably not allowed by my webhoster. I could give you link to my phpinfo, but I do not want to post it here publicly…
2 and 3) Great! It would be very helpfull. I can beta test if you are interested…