Viktor Prevaric
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Email form validation is very wrong and outdated!Hi,
now I’m thinking that it should allow much more characters for domain extensions because there are new domains like .photography and those that are even longer. So maybe 2,15 or even 2,20 would be better (just to be safe)
Here’s the list of the new tld domains:
https://iwantmyname.com/domains/new-gtld-domain-extensionsForum: Plugins
In reply to: [Comments - wpDiscuz] Email form validation is very wrong and outdated!Temp fix:
In validator.min.js I modified javascript
email_filter = /^.+@.+\..{2,4}$/
to:
email_filter = /^.+@.+\..{2,6}$/
to allow domain extension to 6 chars.
Forum: Plugins
In reply to: [Social] WordPress permalink setting is ignoredCan confirm.
What’s even worse is that facebook shows wrong number of likes for that page (because facebook considers these are different urls, and counts likes for domain.com/my-new-post/ and domain.com/?p=32 separately).
On your wordpress page, facebook like button will show only likes that are made on that page, not on facebook (for that post) because this same page submited by social plugin has different url on facebook (e.g ?p=32)
Hi,
Just installed v 1.8.0 and now it works with RSS Importer!
Many thanks!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Issues after updating to WP 3.9Ha!
Downloaded file import_posts.php from your dropbox and it’s fetching new rss posts just fine. Seems that fixed my problem completely.
Many thanks!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Issues after updating to WP 3.9This plugin stopped working on 29/04 (don’t know if I upgraded WP then?), anyway, runinng WP 3.9 I’m getting this error in php logs:
May 8 12:30:41 magda php-fpm[5830]: [WARNING] [pool www-info] child 7772 said into stderr: "NOTICE: PHP message: PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /srv/www/vhosts/www.info/httpdocs/wp-content/plugins/wp-rss-multi-importer/inc/import_posts.php on line 706"
Thanks!
Forum: Plugins
In reply to: [WP Activity Log] Upgrade to 0.6 = empty log in viewerHi,
after upgrading to 0.6 previous entries are gone (no problem with that), except now there are no new events logged at all. I tried to deactivate and activate plugin again but that didn’t help.
Forum: Plugins
In reply to: [ThemeFuse Maintenance Mode] tweets not loadingwell, tweets are loading normally, I think it was something with their tweeter proxy service which they fixed since then.
Forum: Plugins
In reply to: [Social] Automatic tweet of postsI don’t know, I’m just user like you ??
Probably, your rss plugin is somehow avoding all that wordpress-post-functions, so social plugin is not aware of those posts from rss.
Forum: Plugins
In reply to: [Social] Connecting to Facebook Page and not to Personal PageWorks fine here, so I doubt it’s Facebook’s problem. Try enabling debug mode and see what it says.
Forum: Plugins
In reply to: [Social] Automatic tweet of postsAfaik, if the post is scheduled to be published later, it will automatically tweet out at scheduled time.
Forum: Plugins
In reply to: [Social] Unable to add profilesWorks flawlessly!
Howdya’
does it work for external images in posts?
Forum: Plugins
In reply to: [Social] Unable to add profilesThanks!
Forum: Plugins
In reply to: [Social] Unable to add profilesIs it working now ?