Recent comments

  • Drupal Google Analytics Setup   16 years 1 week ago

    I ftpd the module into the modules folder and have activated it but for some reason the module does not appear in administer/site configuration/ if I run a status report (reports/status report) I do see the a line for the googel analytics module with the following error "Google Analytics module has not been configured yet. Please configure its settings from the Google Analytics settings page.". When I click on the link i get an "Access denied
    You are not authorized to access this page.". Now in your above instructions you state going to "admin/user/permissions" but I only have access to "administer/user management/user settings/" and nowhere within there can I see "administer google analytics" any thoughts?

  • Drupal SEO Modules   16 years 1 week ago

    Someone was nice enough to email me directly (thanks Sean!) and notify me that the problem was seen on Chrome. So I was able to reproduce and fix.

    Kristen

  • Drupal Google Analytics Setup   16 years 2 weeks ago

    I ran into this same problem this morning. Thanks for the tip!

  • What Drupal Tutorial Do You Need?   16 years 3 weeks ago

    I second that - Organic Groups lack tutorials. Usually it's about users creating groups - this mean they need to be Drupal users and understand what they do. Another approach is the admin creates gropus with common functionality (same menu for all, similar to LinkedIn, and paths with the group id.

  • Drupal Meta Tags (nodewords) Module for SEO   16 years 3 weeks ago

    Sorry for the delay. If you are having problems with a particular drupal module, you should go to the drupal.org project page for that module and look through the issue queue. If you don't find your issue, then you can add one of your own.

    The nodewords issue queue is here: https://www.drupal.org/project/issues/nodewords?categories=All

    Good luck,
    Kristen

  • GoDaddy Drupal 6 Setup   16 years 3 weeks ago

    Glad to hear GoDaddy is offering shell access now. I think you need to create a new account to get it automatically. Converting old accounts over may be painful... perhaps I should try anyway.

    Kristen

  • Drupal Has Multiple h1 Tags   16 years 3 weeks ago
    h1

    My understanding is that it is best to only use one h1 tag rather than multiple. Using multiple h2 tags is fine.

    Kristen

  • Need a Drupal Expert?   16 years 3 weeks ago

    I don't know any Drupal folks in Eastern Europe, but found this Drupal Camp that is coming up in Romania:

    https://www.drupaltransylvania.ro/

    Go to that and I'm sure you'll meet a bunch.

    Cheers,
    Kristen

  • Drupal Programmer - Bay Area - Santa Cruz   16 years 3 weeks ago

    Thanks for the heads-up on ExpressionEngine. I hadn't heard of it and see that it's in beta so must be pretty new.

    Glad it's working for you... always good to see new innovation in the CMS world.

    I'm going to stick with Drupal for now, but maybe I'll play with this soon.

    Cheers,
    Kristen

  • Use Drupal Views Group By Module to Show Closest Matches by Terms   16 years 3 weeks ago

    Glad it's working for you. Nice looking site!

    Kristen

  • Drupal Nofollow Link Sculpting   16 years 3 weeks ago

    Thanks Mack. I'm not sure who's providing professional link building services, but it's not me. Maybe that's from another comment.

    Cheers,
    Kristen

  • Drupal Has Multiple h1 Tags   16 years 3 weeks ago

    you could us this bit off could in a custom views tpl.php file there is prob an easier way to do it but this works really well:

    	
    $str = preg_replace('#(<h1.*?>).*?(</h1>)#', '$1$2', $rows);
    echo strip_tags($str, '<a> <div> <p> <h2> <h3>
     <span> <img> <strong> <em> <table> <td> <tr>
     <th> <tbody> <center> <ul> <li> <ol> <font> 
    <blockquote> <br> <fieldset> <input> <textarea> <tfoot> 
    <thead> <button> <form> <h4> <h5> <h6> <label> 
    <pre> <select> <sub> <sup> <tt>');
    
    

    the first part removes the txt in the h1 tags and the second part removes all unwanted tags, the tags listed are what i want to be left in the view teaser so if there is any tags u want removed from your views teaser pages then just delete them from the code.

    if u are using it with anything other than views teasers then all u have to do is replace the $rows string and then place it in anouther .tpl.php file for the module u are using.

  • Drupal Nofollow Link Sculpting   16 years 4 weeks ago

    No one has a definitive answer for this. It is generally unknown how Google treats nofollow links precisely. IMO I have seen serp results from nofollow links, however I believe the largest impact is the passing of pagerank from another site to yours if the link is no follow. The links still count as a backlink however, and should not be completely shied away from.

    I hate to criticize, but your signature says that you're providing professional link building service. Why am I answering this question for you?

  • Use Drupal Views Group By Module to Show Closest Matches by Terms   16 years 4 weeks ago

    Thanks Kristen! i'm using this on the story node types at http://www.gatortailgating.com (with a little bit of tweaking the output). I really have been looking for a solution similar to this (that uses views) for a while.. this is perfect.

    Thanks again!

  • Drupal SEO Modules   16 years 4 weeks ago

    Thank you for spending the time to make the above list.

  • Drupal SEO Modules   16 years 4 weeks ago

    Thanks, I'll check it out...

    Kristen

  • Drupal SEO Modules   16 years 4 weeks ago

    I think https://www.drupal.org/project/seowatcher would be a great addition to the list. It helps you monitor if the SEO modules you have used and how you use them are indeed effective. :)

  • Drupal SEO Modules   16 years 4 weeks ago

    Wow. I'll be working on a drupal site that needs SEO and this list just made my module crawling so much easier! Thanks! :D

  • Tracking Redirects with Google Analytics   16 years 5 weeks ago

    In case you didn't get things working, here is a rundown of how GA reacts to 301 and 302 redirects. Can be pretty confusing.

    http://www.atlantaanalytics.com/practicing-web-analytics/how-does-google...

    I wouldn't recommend adding parameters in the redirect rule - you may lose tracking of the original referrer, depending on how you do it. Good luck!

  • Drupal SEO Modules   16 years 5 weeks ago

    It would be helpful if you would leave the information about your browser in your comment.

    Being more polite would be nice too. This is all free information and I make *very* little on the Google ads (only pays for hosting with very cheap GoDaddy).

    It works fine in my Firefox browser.

    Kristen

  • Drupal SEO Modules   16 years 5 weeks ago

    Hey, wtf is this shit? Your table is too big for this body content and I can't reach those links in the right column. Try to move all blocks from righ_sidebar to the left_sidebar for this page only so the content could be accessible.

  • Drupal Google Analytics Setup   16 years 5 weeks ago

    I found that it took a little while to show up *and* I had to be logged out and not admin (uid=1) to see it.

    Good luck!
    Kristen

  • Drupal Google Analytics Setup   16 years 5 weeks ago

    Hey, great tutorial!
    I know this was written two years ago, but hey maybe you're still out there...so here goes:
    Everything on my end checked out fine, but I'm still getting the little yellow yield sign specifying that the code isn't recognized on me site. Should I wait a while for it to recognize the code?

  • Drupal SEO Modules   16 years 6 weeks ago

    Thanks for aggregating all of these in one place. Very helpful.

  • Google AdSense Drupal Module   16 years 7 weeks ago

    I was having some issues and by reading your article I figured it out. Also, I have Adblock Plus (firefox plugin) and I was not seeing my own ad. Checked in IE and all is well. Thanks again.

I'm a Speaker at DrupalCon Portland