WP-Mint v1.1

About WP-Mint
WP-Mint is a plug-in for WordPress that integrates your site with your installation of the Mint stats software. It should work with every (well behaved) WordPress theme and there is no requirement to edit any theme template files or get your hands dirty with .htaccess, it will “just work”.

Version 1.1 was created as a user requested that he wanted the script tag to be output in the body of the HTML document rather than the header, I have added this and also changed around the options page so it validates and is much cleaner. As always, leave me a comment if there are any problems.

Current Version
Download: WP-Mint v1.1

Installation
To install or upgrade WP-Mint, simply download the latest release and copy/overwrite the wp-mint.php file in your WordPress plugins folder. Then go to your admin console and activate it from the Plugins options page. If you have installed Mint anywhere except the default location (/mint) then you will need to go to the WP-Mint options page by clicking the Mint button on the Options menu in your admin control panel.

Change Log
Version 1.1

  • Added option to output to either the head or body
  • Rewrote options page code & reorganised options UI
  • Options page now validates as XHTML 1.0 Transitional

Version 1.0

  • Added option to turn Mint logging on/off
  • Added the Test/View feature to the Options screen
  • Re-worded the Options screen for readability
  • Tidied up the code

Version 0.1

  • Initial Release

Feedback and Feature Requests
I can’t think that it would need many more features but if any would be useful to you then please let me know by leaving a comment below.

Technorati Tags: , , ,

