sojweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 2.7 and LDAPIf you’re not using CAS, the plugin won’t work. In the
soj-ldap_config.inc.phpfile, though, there might be some LDAP functions that could help you.This is a pretty specific plugin, and I doubt many could use it as is… there might be some helpful code in there, though.
Forum: Fixing WordPress
In reply to: WP 2.7 and LDAPI had to modify it a bit, and it’s not as secure as it should be for a production site; so I wouldn’t use it outright, but hopefully there is some code in there that can help.
Forum: Fixing WordPress
In reply to: WP 2.7 and LDAPOkay, just added it via svn, so it should show up in the next few minutes: http://wordpress.org/extend/plugins/soj-casldap/
Forum: Fixing WordPress
In reply to: WP 2.7 and LDAPYeah, actually I submitted it earlier this afternoon, just haven’t heard back yet :-). I’ll post a link as soon as it’s up.
Forum: Fixing WordPress
In reply to: WP 2.7 and LDAPWell, I wrote my own because those plugins didn’t really fit my situation. How are they failing? And are you certain that you have LDAP support installed with PHP?
Forum: Fixing WordPress
In reply to: WP 2.7 and LDAPWhat exactly are you trying to do, and where is it failing? I use LDAP authentication for my installation, but I also have a custom login page; so the way I did it bypasses the WP login system.
Forum: Fixing WordPress
In reply to: Can *anything* be filtered?Well, with JavaScript, you could loop through all the div’s in the comments section, and for each one, collect child div’s into a container div. It’d be pretty simple, but might look strange as it ran on the page.
Forum: Fixing WordPress
In reply to: Can *anything* be filtered?What about doing it in JavaScript? Or would that not work for you?
Forum: Fixing WordPress
In reply to: Can *anything* be filtered?Sorry, I meant just in a theme template file, and not through functions. And I see what you mean now, thanks.
Forum: Fixing WordPress
In reply to: Can *anything* be filtered?Could you post some HTML of how it should look? Is there a reason you can’t do this in the theme itself?
Forum: Fixing WordPress
In reply to: Strange problemWhat happens if you edit that page? It sounds like a caching issue; maybe editing the page will force clearing the cache.
Forum: Fixing WordPress
In reply to: Load new posts while still displaying othersWithout using AJAX-type stuff, the only way to do that is to preserve state information somehow: Storing which B article you’re at in a cookie or in the URI query string so that it knows which to load if you click to a different A article. That’d be the “proper” way to do it. Or you could use frames, the quick & dirty way to do it.
Forum: Fixing WordPress
In reply to: Pages – Custom HTML insert jammedThe only thing WordPress might be doing is filtering the HTML; make sure you’re allowed unfiltered HTML (Editor and Administrator have that privilege, and you can use the Role Manager plugin to grant it to other roles).
If that’s not it, it’s your theme getting in the way, or some weird content filtering that a plugin somewhere is doing.
Forum: Fixing WordPress
In reply to: Pages – Custom HTML insert jammedGot a link we can look at? That
</body>at the end of your code is probably causing some troubles; that probably shouldn’t be there.Forum: Fixing WordPress
In reply to: This is a new one…You might have to ask you host for the error logs. If you switch themes, do you still have the problem?