Title: Brandon's Replies | WordPress.org

---

# Brandon

  [  ](https://wordpress.org/support/users/seofeed/)

 *   [Profile](https://wordpress.org/support/users/seofeed/)
 *   [Topics Started](https://wordpress.org/support/users/seofeed/topics/)
 *   [Replies Created](https://wordpress.org/support/users/seofeed/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/seofeed/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/seofeed/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/seofeed/engagements/)
 *   [Favorites](https://wordpress.org/support/users/seofeed/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Redirect User To Different Page Based On Cookie](https://wordpress.org/support/topic/redirect-user-to-different-page-based-on-cookie/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/redirect-user-to-different-page-based-on-cookie/#post-2382082)
 * I 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: http://domain.com/pricing");
          			exit;
       	}
       }
       }
   
       add_action('pre_get_posts', 'adwords_redirect');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to have users (any level) add new users?](https://wordpress.org/support/topic/how-to-have-users-any-level-add-new-users/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-have-users-any-level-add-new-users/#post-2303260)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to have users (any level) add new users?](https://wordpress.org/support/topic/how-to-have-users-any-level-add-new-users/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-have-users-any-level-add-new-users/#post-2303217)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pages Not Showing – Bad Behavior](https://wordpress.org/support/topic/pages-not-showing-bad-behavior/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/pages-not-showing-bad-behavior/#post-660461)
 * Unfortunately, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrading 2.0.X to 2.2](https://wordpress.org/support/topic/upgrading-20x-to-22/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/upgrading-20x-to-22/#post-578963)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [This particular comment plugin.](https://wordpress.org/support/topic/this-particular-comment-plugin/)
 *  [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/this-particular-comment-plugin/#post-545848)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [This particular comment plugin.](https://wordpress.org/support/topic/this-particular-comment-plugin/)
 *  [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/this-particular-comment-plugin/#post-545735)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [This particular comment plugin.](https://wordpress.org/support/topic/this-particular-comment-plugin/)
 *  [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/this-particular-comment-plugin/#post-545652)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [What plugin do you want?](https://wordpress.org/support/topic/what-plugin-do-you-want/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/what-plugin-do-you-want/#post-419372)
 * I just wanted to a topic with fresh ideas and generate a good thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [What plugin do you want?](https://wordpress.org/support/topic/what-plugin-do-you-want/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/what-plugin-do-you-want/#post-419158)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Paying for WordPress Plugins](https://wordpress.org/support/topic/paying-for-wordpress-plugins/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/paying-for-wordpress-plugins/#post-415047)
 * I’m sorry I wasn’t clear. I meant registering domains like wordpresstutorials.
   com and poweryourwordpress.com. Any thoughts on that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Paying for WordPress Plugins](https://wordpress.org/support/topic/paying-for-wordpress-plugins/)
 *  Thread Starter [Brandon](https://wordpress.org/support/users/seofeed/)
 * (@seofeed)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/paying-for-wordpress-plugins/#post-415004)
 * I 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?

Viewing 12 replies - 1 through 12 (of 12 total)