41 Responses to “WP-Mint v1.1”

  1. ch0de Says:

    Very nice job. Keep up the work ;) .

  2. Webdiva » Blog Archive » Mint Says:

    […] I’m going to leave this run over night and see what statistics are produced tomorrow. I’ve also installed the WP-Mint plugin and as far as I can see it produces the hook required on all pages. It will be interesting to see the comparisons between shortstat and mint. […]

  3. Having a Mint - Johan Sundkvist Says:

    […] So now I was up and running. Great. I almost immediately started to check around for pepper plugins simply out of curiosity and found a few that I like. First and foremost I installed a WordPress plugin which integrates Mint into the header, then you won’t have to cut and paste the JavaScript line manually &ndash very convenient. I know I’m a lazy bastard. Then I installed User Agent 007 and Local Searches. The User Agent plugin lets you track which browser , resolution, flash version and so on that your visitors use. The Local Searches plugin does the very same thing as the included search pane, but displays the searches that are performed on your site. Michael has good guide how to make Local Searches work with your default WordPress installation. […]

  4. reno Says:

    Thank you very much!!!

  5. Ben Stewart Says:

    Hey! Thanks for another great plugin!
    Having a tad of difficulty integrating into Wrdp.

    Have installed as instructed, Plugin activated in admin of Wrdp, but upon entering the options screen and attempting to change/update/confirm the correct path information, I run into an error.

    The wordpress install is located in a normal structure as:
    www.yoursite.com/blogs

    However, this is of course also a subdomain, and as such, blogs.yoursite.com, is entered into Wordpress as the home URL.

    The plugin doesn’t seem to want to buy into using a path structure that doesn’t branch off the main site domain as defined in Wrdp.

    Any suggestions or am I ship out to sea? Thanks again!

    Ben

  6. Ben Stewart Says:

    Solved it! Just made an easy change between the web addy and blog addy within general options for wrdp. Works like a charm! Again, many thanks, sorry to jump the gun……I get anxious with these new gadgets!

  7. T. Longren Says:

    Mint: Fresh Visitor Tracking

    Mint is wonderful. It has been so far at least. Mint is a fairly new website stats package written by the author of ShortStat, Shaun Inman.
    Introducing Mint: The web is listening to what you have to say. Admiring your design. Talking about your pro…

  8. Ben Stewart Says:

    Hey!
    Thanks again for such a great addition to Mint. Any news on an update to match up with the New Mint that’s currently in semi-public beta? I think that the removal of the javascript coding from sites will affect how your plugin injects into the header/footer.

    Thanks!
    Ben

  9. Dave Says:

    I’ll download it and take a look at how it has changed on the client script side

  10. oliver Says:

    Works wonderfully, thanks a bunch.

  11. teddy Says:

    hey all,

    What am I missing? The single .php file is ftped over, I have activated the plugin. But here’s talk of a /mint directory? What does “path to mint” mean… the instructions say nothing of creating a mint dir. Is this where the wp-mint.php file is lcoated? No of course not, that’s a standard location.

    Wot’s up (doc)

    thanks

    .te.d

  12. Andreas Linde Says:

    Hi there, great plugin.
    If you want to use it with mint 1.2x you need to change line 232 into:
    $full_mint_path = get_option(key_mint_path).”/?js”;

  13. Car Seat Cover Says:

    Great Site!

  14. www.jammo.net » installed plugin:WP-mint v.1.1 Says:

    […] Lifes a Bench » Blog Archive » WP-Mint v1.1WP-Mint v1.1 About WP-Mint WP-Mint is a plug-in for WordPress that integrates your site with your installation of the Mint stats software. It should work with every (well behaved) WordPress theme and there is no requirement to edit any theme template files or get your hands dirty with .htaccess, it will “just work”. Version 1.1 was created as a user requested that he wanted the script tag to be output in the body of the HTML document rather than the header, I have added this and also changed around the options page so it validates and is much cleaner. As always, leave me a comment if there are any problems. […]

  15. myblawg Says:

    plugin for WP:mint

    Installed this morning.
    See how it goes.

  16. SEM Basics’s list Wordpress plugins » SEMBasics Says:

    […] WP-Mint - integrates your site with your installation of the Mint stats software (note: I have not used this plug-in nor mint, but it was recommended by Wordpress users) […]

  17. Mimosa Says:

    Mint 1.29 bug:

    change 232 line for wp-mint.php

    $full_mint_path = get_option(key_mint_path).”/mint.js.php”;

    to

    $full_mint_path = get_option(key_mint_path).”/?js”;

  18. Zack Says:

    I installed Mint, but could not get the wp-mint plugin to get Mint to record page stats.

    I am hosting WordPress with Alentus web hosting, and using a modified Blix theme template.

    I found it easy enough to install Mint following their directions. I opened header.php and added their script:

    “”

    right below the “”

    Your plugin would have saved me some work and would allow using with multiple themes without modification, but just didn’t work with my site. Why doesn’t the Mint stats software work with the WP-plugin architecture anyway!?!?

  19. Zack Says:

    Er, my script quotes were removed from my previous comments - I don’t know how to insert code, but to summarize:

    1.”script included in Mint’s installation instructions”

    2.”wp_head function call”

  20. Nickzilla Says:

    “hey all,

    What am I missing? The single .php file is ftped over, I have activated the plugin. But here’s talk of a /mint directory? What does “path to mint” mean… the instructions say nothing of creating a mint dir. Is this where the wp-mint.php file is lcoated? No of course not, that’s a standard location.

    Wot’s up (doc)

    thanks

    .te.d”

    I’m having the same problem as this guy. I dont have any themes installed. How do I fix the problem?

    Answers on a postcard to nickzill[at]nickzillablog.co.uk

    or just comment after me. Thanks.

  21. Dave Says:

    > What am I missing? The single .php file is ftped over, I have
    > activated the plugin. But here’s talk of a /mint directory?
    > What does “path to mint” mean… the instructions say nothing
    > of creating a mint dir. Is this where the wp-mint.php file is
    > lcoated? No of course not, that’s a standard location.

    You need to install Mint for this plug-in to work.

    Get it at http://haveamint.com

  22. Nickzilla Says:

    ohhh, thanks. I was thinking more along the lines of something free sadly.

    Thanks anyway.

  23. Kate Says:

    Whre can I find out more information about this topic?
    www.katesoriginals.com
    katesoriginals.com

  24. home lenders Says:

    Cheating Is, is not Unacceptable!

  25. GramBorder Says:

    Hi

    I want to all of you know, World is mine, and yoursite good

    Bye

  26. WP Plugins DB » Blog Archive » WP-Mint Says:

    […] Visit […]

  27. christian cruises Says:

    christian cruises…

    ka-ka-sh-ka 1423224 christian cruises start page…

  28. bullet speeding Says:

    bullet speeding…

    Top news about bullet speeding….

  29. Pablo Says:

    This plugin doesn’t work with the latest version of mint. The javascript location has been changed to /?js … I edited the line that said where to look for it and it works. Might want to update and release =)

  30. Musik und Filme Downloaden - Schnell, Sicher & Gratis Says:

    Kostenlos mp3 und Filme downloaden…

    Dort sind die 3 bekanntesten Usenet Anbieter im deutschsprachigen Raum aufgelistet…

  31. Andrew Hopkins Says:

    I can do a blog on your website? how much it will cost?

  32. Manele Says:

    i just installed this plugin on my blog and i love it! thank you!

  33. mark Says:

    nice! :)

  34. openbra Says:

    My site open bra http://forums.megagames.com/forums/member.php?u=178580
    open bra

  35. klira Says:

    westies movie

  36. mike23 Says:

    nice article! keep up the good work :)

  37. heels Says:

    very nice article :-)

  38. jukebox Says:

    http://permitstar.info/cheap-hotels-santa-monica.php

  39. Paris Hilton Sex Tape Video 2 - Paris Hilton Exposed *HOT* Says:

    How to download the full length Paris Hilton sex tapes…

    Recently leaked footage of the new Paris Hilton sex tape…

  40. manele noi Says:

    nice one .. 10q

  41. share here too Says:

    share here too
    http://www.thedownlaods.blogspot.com/
    About Downloading program Download offers a huge library of free and legal software downloads, music downloads, and game downloads. We provide timely, relevant, and credible information about important software updates and game releases as they come available. Our editors write unbiased reviews and ratings for thousands of free downloads, and they are committed to maintaining coverage that is objective and accurate. All the downloadable software, music, and games in our library undergo a rigorous testing process to ensure it is safe and spyware free.
    Download.com is free and requires no registration. However, registered users have access to additional features including the ability to write your own reviews, track favorite software, receive e-mail newsletters and product-update alerts, and participate in and TalkBack discussions. Register for free right now!

Leave a Reply