mrangoonwala
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t auto-install plugins after 3.0 upgradeHave you fixed this? I’m having the same problem, except I’m on a freshly installed blog. It worked earlier, but now it stopped. Very strange behavior.
Forum: Plugins
In reply to: Unable to install NextGEN GalleryCan you tell me what you did to fix the issue? I’m having the same issue on one of my blogs. None of the others ones have it. It seems to be with any plugin, not just NextGen. Any help would be appreciated. Thanks!
Forum: Plugins
In reply to: [Plugin: announcement] Null in title bar of announcment in IEOK, I got this fixed. IE was just being retarded, as usual. In the activateWindow command, there is an option for title. FF, Safari and Chrome all recognize that if its not there, it should be left blank. But IE in it’s infinite wisdom, decided it should make it null. So I fixed it by adding “title: ”” to make th line look like this:
myLightWindow.activateWindow({href: '$plugin_path/content.php', title: '', width:600});
Forum: Plugins
In reply to: [Plugin: Global Translator] Widget title nameOK, doing some digging in the code, i found the answer. I compared my offline files, which were 0.8 to the online ones, which were 0.9. In the 0.9, go to line 397, and change:
$buf = '';
to
$buf = '<h2>Translate This Blog</h2>';
Or whatever else you want the title to say.
Now though, I have another issue though, but I think thats related to my theme rather than this plugin.
Forum: Plugins
In reply to: [Plugin: Global Translator] Widget title nameI am having the same problem. It was working fine with 0.8, and I did an auto upgrade to 0.9 and now the title is gone…
Forum: Requests and Feedback
In reply to: [Plugin: XML Google Maps] Feature Request – Draw out RouteHello,
just updated my version and tested. Looks like it is working OK. You can check it here.
Looks good. Not exactly what I had in mind, but it does the job. And a fast turnaround time too. Great job!!
Forum: Requests and Feedback
In reply to: [Plugin: XML Google Maps] Feature Request – Draw out RouteAwsome. Looking forward to it. Let me know if you need any help in testing or debugging, although I’m sure you’ve got it handled.
I am also going to try this weekend and see if I can’t figure it out.
Thanks again.