Patrick Daly
Forum Replies Created
-
Forum: Networking WordPress
In reply to: See which plugins are activated across the networkAh, you’re right. Thanks!
Forum: Networking WordPress
In reply to: See which plugins are activated across the networkThat appears to be exactly what I’m looking for and more … except it isn’t working 3.1. Thanks though.
Any other ideas?
All of adizpezio’s ideas are great. Specifically, I’d love to see #1 and #4 implemented.
Forum: Fixing WordPress
In reply to: WordPress: difference between site_id and blog_id?As far as code and database goes, “blog” is still used.
The site_id is the domain associated with your WP installation. Through the use of plugins (i.e. Domain Mapping), its possible to have multiple site_ids.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] [BUG!] Non-escaped apostrophes!I also posted about this here: https://more-plugins.se/forum/topic/textboxes-dont-like-apostrophes?replies=4#post-3274
Forum: Fixing WordPress
In reply to: Custom Post Type Singular Page with PaginationYou make me sick.
I spend 3 days trying to figure this out and it takes you 3 minutes to write that post and solve all my woes.
Forum: Plugins
In reply to: Slide show from attached images in default galleryI think this is exactly what you’re looking for: https://www.ads-software.com/extend/plugins/slideshow/
Forum: Plugins
In reply to: [Slideshow] [Plugin: Slideshow] Absolutely terrible installation instructions@northpool
You need to use the image upload button to add images. You can watch this video to learn how to upload images: https://wordpress.tv/2009/01/05/embedding-photos-video-audio-into-your-posts/. However, you aren’t actually going to insert/embed the images in the post. Simply upload them.After that, in your post editor, simply type
[slideshow]
. That’s all there is to it.1.7.3 still doesn’t fix the issue for me.
I have a custom post type called
buzz
. I didn’t have any of your plugin templates assigned to it while I was getting the error.So I just assigned a useless text field to
buzz
and now it works. Its just a work around; the JS error still needs to be fixed.I’m having the same issue. 3.0-RC2
Haven’t found a fix yet.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Pre-plugin post types should be handledWell nevermind, I just saw that it does recognize them. I also realized that you’d have to overwrite someone else’s code in order to edit it, so just ignore my post ??
Forum: Plugins
In reply to: [Plugin: Hybrid Byline] feature requestI think its possible at some point, but I don’t have time to get to it anytime soon. So time plus the fact that the byline in the Hybrid core is in transition right now so I may just wait until all the details are worked out before I upgrade the plugin.
Forum: Plugins
In reply to: My Plugin Title Is BrokenTurns out that the file I was using had been created on a Mac that uses its own Newline format so where I was seeing line breaks in my code the PHP wasn’t.
So, if you run into this problem you either need to create a new file and copy and paste the contents into it if you’re on Windows. If you’re a Mac user you may need to change some file saving preferences and this may help: https://themeshaper.com/how-to-set-line-endings-in-smultron-for-your-wordpress-themes/
Forum: Fixing WordPress
In reply to: Page Content Based on CategoriesYou’ll need to do a lot of template customization to achieve this. Every place on the page that you want to show author specific content you’ll need a custom loop. This likely means that you won’t be able to use the default widgets in the sidebar, but rather you’ll just need to write your own loops in sidebar.php.
You’ll need to take a look at this: https://codex.www.ads-software.com/Template_Tags/query_posts
Forum: Fixing WordPress
In reply to: text wont centerCan you give a link? The CSS is probably overwriting your centering.