b-rad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: User Groups in WordPress?I never found the solution I was looking for. The best that I’ve seen are role management plugins, but they’re still far away from what I wanted. Nothing at this point allows you to create internal groups or assign content to more than one person. Seems that for now, WP focuses on capabilities and that each user is defined by them. For example, you can give someone the ability to edit their own posts only, or everyone’s, but not get more fine grained than that. Baffles me how no solution exists for this yet.
Thanks for the clarification.
Forum: Fixing WordPress
In reply to: Custom Meta Box for CSS and jQuery?I see that as of 4.3, WordPress allows you to include inline CSS in the text editor:
Ex:
<p style="color:red">blah blah blah</p>But strips out a CSS block:
Ex:
<style>p {color:red;}</style>Now I know that style blocks belong in a stylesheet, but I wanted to know if there was a way to include a block in the editor. I’m assuming that a custom field or custom meta box would be a way around this, but it there another way to get a block of CSS to be accepted by the editor?
Forum: Fixing WordPress
In reply to: Custom Meta Box for CSS and jQuery?True, I suppose using the editor for CSS makes more sense, although aren’t there issues with the CSS being stripped out when switching between the visual and tag editor modes?
I’m not really worried about the JavaScript idea of a meta box, although may I’ll restrict it to admins.
Forum: Plugins
In reply to: [WP Activity Log] Suggestion: Code Type Icon ExplanationCool, thanks.
I’d also like to suggest that you add some dropdown filters on the log viewer screen. For example, you could have a one dropdown that lists the various codes, and upon selecting one, only those events are displayed.
Forum: Plugins
In reply to: [Plainview Activity Monitor] Timnestamp wrong?Sorry, it was an error on my side.
Forum: Fixing WordPress
In reply to: Periods and pluses in permalinksSo other than spaces, periods, and pluses, what other ‘junk’ does WordPress convert to a dash automatically?
Forum: Fixing WordPress
In reply to: WordPress 4.3 – How to disable Formatting Shortcuts?Wow, I can’t believe that it’s just not an option to turn off. Is there anything in the API that can change it?
Forum: Fixing WordPress
In reply to: Periods and pluses in permalinksI’m using the default twentyfifteen theme and no plugins. But you’re seeing my point. Even if you put periods in place of dashes, it works, even if they’re converted back to dashes.
Forum: Fixing WordPress
In reply to: Update links after permalink changed?Thank you Shannon, that’s the confirmation I was after. Although I think I need to come up with a plugin that would handle it across the board.
Forum: Fixing WordPress
In reply to: Update links after permalink changed?Thanks. That explains a bit about the URL structure, but it doesn’t say whether WP can automatically update links in pages to another page that has the permalink/slug changed. I’m wondering if there’s a plugin that can handle this.
Forum: Fixing WordPress
In reply to: Update links after permalink changed?Hmmm, in my testing neither of these assumptions seems to work. If I change the permalink of a page, any page pointing to it still points to the old, original link. Are you saying that WordPress should be making the update automatically? Because it’s not.
I’m not looking for a redirection, I’m wondering if WP can update links in pages where the permalink has been changed.
Forum: Fixing WordPress
In reply to: Bug in Media page when forcing SSL in Chrome?Thanks for the info Ross. I’ll take a look at that plugin and see if it will work for us. I’m also considering changing the entire site to be SSL, and not just the admin side. Strange though (to me), that the issues now still occur even after the ticket is closed, and only in Chrome for that matter.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Nothing shows up on comments formAny ideas? Anything I can try?
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Nothing shows up on comments formAnyone?