Version: 1.1.0, by ShiningArcanine
Developer Last Online: Nov 2023
Version: 3.5.0 Beta 1
Rating:
Released: 06-16-2005
Last Update: 06-16-2005
Installs: 274
Uses Plugins
No support by the author.
This is a port of Logican's Realtime Template Compressor hack from vBulletin 2.2.x to vBulletin 3.5.0 Beta 1. I wrote this by rewriting a version of the original hack, that I wrote for my forums when they ran 3.0.x, so that it would function as a plugin for 3.5.0.
I had originally sent this to Logican for him to release it but he replied granting me permission to release it; hence why I'm releasing this.
Installation is very simple. Just import the plugin via vBulletin's "Download / Upload Plugins" page in the Plugin System in the Admin Control Panel and you're done.
I'll try to correct any bugs that you might find. Let me know if you like this plugin and don't forget to click the install link if you install this.
Update History
Version 1.1.0: The expression was replaced with a more efficient one that increases the compression level from approximately 1-2% to approximately 4-8%.
Version 1.0.0: Initial Release
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I'm going to release a product .XML this night of my version that also holds some more features (like AdminCP integration, stats can be fully customized....).
You'll then just to have to import that XML and you're set
I'm going to release a product .XML this night of my version that also holds some more features (like AdminCP integration, stats can be fully customized....).
You'll then just to have to import that XML and you're set
Sweeeet.
If you can make it not break that media code snippet, I will fedex you a puppy!*
For the "how to customize":
You have the option to use a special HTML tag (<cmpstat />) that will show the stats on the place where you inserted this tag when that option is enabled.
You can further customize the look of it by editing the template.
(more details in the readme )
@gamebgs:
Hmm, I'll take a look a that Drupal issue.
Drupal is freely available from here, so I can install it for testing, right?
I installed this hack, and my site is small, but I would think that doing a preg_replace on every page load would be a waste of CPU if your site was heavily loaded.
I think a more important hack or plugin would be to do the following:
Catch and eliminate wasted whitespace on post creation instead of on display
Catch wasted white space in templates on creation instead of on display
Maintenence items to go clean up white space in old posts and templates (run once)
This way you get the CPU hit only on posting, the size of the posts in the database goes down a little bit, which further reduces load on the DB server.