Brandon
Forum Replies Created
-
Forum: Hacks
In reply to: Redirect User To Different Page Based On CookieI should be beaten for this one. Wow. Here’s the solution. The answer was header instead of wp_redirect.
function adwords_redirect($query) { if ($query->is_page(832)) { $aux = new GA_Parse($_COOKIE); if($aux->campaign_source == "google" && $aux->campaign_medium == "cpc") { header("Location: https://domain.com/pricing"); exit; } } } add_action('pre_get_posts', 'adwords_redirect');
Forum: Fixing WordPress
In reply to: How to have users (any level) add new users?Thanks for the suggestions Curtiss! Our all users screen would be a mess with that solution but it sounds very feasible and almost ideal. Wish there was an easy way to track what users another user created. That would allow us not to have infinite roles. This is a tricky setup.
Forum: Fixing WordPress
In reply to: How to have users (any level) add new users?We have them login to the site to ensure the software isn’t passed around. That way, we can check their user account for validity and proper credentials.
Creating multi-users wouldn’t make sense in the software in our case. Seeming pretty obvious it’s going to be a matter of creating a new capability and going from there.
Forum: Fixing WordPress
In reply to: Pages Not Showing – Bad BehaviorUnfortunately, we have updated them several times using different formats. I’m starting to think it is a plugin conflict, but the htaccess is totally clean:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Upgrading 2.0.X to 2.2Thanks!
Forum: Plugins
In reply to: This particular comment plugin.It lists the comments out if you visit the page. Mine is setup the same way. I don’t know of a plugin that will list them in the actual post without visiting the page.
Forum: Plugins
In reply to: This particular comment plugin.I’m not sure I know what you mean by “list out comments.” When comments are added they are automatically “listed out.” Please explain a little better and I’ll try to help you.
Forum: Plugins
In reply to: This particular comment plugin.I think you’re referring to the “trackbacks” from my own stories posted at various sites. The only comment plugin I use is the “Subscribe To Comments” plugin. The rest of it is standard WordPress.
The automatic trackbacks are only generated by certain sites that you submit your stories too. The sites are MarkTd, PlugIM and BlogMemes.
These are the only sites I have found that automatically ping back your blog after submitting a story to them. It is almost instantaneous. You just have to approve the comments.
Hope that helps -:)
Brandon
Forum: Plugins
In reply to: What plugin do you want?I just wanted to a topic with fresh ideas and generate a good thread.
Forum: Plugins
In reply to: What plugin do you want?I’m genuinely looking for plugin ideas and have not posted a website like the thread you pointed me too. I’m just looking for new ideas.
Forum: Plugins
In reply to: Paying for WordPress PluginsI’m sorry I wasn’t clear. I meant registering domains like wordpresstutorials.com and poweryourwordpress.com. Any thoughts on that?
Forum: Plugins
In reply to: Paying for WordPress PluginsI have an idea for a plugin that would be targeted to marketers and I haven’t seen anything else out there like it. I just wanted to make sure I didn’t step on any toes by charging for it.
I’ve seen plenty of WordPress packages that people charge for, and I’ve also seen plenty of domains with “wordpress” in the domain.
The funny thing about it is that WordPress states using their name in a domain is a violation of their copyright.
Any thoughts?