The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Weekly Stats Details »» | |||||||||||||||||||||||||
Title
vB Weekly Stats - Display and email weekly forum stats Version: 1.7 Description A plugin that will display and email weekly statistics for the vBulletin forum software. The project was spurred from a project that a fellow forum member was working on which got me thinking about a better way to monitor what was going on. This allows me to keep up with statistics very easily and monitor the progression my forum is making. Language: PHP Tested System: CodeCall.net License GNU although a link back to http://www.codecall.net would be nice for anyone using. Todo List/Bugs
Change Log Version 1.6 - 17
Version 1.5 - 1.6 by skoenig - Thank you!
-- Changes by TkTech
Notes This software is in the version control system of CodeCall.net. If you would like to contribute, please join this forum and become a member. All suggests are greatly welcome! Install (after you unzip) 1. Upload all files in the upload directory to the root of your forum directory (where index.php is). 2. Login to the admin control panel 3. Goto Plugins & Products and click on Manage Products 4. Click on Add/Import Product 5. Browse to the directory of Weekly Stats and Select Weekly-Stats.xml 6. Click Import 7. Setup the product in vBulletin Options 8. Thats it, your done! You can access the stats at http://www.youdomain.com/forum/weeklystats.php The cron job is scheduled to run every Sunday at 11:59 which will deliever stats to your email account. Support Support will be given at http://forum.codecall.net/community-...kly-stats.html only. New releases will appear there first before they are updated here. Create a post at this URL for installation problems, bugs or suggestions. I will not be checking this thread very often. Demo http://forum.codecall.net/weeklystats.php Show Your Support
|
Comments |
#72
|
|||
|
|||
Great mod. Very very useful for our moderators and myself.
FYI The most recent version does seem to cause all vB emails sent to be treated as HTML emails or to have all their carriage returs remapped...resulting in : Dear skoenig, You are subscribed to the thread "Bluetooth Pairing Problems" by ReneeRoberts, there have been 1 post(s) to this thread, the last poster was Jackskid. http://domainurl.com These following posts were made to the thread: ************ Treo headset pairing http://domainurl.com /1989-bluetooth-pairing-problems-post8488.html#post8488 Posted by: Jackskid On: 01-17-2007 10:07 AM I had pairing problems with my Treo Headset also. This worked for me. Go to prefs>hands-free> then check always route call to hands-free. ---Quote (Originally by ReneeRoberts)--- It seems my original Palm Treo Bluetooth Headset won't stay properly. ~ Steph |
#73
|
||||
|
||||
I just needed to uninstall this mod because it seemed that it was affecting my vB automated e-mails. They were lacking line breaks; once I disabled this mod, all was back to normal.
|
#74
|
||||
|
||||
AHHHHHHHHHHHHHHHHHHHHHHHHHH
uploaded, when i try to get to forum i get Fatal error: Cannot use string offset as an array in /home/*******/public_html/global.php(356) : eval()'d code on line 321 |
#75
|
|||
|
|||
thx, good one - installd!
|
#76
|
|||
|
|||
Read the thread for this mod I was looking forward to installing it... until I got to news that the latest version is causing problems with emails. Hopefully this'll get sorted soon... looking forward to installing.
|
#77
|
|||
|
|||
It's a great mod and well worth the effort. Just got a little buglet that I'm sure will get ironed out soon...
~ Steph |
#78
|
|||
|
|||
Serious BUG found i'm using VB 364 and while having version 140 installed i had NO problems with my general forum emails, in the last few days since i updated to version 150 all my forum email was being crunched or parsed for some reason after days and nights of uninstalling every single hack and backstepping anything that i might of altered i found out that the 150 update is causing this so i put back the 140 verion and everything is working at 100% can the author please look into it and comment about this???
Regards |
#79
|
|||
|
|||
This hack also garbled my standard emails that vb sends.
I traced it down to the plugin called 'replace Content-Type with text/html in headers'. If I understand correctly, it simply replaces 'text/plain' in all email-headers with 'text/html'. However, the content of the standard emails from vb are not HTML and so there is no formatting to apply and everything is just one line! I deactivated the plugin.. and badabing: Emails are formatted correctly again as plaintext. I ran the weekly cronjob and the Statusmail displayed correctly as text/html in my mailclient (kmail)?? I don't quite understand why.. maybe kmail checks for html-tags. Although it does say 'text/html' in the header.. however, it seems to work! |
#80
|
|||
|
|||
The fix for this is to Disable the only plugin that this Mod creates.
Realize that the e-mail will come showing all HTML so it won't be parsed. |
#81
|
|||
|
|||
Fixed in v1.5
This is not an official fix and may not work for you. This is a general purpose fix for all HTML emails sent through Vb and has been tested on vB v3.6.2 with PHP 5xx 1. Go to the Plugin Manager 2. Search down to Product: Weekly Stats 3. Click: replace Content-Type with text/html in headers 4. Replace contents with: PHP Code:
Explanation This patch searches the message body for <HTML>. If it finds it it then replaces the content type with the content type for HTML emails. It's not bullet proof and can be fooled but for most people it should work fine. If you want a bullet proof solution specifically for Weekly Stats the following should work: PHP Code:
I've also modded the original install with the primary general purpose fix above for those who want it. This is not endorsed nor approved by the original authors but here for those who may need it. All the other usual disclaimers apply. ~ Steph forum.treonauts.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|