Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Plugin generating links on autosaves and revisionsI can’t fathom why it would be doing that for you. There’s only one function that does the actual work of generating shortlinks and it checks against autosaves and revisions. Has since the beginning, I haven’t changed it much if at all over time.
Do you have any plugins that interact with autosaves or revisions in any way whatsoever?
Forum: Plugins
In reply to: [LDD Directory Lite] entire site has disappeared :(When the upgrade process runs, it puts the site into maintenance mode. It can take a few moments for the upgrade process to import all your old data into the new format, and without putting the site in maintenance mode there’s a chance of the upgrade triggering twice.
Your site came out when the process was complete, not due to deleting the folder.
Give it another try. One of two things will happen due to deleting it directly; 1) it wont trigger the upgrade process because the first one completed successfully, or 2) it may run it twice and you’ll end up with duplicated listings. If the second occurs then you can deactivate and delete the plugin from the dashboard (which will trigger the built in uninstall), then re-install it.
Forum: Plugins
In reply to: [LDD Directory Lite] SuggestionsHere comes the shameless request; I’d be stoked if you said that in a review. If you get a chance, they can be left here: http://wordpress.org/support/view/plugin-reviews/ldd-directory-lite
Forum: Plugins
In reply to: [LDD Directory Lite] SuggestionsUnder
Directory [lite] >> Settings, there should be three tabs; General, Email, and Submit Form.Even before the update that tab should have been there, let me know if you find it.
Forum: Plugins
In reply to: [LDD Directory Lite] Search bug – lost formatting when hitting enterYeah, that’s definitely a bug. I opened an issue for it here:
https://github.com/mwaterous/ldd-directory-lite/issues/4
I’ll have this fixed in the next update, which should ship by (or before) this time next week.
Not marking as resolved until then.
Forum: Plugins
In reply to: [LDD Directory Lite] 503 error when adding a new listing in Directory Lite503 error is usually caused by a configuration fault on the server, and is more often than not a coincidence when it occurs repeatedly on the same page.
The first thing you should do in this situation is check your error logs. The location of these will vary depending on your host. If you see nothing there that might help (and if anything relates to the plugin by all means post it here and we’ll take a look together), I would contact your host support and ask if they can track down any possible causes on their end. Sometimes it’s a rogue .htaccess, sometimes it’s a typo in php.ini, and they’re much better equipped to find it than we are through the forums.
Give that a shot first, and let us know what happens!
Forum: Plugins
In reply to: [LDD Directory Lite] Show more than 10 entries on one pageYes, you can edit the PHP to do this. Open
ldd-directory-lite/includes/actions/category.phpand change the following line;'posts_per_page' => 10,to
'posts_per_page' => -1,…sorry, not sure why I coded it that way, it was a silly mistake on my part. This has been opened as an issue on our tracker and will be permanently and properly fixed in an upcoming release.
Forum: Plugins
In reply to: [LDD Directory Lite] Issues / missing features of new versionI have opened issues on our tracker for items one and two on your list, you can see them here:
https://github.com/mwaterous/ldd-directory-lite/issues/1
https://github.com/mwaterous/ldd-directory-lite/issues/2Item 3 is an enhancement I am doing my best to get operational asap. There are some security vulnerabilities in the original plugin that I won’t describe here until I know it’s fallen out of general use; needless to say I can’t in good conscious adapt that system without fixing it.
When you upgrade from one plugin to the new, it imports all your original user information as WordPress users in a Subscriber capacity. This will let the plugin use the built in user authentication, so we can piggy back security concerns on core. What is missing is the UI for people to manage their listings. I’m aiming for this to be done within the next couple of weeks. You’ll know it’s ready when the version bumps from 0.5.x to 0.6.x, so keep a deactivated copy of the plugin around as it will notify you on the Updates page.
As for the default view, are you referring to seeing all listings on the front page of the plugin? There is “featured listing” functionality built in to the front page (simply tag listings with “featured” via the dashboard), and category views should have fully functional list/grid options as of now.
Forum: Plugins
In reply to: [LDD Directory Lite] social medias links going out not workingSomething is being overly zealous about escaping the URLs it sounds like. Could you link me to a listing where you’re seeing this so that I can take a look at it directly?
Forum: Plugins
In reply to: [LDD Directory Lite] SuggestionsForum: Plugins
In reply to: [LDD Business Directory] Nothing WorkingIf there’s anything I can do to help, please let me know. It’s an early release version so there will be conflicts, but that’s why I wanted to get it out in the wild sooner than later. The more things we can solve, the better.
If you feel up to it, please post back with any problems you were running in to. If not, no worries!
Forum: Plugins
In reply to: [LDD Business Directory] Nothing WorkingNothing is working is right! Your post doesn’t seem to be working either, as there’s no explanation or description of the problem?
Forum: Plugins
In reply to: [LDD Directory Lite] Getting 500 errorThat’s an error with mod_rewrite, and I’m honestly not sure how the plugin could be triggering it for you.
Check your .htaccess file, and look for this:
RewriteCond %{REQUEST_FILENAME} !-fMake sure there isn’t an
[NC]on the end of that line. If there is, remove it.Forum: Plugins
In reply to: [LDD Directory Lite] SuggestionsDone. As much as I’d like to make this easy for you folks, if I release a new version every time I make a change over the next little while I’ll be just short of spamming the plugins repository.
To that end, you can download the zip file from GitHub using this link, then upload the
includes/directory contained in the archive.Once you finish uploading, navigate to the settings page on your dashboard, click on the ‘Submit Form’ tab and you’ll see a new option at the bottom that allows you switch the address requirement on and off.
The other requests will take a little bit longer, but hopefully not too much longer!
Forum: Plugins
In reply to: [LDD Directory Lite] SuggestionsOne more question, since I’m giving you a custom copy anyways; did you want me to just disable the required address fields, or remove them entirely (I could take that entire panel off for now)?