12thharmonic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is turning off mod_security dangerous?I agree.
This is the first I have seen this. For three years they have been exemplary. I am awaiting more information now. If they cannot explain themselves and restore things to how they were, I will have to find a new host and move eight accounts on my reseller, and two individual accounts w/ the same host other clients have.I will be extreemly disappointed if a three year solid relationship has to end. Oh the inconvenience! 🙁
I will update you all on this. especialy if I move to announce who they are. I’ll hold off for the moment.Forum: Fixing WordPress
In reply to: Is turning off mod_security dangerous?I implemented this fix and it worked. a few days later, my parent host (I have a reseller account) has done something (I assume) that is deleting my htaccess files. I have a ticket in about this and am awaiting an answer.
Is there a better fix for this yet?This is most frustrating.
Forum: Fixing WordPress
In reply to: Can’t upload images in 2.5If you are refering to justagirlintheworld.com
I just did.Forum: Plugins
In reply to: Subscribe2 plugin disappeared after upgrade to WP 2.5Check you have not uploaded the plugin including the parent directory it comes in. I ran into the same issue on automatic upgrade. Delete and re upload only the ‘Subscribe2’ directory inside the ‘Subscribe 2’ directory.
Clear as mud?
I think this is the culprit in two other plugins that did not activate in the auto update.Plugin developers will have to make sure they compress without a parent directory.
Forum: Fixing WordPress
In reply to: Can’t upload images in 2.5That fix works.
It does seem to create a hole for exploit. A better fix soon would be great.Forum: Fixing WordPress
In reply to: multiple image upload isn’t workingI’m having the same HTTP error issue on crunching.
Updated Flash and pulled the commas.
Working in FF.
I wil hold back the vomit and try IE.Forum: Fixing WordPress
In reply to: page specific linksK I got it myself. Same code. different placement and it worked perfectly.
Forum: Fixing WordPress
In reply to: page specific links<div id=”sb-links”>
<?php
// let’s generate info appropriate to the page being displayed
if (is_home()) {
// we’re on the home page, so let’s show a list of all top-level categories
echo ”- “;
wp_list_cats(‘optionall=0&sort_column=name&list=1&children=0’);
echo ““;
} elseif (is_category()) {
// we’re looking at a single category view, so let’s show _all_ the categories
echo ”- “;
wp_list_cats(‘optionall=1&sort_column=name&list=1&children=1&hierarchical=1’);
echo ““;
} elseif (is_single()) {
// we’re looking at a single page, so let’s not show anything in the sidebar
} elseif (is_page()) {
// we’re looking at a static page. Which one?
if (is_page(‘articles’)) {
// our about page.
echo “articles”;
} elseif (is_page(’15’)) {
echo “Books”;
} else {
// catch-all for other pages
echo “All Other Pages”;
}
} else {
// catch-all for everything else (archives, searches, 404s, etc)
echo “All Else”;
} // That’s all, folks!
?>———————————————————
Here’s the code from the codex. slightly modified. I put it in. The main page and Archive hooks work, Not The specific Page ID’s… Any Ideas?Forum: Your WordPress
In reply to: Fourth Estate RadioThank you
I’ve just lined up John from http://www.crooksandliars.com for an interview.
Coming this week or next.Forum: Your WordPress
In reply to: Schapelle Corby Official site Rockin on wordpressAll credits now clearly displayed.
Forum: Your WordPress
In reply to: Schapelle Corby Official site Rockin on wordpressOOOOhhhh bad un intentional pun…..
Forum: Your WordPress
In reply to: Schapelle Corby Official site Rockin on wordpressThey told me to pull wordpress….I went ballistic!!!!!!!!!!!
I do regret the move I was forced to make. I will restore it believe me. As you can imagine with how busy we are, having to pull it was a hastle…I’ve got content to work on….
I plead the community’s heart for a stay of execution…!
Aside from that I have a full credits page in the works….Forum: Your WordPress
In reply to: Schapelle Corby Official site Rockin on wordpressOn the theme and css…you are right. It’s going back in…a bit of politics forced my hand. I’m about to remedy this. I did have it up. I adapted rin. Worked great ……
I am big on creative karma……
one of those calling the shots didn’t know what a blog was….I’ve been bringing him up to speed…..Forum: Your WordPress
In reply to: Schapelle Corby Official Website now powered by wordpress!BA Stats Bug
Should be gone….Forum: Fixing WordPress
In reply to: Help with Schapelle Blog!I found it!!!!!
get page info
undefined variable
seems to have fixed it.
I’ll go live soon
Thanks again everyone…