valentinas
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugThe widget has options to change the button text, and shortcode has options too. Let me know which one you are using and i will explain you in detail how to change the button text ??
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Invalid API key specifiedHi, can be javascript issue: jquery not being present. I’ve just tagged 1.4, try it (should be available soon) and let me know if that will fix the situation.
Thanks for feedback, will try to fix this for 1.6
Forum: Themes and Templates
In reply to: Some stuff don't translate with PoeeditHi, folks.
I am the person responsible for making wp-e-commerce 3.8 fully translatable. Unfortunately there’s no easy way to find all those hardcoded strings, so i would really appreciate your help. If you find hardcoded string, missing context, missing domain, or anything related to 3.8 translation – let me know, either in this forum thread (I’m subscribed, so i won’t miss your messages) or to https://getshopped.org/forums/topic.php?id=17349#post-71349, which is another forum post created for the same purpose.Cheers!
V.Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Buddypress compatible?There were some issues, but all should be resolved now and it should work with buddypress. In fact im using it in one site of my own, which runs with buddypress ??
Thanks for feedback Reezo, I will add this to my TODO for this plugin ??
Forum: Fixing WordPress
In reply to: Ad-Minister Problems?!?!Well, WordPress changes, things changes.. And ad-minister hasn’t been updated since 2008, so no wonder things start to fall apart…
Forum: Fixing WordPress
In reply to: Ad-Minister Problems?!?!cchestnut, I’m affraid ad-manager view and click counters works the same way as ad-minister.. We are working on fixing them, but i don’t think that it will happen soon. If you earn money using ad-minister or wp-ad-manager, maybe you could commission someone to do this? Shouldn’t be too hard, since there’s not a lot of code and debugging should be easy.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Use javascript to count clicksHelp is very much appreciated. I’ve sent you email about the code that you were implementing, if you could fix that, that would be very cool.
As for javascript to track clicks there is one major issue:
An ad can be:
– A picture
– Text
– Javascript (from some ad-serving network)
– Iframe
– Flash
– Etc…So there is no way to know to which element we should bind an action.
As for the links with redirects, i don’t think that’s an issue. This is common practice. Google, facebook, everybody uses it.Clicks is tricky part, so lets leave it for now. If you’re keen you could play with impressions. Some people say that those does not really work well. Also we need to ignore robots (i had robots list somewhere, i could email it to you if you want to play with it).
Thanks again for contributing, i really appreciate that ??
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugThe users, doesn’t matter if they connected with FB connect, linked their profile, or just registered normally are all the same. They will not disappear or anything. The only differences are:
- Normal user is normal user, nothing unusual about it.
- Users who registered normally, but then later used facebook login or linked their profile with fb will have a mark in usermeta. That’s it. They’re password is still the same and they can use both login ways: FB and regular WordPress login.
- If a visitor doesn’t have an account in the website and uses FB login, an account will be created for him. Again, it will be just a normal WordPress account. Password will be randomly generated. If user decides that he wants to use regular login – he will need to reset his password. The password will be sent to the email that user used to create fb account.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Getting PHP Error on InstallHi, this is because you have widgets from ad-minister.. Widgets needs to have names without spaces and special characters. Like “widget1”, “specialWidet2” and so on. wp-ad-manager takes care of that, but now when you reported this i see that there is compatibility issue, because widgets from ad-minister will have all sorts of names..
I will fix that as soon as i get the chance, but I’m pretty busy right now, so maybe this week, but can’t promise.
Forum: Plugins
In reply to: [Facebook Connect] Facebook Connect error: login process failed!januzi_pl, thanks for info, I will try to implement this to next version.
Thanks for reporting, will fix into this in next version.
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Disable autologin ?Good point. I can’t promise that I will add this to next version (since i already have some stuff to do), but i will definitely implement this in the future.
And i think i will not change anything about logging in, but i will change logout process, so you could logout of the website, but still be logged in FB. What do you think about that?
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Clicks zeroed on page loadHi,
This is not a known issue (at least not for me ?? ), so thanks for reporting. I don’t have a solution for you, but i will definitely look into this before releasing next version. Hopefully in the beginning of next week. Will let you know.