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.
October 1st, 2005 at 4:57pm
Very nice job. Keep up the work
.
October 1st, 2005 at 11:40pm
[…] 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. […]
October 2nd, 2005 at 10:41am
[…] 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. […]
October 13th, 2005 at 2:18am
Thank you very much!!!
October 16th, 2005 at 2:23pm
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
October 16th, 2005 at 2:26pm
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!
October 28th, 2005 at 1:53am
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…
November 3rd, 2005 at 4:40am
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
November 3rd, 2005 at 6:55am
I’ll download it and take a look at how it has changed on the client script side
November 8th, 2005 at 8:51pm
Works wonderfully, thanks a bunch.
November 14th, 2005 at 7:39am
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
November 26th, 2005 at 11:32pm
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”;
January 26th, 2006 at 6:20pm
Great Site!
February 18th, 2006 at 9:44am
[…] 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. […]
April 19th, 2006 at 4:14pm
plugin for WP:mint
Installed this morning.
See how it goes.
…
November 2nd, 2006 at 12:40am
[…] 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) […]
November 30th, 2006 at 2:47am
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”;
December 6th, 2006 at 8:28pm
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!?!?
December 6th, 2006 at 8:30pm
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”
December 9th, 2006 at 3:57am
“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.
December 9th, 2006 at 9:29am
> 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
December 9th, 2006 at 1:25pm
ohhh, thanks. I was thinking more along the lines of something free sadly.
Thanks anyway.
December 27th, 2006 at 12:51am
Whre can I find out more information about this topic?
www.katesoriginals.com
katesoriginals.com
February 1st, 2007 at 10:24pm
Cheating Is, is not Unacceptable!
March 20th, 2007 at 10:14am
Hi
I want to all of you know, World is mine, and yoursite good
Bye
May 20th, 2007 at 8:47am
[…] Visit […]
May 31st, 2007 at 10:10pm
christian cruises…
ka-ka-sh-ka 1423224 christian cruises start page…
June 7th, 2007 at 6:42pm
bullet speeding…
Top news about bullet speeding….
June 11th, 2007 at 9:23pm
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 =)
July 28th, 2007 at 4:37pm
Kostenlos mp3 und Filme downloaden…
Dort sind die 3 bekanntesten Usenet Anbieter im deutschsprachigen Raum aufgelistet…
August 10th, 2007 at 4:31pm
I can do a blog on your website? how much it will cost?
September 11th, 2007 at 8:30am
i just installed this plugin on my blog and i love it! thank you!
November 30th, 2007 at 2:24am
nice!
December 28th, 2007 at 9:10pm
My site open bra http://forums.megagames.com/forums/member.php?u=178580
open bra
January 17th, 2008 at 12:22am
westies movie
January 25th, 2008 at 5:22am
nice article! keep up the good work
January 25th, 2008 at 5:54pm
very nice article
February 5th, 2008 at 6:16pm
http://permitstar.info/cheap-hotels-santa-monica.php
February 5th, 2008 at 7:17pm
How to download the full length Paris Hilton sex tapes…
Recently leaked footage of the new Paris Hilton sex tape…
March 7th, 2008 at 12:49pm
nice one .. 10q
March 23rd, 2008 at 2:10pm
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!