nmallory
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: $_POST ?Oh, I get it. Duh.
Thanks.
Forum: Fixing WordPress
In reply to: Help Me Spot The Error – First Plug-inDoh! OK I fixed it. The problem actually had to do with the commas (“,”) in the name of the category. I was using commas to delineate the list I was passing around. I’ve switched that to a carrot (^) and it seems to be working now.
Forum: Fixing WordPress
In reply to: Help Me Spot The Error – First Plug-inWell, I think it has to do with this line:
$searchterm = "//(index.php)?(?)?" . $sortkeys[$k] . "(/)?\" title=/";First of all, I am using permalinks and second, the one I’m having problems with is a subcat.
Anyone know how to fix this?
(I’ll continue to blindly try changing things… 😉 )
Forum: Plugins
In reply to: My plugin is not Activating! Please help meI’d love to see a response to this. I too am having this same problem. I have to keep trying until it takes.
Forum: Plugins
In reply to: Need Plugin IdeasOK so I have a 3rd plugin I’d like to see:
a sort for the_category() that sorts hieragraphically and alphabetically.
Forum: Fixing WordPress
In reply to: Using WordPress to send Email SpamGamerZ — I’m not entirely sure. However, since I upgraded to the newest versions of both, I haven’t seen any spam activity.
Forum: Themes and Templates
In reply to: in_category not working on front pageYup. Same as mine.
<?php if( in_category(20) ) : ?>
<div class="divTitleF">Featured: <?php the_title(); ?></div>
<?php else : ?>
<div class="divTitle1"><?php the_title(); ?></div>
<?php endif; ?>Have tried it with the braces {}. Have tried it with ’20’ and just plain 20.
Forum: Themes and Templates
In reply to: in_category not working on front pageOK New design, still doesn’t work. I want to check if my posts are in the “featured” category, though they will also have other categories they are attached to. If it is in the “featured” category, I want to use a different css for the title.
This just doesn’t appear to work on the home page. The in_category(20) never comes back true.
Forum: Plugins
In reply to: Need Plugin IdeasHere are two plugins I’d like to see:
1. A dropdown box with the Links (bookmark) categories in it that can be placed in the sidebar. When the page loads, nothing is selected, but when something is selected, it loads the links from that category below in the sidebar.
2. A category avatar/icon plugin that not only allows you to assign images to each category but allows you to put weight on them so that if a post is in multiple categories, only the avatar/icon of the most weighted category will appear in the post.
I would also like to see Linknotes fixed so that it xmtl validates when you use the_exceprt_reloaded() or the more tag.
Forum: Fixing WordPress
In reply to: Using WordPress to send Email SpamI was just trying to re-explain it from my understanding to make sure that I understood. 😉
Not sure how I got blamed for actually trying to send spam. I’m a fanatic spam-hater and the fact that someone was using my blogs to send spam really bothers me. I’ve had to shut down email accounts in the past because spammers were using the address somehow. To me, it’s like identity theft.
Forum: Fixing WordPress
In reply to: Collapsible Link ListThat’s kind of it, but not quite.
If you look at The Naked Truth in the sidebar, there is a long list of bookmark links, sorted by category. I’d like for each category to be collapsed when it loads but to be clickable to reveal the list below it.
I’m not sure if that makes better sense.
Forum: Fixing WordPress
In reply to: Using WordPress to send Email SpamLook, I couldn’t even spell fascinating right…that should tell you something. 😛
Forum: Fixing WordPress
In reply to: Using WordPress to send Email Spam*blink*
Woah. I was neither being insulting nor sarcastic in any of my posts. I certainly never implied anyone was an idiot, except maybe me. I’m just trying to figure all this out as I am neither a db expert nor a php expert.
Sorry if you took it the wrong way.
Forum: Fixing WordPress
In reply to: Need help stopping annoying spammers!Try using Spam Karma 2 and the latest version of Bad Behavior.
Forum: Fixing WordPress
In reply to: Using WordPress to send Email SpamFacinanting.
BTW, Jaxia, there are several other posts around here about someone using the contact forms to spam.