tgiokdi
Forum Replies Created
-
Forum: Plugins
In reply to: [BadgeOS] Confused by submissions systemso how are any of the submissions translated into fully realized content on the site? the approved / denied buttons do not appear to translate the submission into a standard post where tags/categories can be applied.
I guess what I’m most confused about is what the workflow is for the submissions, what do you see as the standard course of operations from when a user submits content to the end of the successful process?
Forum: Plugins
In reply to: [WP Notification Center] Multisite Compatibility?This plugin does not currently work on Network installs, but the author has mentioned that he’s going to look into adding that compatibility.
Forum: Plugins
In reply to: [Multisite Dashboard Broadcast] I have improved the pluginI think the plugin’s been abandoned, you should fork it or take it over, I’m interested in your changes ??
Forum: Plugins
In reply to: [MemeOne] Unable to make memes or add backgrounds with latest WP updateit was a conflicting plugin, I put it off on it’s own install and it’s working fine now
Forum: Plugins
In reply to: [Fast Secure Contact Form] How to add referring URL as default text?I’d edit that section to be a bit clearer, turns out you can put in your custom field’s name and it’ll select it, which is awesome.
Forum: Plugins
In reply to: [Fast Secure Contact Form] How to add referring URL as default text?that appears to be encoding outgoing URLS, and the example is somewhat mangled, had to clean it up to produce anything that worked, but it does not appear to generate a referral URL in the any field that I tested.
Forum: Plugins
In reply to: [MemeOne] Unable to make memes or add backgrounds with latest WP updateOK, I installed a fresh copy of WP and it looks like it’s a plugin conflict, this can be marked as resolved while I figure out which plugin in being bratty.
Forum: Plugins
In reply to: [MemeOne] Unable to make memes or add backgrounds with latest WP updatedidn’t get an alert email from www.ads-software.com until today ??
I’ll shoot you an email directly using the email from your site.
Forum: Plugins
In reply to: [MemeOne] Unable to make memes or add backgrounds with latest WP updateI’ve removed the bit of Timthumb code, and no change in behavior. I’m not entirely sure how timthumb would affect anything in WP though, it’s not being loaded through a plugin, it’s a stand alone bit of code that you give the url of an image to and it gives a thumbnail back.
Site appears to be loading correctly in firefox on my end too ??
Forum: Plugins
In reply to: [Frontend Uploader] Problem with uploading postI’m having the same problem, there’s no new posts being created when using the “post_image” portion in the shortcode
Forum: Plugins
In reply to: [MemeOne] WordPress MU support?aw man, I really thought I tried using ‘publish’, but you’re right, that did the trick.
now to to add in wp-ratings and wp-favorites and I’m off to the races!
Forum: Plugins
In reply to: [MemeOne] WordPress MU support?oh, that’s just beautiful, thank you! it’s working as expected on MU now: https://www.darkmeme.com/
I tried making it autopublish by editing ‘memeone.php’ at line 536 from ‘pending’ to ‘published’ but that results in a post that has no status and is hidden from the list of posts on the dashboard (oops). Luckily I just incremented the edit.php GET and got the right to the post. Any pointers on how to make it create the post as “published”?
Forum: Plugins
In reply to: [MemeOne] WordPress MU support?Activating the plugin separately is what’s causing the issue I think, the background image is being uploaded to the base URL :
because both the domains are actually in the same directory, you can get to the same file by loading:
https://www.darkmeme.com/wp-content/uploads/sites/17/memeone-backgrounds/philosoraptor.jpg
Not sure if there’s an opportunity to just use relative links for the images instead of absolute links.
And by autopublish I meant no reviewing of the images at all, just post them straight to the archive. And after the upload redirect to the post so the user can grab the image immediately and share it.
Right, but it would be more code to add to any template changes, would be best if the image was inserted into the post or if the plugin permitted to have text pre-pended or appended to the post so we could throw in our own gallery shortcodes
I’m looking for this same ability, there’s some custom functions in the readme, but I really don’t want to lock into this one plugin, and would like to have either the ability to stick gallery short code into the post or (better!) have the plugin automatically insert the images into the posts with a size I specify on the settings page.