stopsineman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Core Automatic Upgrade Hangs at DownloadThat did it. Thank you so much, esmi!
Could you tell me what exactly that did?
Forum: Themes and Templates
In reply to: Help with creating next and previous navigation links.Understood. I see why it was confusing. I tried to make it clear that it was replaced, static text by wrapping it in the square brackets.
Anyway, is the basic conclusion that I should roll my own function?
Forum: Themes and Templates
In reply to: Help with creating next and previous navigation links.That’s text that I have yet to come up with.
Perhaps this would be clearer, and more grammatically correct:
[insert earliest-post tagline]
So basic conclusion is to roll my own function?
Forum: Fixing WordPress
In reply to: Creating a platform agnostic install of WordPress.Alright, new log entry. 🙂
My above inclination appears to have worked! At least on my Windows box using XAMPP as my server config software I was able to get wordpress installed locally by adding the spoofed dns entry into my hosts file and putting the correct info into the wp-config file.
Next up, I’m going to try to push to the live server and see if the switch happens correctly.
Forum: Fixing WordPress
In reply to: Creating a platform agnostic install of WordPress.New idea here, I figure I’ll just post this as I go along and if other people chime in, _great_!
Anyway, the main problem I’ve encountered all along is that my hosting services database host is different than localhost. I’ve never had an idea about how to get around this, but just now I had a thought that I could use my
hostsfile to ‘spoof’ the db host that they use for my local installs. So, if my hosting services db host is xxx.yyyy.zzz, then I set up an entry inhostsas such127.0.0.1 xxx.yyyy.zzzShould that effectively allow anything that my machine try’s to access at that name first redirect locally and get caught by my local instance of mysql?
Just a thought, I’m gonna keep working on it but if someone else wants to confirm it, that’d be _awesome_.
Thanks in advance!
Forum: Installing WordPress
In reply to: Redirect Loop+1 for deleting cookies. Did it for me.
Forum: Fixing WordPress
In reply to: Setting up a local dev environmentAnybody have any ideas here? This has to be something that people have done before, I’m sure its even been documented, I just am having trouble finding it. Some help would be greatly appreciated.
Thanks in advance!
Timmy V.
Forum: Fixing WordPress
In reply to: Setting up a local dev environmentHey haochi,
Sorry for the laxness in my reply. I don’t get why WordPress doesn’t automatically inform me through e-mail when someone responds.
I believe the answer to your question is yes. I have run the backup sql script from the site on my local environments database. Both are MySQL 5 and all of the schemas and even the data are there.
Does that help at all?
Thanks!
Timmy V.
Forum: Fixing WordPress
In reply to: KSES ‘Feature’ Confirmation from WordPress Higher Up, Please!Thanks for the response, Otto!
Interesting that this isn’t new. It does appear to be from 2.0. I wonder what was happening before.
Good to know that we have Plugins like the role editor that allow us to mess with this stuff. It’s a fairly decent default configuration, I just think that unfiltered should extend to authors as well.
Anyway, good to finally have this confirmed.
Timmy V.
Forum: Fixing WordPress
In reply to: Author can’t center TextExperiencing the same issues as everyone else. Worked fine pre-upgrade, then everything broke. I made the two of us Editors (no reason not to, probably should have been before anyway) but I’m a little concerned that this hasn’t been resolved and it does indeed seem to be incorrect behavior.
I opened up a new thread ( http://wordpress.org/support/topic/174614?replies=1 ) to try to get confirmation from someone higher up. If you want, you could all post there to maybe boost support for the help request.
Forum: Fixing WordPress
In reply to: KSES ErrorsGood to hear that you don’t have everyone as an admin ^_^
It’s only me and my wife who are editors so I think we’re definitely close enough to kick each other’s butts if someone screws up.
I guess the struggle for me here is that there is nothing particularly ‘tricky’ about this html, it’s just standard inline css, nothing against it in the specs, even in XHTML 1.1 Strict. I do however see that it could protect you from an author or commenter ruining the LaF of the site, however, I would think that someone who is an author (not even the lower contributor level) should have that level of trustedness.
Could someone else who maybe knows a bit more about overall WP development confirm that this is the correct behavior for KSES? Ivovic, I’ve really appreciated your input but I guess I just want this confirmed. It just doesn’t feel right.
So far, everything is working again, and I’m actually comfortable with the two of us being at the editor level. However, if in the future more authors get added on (at that level), I think I’d like this to be resolved in some way.
Thanks again!
Forum: Fixing WordPress
In reply to: KSES ErrorsDo you think it’s wise to have everyone be an admin?
As a test, I bumped us up to Editors and things appear to be working again, although there have been some weird unreproducible problems where I might do some editing in the visual editor and hit save and things would not persist across the action, but doing the same editing in the HTML editor would persist, and vice-versa. Again, that activity was irreproducible as far as I could tell.
In case there are known issues that I don’t know about, I figured I’d go ahead and post the list of plugins that I do have installed.
Akismet 2.1.4, Feedburner Feedsmith 2.3.1, Hello Dolly 1.5, InstantUpgrade 1.0-beta2, Math Comment Spam Protection 2.2, Upgrade Preflight Checker 1.1, WP-DBManager 2.20
Thanks so much for your help, I’ll keep this thread posted as I keep figuring things out.
Timmy V.
Forum: Fixing WordPress
In reply to: KSES ErrorsOK, this sounds promising! Thank you so much Ivovic.
Just went in as the admin and did some editing and things are saved fine. The accounts where this is not working are all at the ‘Author’ level.
The strang thing about all of this is that if you’ll look at my previous post, this was working fine prior to the upgrade to 2.5.1 for us. What could have changed?
Anyway, with this new tidbit of information, what’s the verdict on what I should try next? I’d rather not have everyone as an administrator for security reasons.
Thanks again for your response!
Timmy V.
Forum: Fixing WordPress
In reply to: KSES ErrorsOh, and just as a quick P.S. I also attempted to edit other tags such as the class tag (because someone told me that inline styles are evil (not really)) and KSES appears to clobber them too. It seems that any tag attribute with a slightly complex syntax gets clobbered by whatever is going wrong.
Forum: Fixing WordPress
In reply to: Trouble with the editor and savingI just disabled kses and did some editing with WP and all of the tags and values were maintained correctly accross saves and previews etc.
I have since reenabled it because I’m not interested in getting hacked, but the question I have now is, what could have gone wrong with kses and how can I fix it?
If someone could please help me out, it would really be great. It’s a fairly simple question, I think.
All else fails, I guess I could reinstall WP…
Thanks in advance!
Timmy V.