thinkbachs
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] I have this errorI have this answer
(Awesome when someone posts such a vague statement isn’t it?)
The video shows up when I run IE 8 on Win XP
LOL! Awesome! ??
Forum: Themes and Templates
In reply to: Hide “home” button in main menu?I’m looking for the same answer but don’t believe that providing a site link is essential for the solution. Esmi, you’re response is pathetic and arrogant. What a lonely world you must live in….
Forum: Fixing WordPress
In reply to: ‘Sorry, that file cannot be edited.’ after 2.9.1. upgradeBTW, changing file permissions doesn’t work. This shouldn’t be anything that anyone should have to do anyway…
Forum: Fixing WordPress
In reply to: ‘Sorry, that file cannot be edited.’ after 2.9.1. upgradeI’m starting to see this a lot on various forums. Besides this issue, those that don’t have the problem yet are posting links to coding to give people a hand figuring this out. If there’s anything worse than a problem, it’s those self-righteous obnoxious know-it-alls that gleefully provide condescending responses and offer little assistance.
I’m familiar enough with coding to make changes, but this one has me stumped. From what I’ve found so far, it doesn’t seem to be a plug-in issue. There’s a problem with the update- I guess next time I won’t trust the coders to provide something worth updating until others have done so successfully. As far as the comment “They’ll fix it, rest assured…” I’m seeing this issue posted her and elsewhere for longer than 3 weeks with no solution found yet. The name Toyota comes to mind…
Forum: Themes and Templates
In reply to: Removing sidebar from a single custom pageI hate it when bone-heads like Xamataca make comments like “search is your friend.” While doing a search this page came up. I suppose you’ve never asked a question on any forum looking for help? Your arrogance is annoying, and I feel sorry for those around you that must suffer in awe of your intelligence….
Forum: Plugins
In reply to: [Plugin: Wordbook] No support on this plugin!Not working for me either, waste of time- poorly written. Thanks for nothing.
Forum: Fixing WordPress
In reply to: CatagoriesI got it!!!! Finally found a plug in that works perfectly. It’s called SimplyExclude and I found it here:
codehooligans dot com/2008/04/27/simply-exclude-plugin/
Download and install plugin to WP plugin folder then activate. Click on Simply Exclude in Settings and “check” the Exclude From boxes for the Category Name. Make sure you set the Visibility on the front/main page to Exclude. Save and you’re all set.
Hope this helps someone else! ??
Forum: Fixing WordPress
In reply to: CatagoriesI got it!!!! Finally found a plug in that works perfectly. It’s called SimplyExclude and I found it here:
https://www.codehooligans.com/2008/04/27/simply-exclude-plugin/
Download and install plugin to WP plugin folder then activate. Click on Simply Exclude in Settings and “check” the Exclude From boxes for the Category Name. Make sure you set the Visibility on the front/main page to Exclude. Save and you’re all set.
Hope this helps someone else! ??
Forum: Fixing WordPress
In reply to: CatagoriesI just installed the plugin Category Overload as a possible solution but can’t seem to find it anywhere except the plugins list where it shows that it has been activated in WP 2.7
Just thought I’d mention that I did customize the Permalinks to %category%/%postname%/
Forum: Fixing WordPress
In reply to: CatagoriesWhen I use this
<?php if (in_category('20')) continue; ?>
I replaced the ’20’ like this…
<?php if (in_category('Band Members')) continue; ?> <?php if (in_category('Tour Dates')) continue; ?>
With this in place under this
<?php while (have_posts()) : the_post(); ?>
the two categories show up on the index page but not on their category page. My goal is to keep the home page clean, and have the informational posts go directly to their respective category pages.
Any suggestions?
Forum: Installing WordPress
In reply to: Blogspot import problem with WP 2.5I just tried the “just remove the ‘s’ from https” suggestion and it didn’t work for me either…
Forum: Fixing WordPress
In reply to: How to remove Comments off sectionPlease acquaint yourself with using the search function of the forum.
People that write crap responses like this shouldn’t be posting. I can’t tell you how many times I’ve started looking for an answer using Google and found a post like this where some self-righteous moron “blesses” us with his magnanimous gesture of “good will and supreme intelligence.”
This is probably the same guy who goes to an auto repair shop to have his oil changed, spark plugs installed, and to have someone tell him where his circuit breakers are… Just because you know something, doesn’t mean you know everything.