View Full Version : Board Optimization - vB4 SuperCharged - Optimises CSS, Javascript and HTML
Darkimmortal
06-19-2010, 06:38 PM
When trying to run the System Test an error message comes back saying "vB Optimise is currently offline. Please enable and configure vB Optimise to run a system test."
However the system is online. TIA.
VB 4.0.4
Wrong mod (https://vborg.vbsupport.ru/showthread.php?t=237325) ;)
Fungsten
06-19-2010, 06:46 PM
Wrong mod (https://vborg.vbsupport.ru/showthread.php?t=237325) ;)
Ooops. Sorry. LOL.
coffee
06-19-2010, 09:06 PM
Upgraded to vb4.0.4 and it still works :)
TransAmDan
06-20-2010, 08:41 AM
Upgraded to VB4.04, all seems to work well. However have lost my sections on VBCMS, the Section box appears but no list of section. If I disable this plug in the sections are populated again. This on the live site, not in admin.
Abhik
06-20-2010, 10:28 AM
Another Question :)
How can I send the gzipped file (vbsc.js.gz only) to the user agent instead of that uncompressed js file?
Darkimmortal
06-20-2010, 01:54 PM
Upgraded to VB4.04, all seems to work well. However have lost my sections on VBCMS, the Section box appears but no list of section. If I disable this plug in the sections are populated again. This on the live site, not in admin.
Will look into that
Another Question :)
How can I send the gzipped file (vbsc.js.gz only) to the user agent instead of that uncompressed js file?
Your server should take care of gzipping the file if it is configured correctly.
pagespeed tell me this Compressing /clientscript/vbsc.js could save 205.3KiB (75% reduction)
Darkimmortal
06-20-2010, 07:04 PM
<a href="http://lmgtfy.com/?q=apache+gzip" target="_blank">http://lmgtfy.com/?q=apache+gzip</a>
Ocean-Wonders
06-21-2010, 05:03 PM
Just installed it and I have to say I'm impressed so far, can't find any bugs and the forum is much quicker.
Great Mod, thanks.
sHORTYWZ
06-22-2010, 12:24 AM
Is anyone else having issues with this and 4.0.4? I was getting numerous complaints of styling issues (CSS related) until I disabled this mod.
Was having no issues until 4.0.4 and I did try recreating/recompressing the CSS after the upgrade... ideas?
Skyrider
06-22-2010, 01:05 AM
Is anyone else having issues with this and 4.0.4? I was getting numerous complaints of styling issues (CSS related) until I disabled this mod.
Was having no issues until 4.0.4 and I did try recreating/recompressing the CSS after the upgrade... ideas?
Seems every vBulletin upgrade breaks this plugin. I guess it has to be updated again.
TransAmDan
06-22-2010, 08:26 AM
Upgraded to VB4.04, all seems to work well. However have lost my sections on VBCMS, the Section box appears but no list of section. If I disable this plug in the sections are populated again. This on the live site, not in admin.
I found if i disable this:-
"Enable Javascript Optimiser
Intelligently defers Javascript loading for a huge speed boost. Incompatible with a large number of mods, but very highly recommended if it works for you."
This is enabled by default. With this enabled I loose the section menu, in CMS. Looking at the html page served, the javascript looks identical to between working and not working.
Ocean-Wonders
06-22-2010, 10:37 AM
I'm having problems with the log in area of the site now, the user can put in there user name but not there password. I disabled this mod and it works again.
Any pointers ??
Big-Pete
06-24-2010, 08:09 AM
I found if i disable this:-
"Enable Javascript Optimiser
Intelligently defers Javascript loading for a huge speed boost. Incompatible with a large number of mods, but very highly recommended if it works for you."
This is enabled by default. With this enabled I loose the section menu, in CMS. Looking at the html page served, the javascript looks identical to between working and not working.
I had the same problem, I opened a support ticket at VB.com and they found that this plugin was the cause, I was told It was the vB4 Supercharged plugin - it was making an extra Javascript call which was doing something to block the Menu (as it's Javascript enhanced).
If I leave the Javascript optimiser off (as you have aswell) then the CMS Sections widget shows ok..
Abhik
06-30-2010, 11:43 AM
Buddy..
Are you going to upgrade this to combine CSS files as well?
I can see some query strings after the css files after upgrading to vb 4.0.4
Setting up expiry header for CSS and JS files within options page will be a great addition too.
Darkimmortal
06-30-2010, 03:06 PM
Buddy..
Are you going to upgrade this to combine CSS files as well?
I can see some query strings after the css files after upgrading to vb 4.0.4
The query strings are likely just the last modification timestamps and will have no effect on caching. Also combining the CSS doesn't work - many of the CSS files are mutually exclusive (just another part of vB4's poor design).
Setting up expiry header for CSS and JS files within options page will be a great addition too.
That's for your server to handle though ;)
TheBish
07-01-2010, 02:49 AM
Is anyone else having issues with this and 4.0.4? I was getting numerous complaints of styling issues (CSS related) until I disabled this mod.
Was having no issues until 4.0.4 and I did try recreating/recompressing the CSS after the upgrade... ideas?
Yes my Section widget disappeared on me. That is the only thing I noticed though.
MarkJW
07-07-2010, 01:48 AM
Quick question:
When compressing JS with Google CC enabled, the compression status page hangs (never completes). JS compression works fine with Google CC disabled. Is there something I should change on my Debian + Litespeed powered server to get Google CC to work?
appsfinder
07-09-2010, 06:52 AM
need little help
run the Compress Javascript under vB4
how do this i dont see the option in vb4 supercharged
TeknoSounds
07-09-2010, 07:52 AM
need little help
run the Compress Javascript under vB4
how do this i dont see the option in vb4 supercharged
In your AdminCP, scroll the menu bar to the left allllllll the way to the bottom, theres a dropdown menu there for SuperCharged.
stained
07-11-2010, 04:00 PM
Hi,
I'm getting the following errors on all css files in all styles (the two shown below are just the first two) when I attempt to compress CSS:
Warning: file_put_contents([path]/clientscript/vbulletin_css/style00002l/8WR_media.css) [function.file-put-contents]: failed to open stream: Permission denied in [path]/admincp/vbsc.php on line 246
Warning: file_put_contents([path]/clientscript/vbulletin_css/style00002l/8WR_media.css.gz) [function.file-put-contents]: failed to open stream: Permission denied in [path]/admincp/vbsc.php on line 247
The admincp folder (it isn't called that on my server actually) is chmod 755 so there shouldn't be a problem I would have thought?
Thanks for any help.
Darkimmortal
07-11-2010, 04:11 PM
You need to chmod the clientscript folder
stained
07-11-2010, 04:18 PM
Thanks for the quick assistance. It was 755 but I changed to 777 nevertheless and tried compress CSS again but unfortunately the errors are the same. All style folders, the clientscript folder and the vbulletin css folders are 755. Still no go.
Darkimmortal
07-11-2010, 04:50 PM
What about the /clientscript/vbulletin_css/style00002l/ folder? It needs to be chmodded recursively.
stained
07-11-2010, 05:02 PM
All style folders are 755 so theoretically nothing should be stopping the process. Unfortunately though, something is..
Krazeguy
07-12-2010, 11:47 PM
Installed. Will see how it goes. Thanks
monstermunch
07-21-2010, 03:27 PM
anyone tried it with 4.05?
Xencored
07-21-2010, 05:04 PM
Darkimmortal is there anychance you can move all the Javascript to the bottom so it works with Triple Triad? :up:
Thanks
NarutoFTW
07-23-2010, 12:58 AM
This mod screws up inline mod, won't allow me to use the function at all.
I disabled it and it worked. Any fix?
TheBish
07-23-2010, 12:04 PM
anyone tried it with 4.05?
Works for me.
coffee
07-27-2010, 11:21 AM
Will look into that
Waiting, and had to deactivate this mod until it's compatible with vb405.
ImmortalForums
07-29-2010, 02:52 PM
All style folders are 755 so theoretically nothing should be stopping the process. Unfortunately though, something is..
You should be chmod 775 on all the folders in there.
Darkimmortal
07-29-2010, 02:59 PM
No problems here on vB 4.0.5 but I'll get round to fixing your bugs soon :P
Alecsmith
08-05-2010, 10:22 PM
Installed again on new version of VB 4.0.5 working fine :)
MNbiker
08-06-2010, 05:29 PM
This mod does not work properly with the new version of the Section Widget in vB 4.05 when the Javascript Optimiser is enabled. It prevents the Section Widget from displaying Section links.
The mod worked fine for me with vB 4.02.
-Steve
daveaite
08-07-2010, 09:25 PM
Installed!
coffee
08-08-2010, 12:28 PM
No problems here on vB 4.0.5 but I'll get round to fixing your bugs soon :P
Good to hear :)
Sadikb
08-18-2010, 04:35 PM
This mod does not work properly with the new version of the Section Widget in vB 4.05 when the Javascript Optimiser is enabled. It prevents the Section Widget from displaying Section links.
The mod worked fine for me with vB 4.02.
-Steve
Same problem on 4.0.6.
Section Widget does not display with Javascript Optimiser On.
reefland
08-26-2010, 03:02 PM
Will this work if I have the vbulletin javascript served from someplace other than the default location (i.e. a statis domain)? Can I do the js compression in the normal clientscript folder and then more it all to the static domain?
MogKnight
09-06-2010, 09:09 PM
there any chance you'd consider adding css sprite support to combine common files and reduce overhead?
Darkimmortal
09-06-2010, 09:18 PM
there any chance you'd consider adding css sprite support to combine common files and reduce overhead?
No that would take an insane amount of effort for limited gain on a loaded cache
MogKnight
09-09-2010, 08:05 PM
it sounds that way but it actually has a big impact for a few reasons
1) when users are new they're more sensitive to loading time. longer loading time = higher bounce rate = lost visitors
2) the loading speed for first time visitors is tracked via the google toolbar; the faster the site is the more google favors it and vice versa
Footman
09-20-2010, 06:51 PM
This mod does not work properly with the new version of the Section Widget in vB 4.05 when the Javascript Optimiser is enabled. It prevents the Section Widget from displaying Section links.
The mod worked fine for me with vB 4.02.
-Steve
I've also noted this same issue. I'm running vB 4.0.7.
Also, I've noticed the login area in the upper right of vB doesn't work with this enabled... only with FIreFox though. Kind of strange :confused:
stained
09-20-2010, 09:26 PM
You should be chmod 775 on all the folders in there.
Sorry about the huge delay in getting back to you. Thanks for the tip. I tried changing the attributes but I'm getting a '550 Could not change perms... Operation not permitted'. This clearly isn't being caused by Supercharged but if someone could aim me at the source of the problem I'd be grateful,
AfterWorldForum
09-21-2010, 08:12 AM
I've also noted this same issue. I'm running vB 4.0.7.
Also, I've noticed the login area in the upper right of vB doesn't work with this enabled... only with FIreFox though. Kind of strange :confused:
I've seen similar issues with some mods (It moved my banners, created through the VSA Banner mod, to the bottom of the forum, instead of straight under the navbar where I place them).
If there's a way to prevent that kind of stuff from happening, I'll gladly give this another go, as I did like the way it makes the forum appear to load faster.
Cheers,
Peter
Darkimmortal
10-05-2010, 08:52 PM
Hopping on the bandwagon in regard to support
ImmortalForums
10-15-2010, 08:39 PM
Just a note with this mod the concept is great but a lot of JavaScript is not written to be compressed and same with CSS. This will break almost everything.
way2xtreme
11-11-2010, 04:24 AM
Hi, when I install this, it create a *[]* menu in my admincp site bar and I dont see the SuperCharged menu. When I uninstall this product the *[]* menu is still there.
Any way to get rid of it? thanks
I am on 4.0.8 with vbseo
notrick
11-18-2010, 03:47 AM
I am getting this issue :( I did everything, Modified the time, modified the modified time, change permission to 775 and 777 etc. but this one error is not going away (BTW my safe mod is on)
When I run JS Compressor, it runs fine and gives me no error. But still I get this error
The /***/public_html/clientscript/vbsc.js cache has a modification time of before /***/public_html/clientscript/vbulletin-core.js. Your cache is almost certainly out of date. Please run Compress Javascript under vB4: SuperCharged in your Admin CP.
If you recently updated vBulletin, you should of course run Compress CSS also :)
To prevent issues, your forum is currently running without optimised Javascript as a fallback.
TeknoSounds
11-18-2010, 04:03 AM
is it actually showing a modification time difference between the two files? as in, is the vbsc.js file actually being updated?
booktoweb
11-18-2010, 09:23 PM
customize your profile doesn't work with this product
when you save changes and update the page it returns to default
when i disabled this product it working fine
Zachery
11-19-2010, 03:50 AM
You still really need to move your template compression to on save, instead of realtime. Before anything else IMO.
Most of what you end up saving is being wasted by cpu cycles.
scabbed
11-29-2010, 10:31 AM
customize your profile doesn't work with this product
when you save changes and update the page it returns to default
when i disabled this product it working fine
same for me
rootsxrocks
11-29-2010, 03:53 PM
UH oh teach me to read the entire thread before acting, disabled for now
Juggernaut
12-07-2010, 12:47 AM
So this mod is no longer supported? does anyone have on a vB 4.1 forum?
nikosb
12-19-2010, 07:06 AM
works fine
vb 4.1.0
vbseo 3.5.2.
OldSchoolDSL
12-22-2010, 01:34 AM
Installed and working
4.1 PL2
with vbseo 3.5.2
Important = vB4: SuperCharged > Options > Enable Advanced CSS Optimisation > NO
The above setting must be disabled (marked as NO) if you are allowing your members to use custom profiles and custom blogs templates.
Would like to really see an update on this which would allow for a "yes" option.
EDIT: Personally, the only option still ON for me is Enable Google Closure Compiler.
Everything else proved not to be compatible with either vBSEO or other Mods installed. But it still does help in that department
Shanti Nanda
01-10-2011, 02:56 AM
Same as OldSchool...
An Upgrade will be just fine~
oddmud
01-11-2011, 11:52 PM
Anyone tested this on vbSEO v3.6?
oddmud
01-12-2011, 12:31 AM
custom profiles and custom blogs templates.
Where is this setting? I don't want anyone using any custom profile or blog templates, so I should be able to use the CSS Optimization, right?
Abhik
01-18-2011, 08:23 AM
Seems like this mod is not compatible with AWCoding Donation System (https://vborg.vbsupport.ru/showthread.php?t=250340).
I have a pro version of that mod and both this and that are must have for a vbulletin forums.
Can you please do something to make it work with that mod? I asked the coder of that mod and he said that his javascript files should be untouched by this mod to work.
Thanks
final kaoss
01-19-2011, 04:33 PM
You can define if they can via usergroups. Once there go down to
Profile Customization Permissions
Where is this setting? I don't want anyone using any custom profile or blog templates, so I should be able to use the CSS Optimization, right?
oddmud
01-19-2011, 10:20 PM
You can define if they can via usergroups. Once there go down to
Profile Customization Permissions
Actually there's a global switch now with the newer version.
Admin CP -> Settings -> Options -> User Profile Options -> Enabled User Profile Features
Uncheck: Profile Styling
oddmud
01-19-2011, 10:45 PM
Well I installed it, and it didn't really improve my performance using WebPageTest.org has the testing benchmark. Firefox did however show slight improvements with a couple extra green check marks with it's Page Speed tester. Although it didn't really improve the Page Speed Score: 75/100.
Also it disabled the ability for the + option in the section menu, and just laid out all the options in one menu.
So I'm not sure modding my board to see little to no speed enhancement is really worth it, tell me I'm wrong, please.
final kaoss
01-19-2011, 11:03 PM
well with this and several other tweaks, my yslow score went from 70 to 83
C0D3D
01-25-2011, 12:08 AM
Hmm, it does seems to make the site go faster, but it takes away all the customized profile my members made, and also takes away the name glows on usernames, name glows that you get with point market system 3.0.1 plug-in.
I'm using 4.0.8.
Hope to see these fixed in newer versions.
OldSchoolDSL
01-25-2011, 12:17 AM
Installed and working
4.1 PL2
with vbseo 3.5.2
Important = vB4: SuperCharged > Options > Enable Advanced CSS Optimisation > NO
The above setting must be disabled (marked as NO) if you are allowing your members to use custom profiles and custom blogs templates.
Would like to really see an update on this which would allow for a "yes" option.
EDIT: Personally, the only option still ON for me is Enable Google Closure Compiler.
Everything else proved not to be compatible with either vBSEO or other Mods installed. But it still does help in that department
The above still applies and is working with vBSEO 3.6 RC1 on vBulletin 4.1.1
Special Pages
01-25-2011, 02:27 AM
Thank you for this great mod! Love it! :D
PossumX
01-29-2011, 04:17 PM
Working like a charm on vB 4.1.1 w/vBSEO 3.6 RC1
Cicada
01-31-2011, 07:12 PM
Working awesome on 4.1.1 !! installed and nominated.
Cicada
01-31-2011, 10:08 PM
looks like it had an effect on the profile pages though?
On my forum, everyone's profile customizations got reset (colors). and the visitor message styles also got a little wonky, like the CSS wasnt applied to the visitor messages page or any of the other profile page tabs.
Chmura
02-16-2011, 12:19 AM
I noticed that with this plugin enabled this happens:
https://vborg.vbsupport.ru/external/2011/02/23.jpg
But when disabled I can type in the username and password just fine. How do I fix this issue? Right now I have the plugin disabled because members are complaining.
Running this on 4.1.1 and happens on Firefox
treysoucie
02-21-2011, 01:27 PM
can anyone verify if this mod is giving a decent positive effect on bandwidth and server load?
Mathew7000
02-21-2011, 04:28 PM
my site loads much quicker with this, only issue i have is that it moved my banner (vsa flash banner) to the bottom of my page, anyway to get it back to where it is supposed to go?
Juggernaut
03-08-2011, 04:40 AM
Will this ever be updated to work with the current version of vbulletin?
fxwoody
03-10-2011, 10:09 AM
Seems to be a great mod but end up with a few bugs!
There is a major conflict with the "AWCoding Donation System" as it makes the amount suggested and also the transfer to Paypal dissapear :(
If you can take a look at this and see if it can be updated or fix, it would be great ;)
HappyFeet
03-14-2011, 12:22 AM
I upgraded from 4.0.2 to 4.1.2 and then upgraded this mod and my members and I could not log in from the header log in box. I've disabled this mod until a fix becomes available. I liked the difference it made before, I hate that it doesn't work now.:(
aplinux
03-14-2011, 12:51 AM
My members and I could not log in from the header log in box after I upgraded from 3.8.4 to 4.1.2. Please, help me fix error.
l3asturd
03-14-2011, 03:18 AM
Am very anxious to use this but it seems VB4.1.2 isn't supported just yet. Look forward to using it when it is.
MAdotcom
03-22-2011, 08:19 PM
5 stars because it seems to have increased the speed considerably. Thank you for such a great mod!
Popa Andrei
03-22-2011, 11:42 PM
work with 4.1.2?
traen
03-23-2011, 01:22 PM
Installed on 4.1.1, can't tell if this has sped my forum up at all.
final kaoss
03-24-2011, 03:50 PM
uninstalled this. Having this along with vb optimized installed ran my server load to 20-24. With this uninstalled & vboptimize still installed, it's at 12-15.
woffie
03-25-2011, 03:44 PM
Get Vbseo, it has CDN built into it.
traen
03-25-2011, 05:08 PM
Do vbsc.js and vbsc.js.gz need to be 777 or is 755 ok?
final kaoss
03-25-2011, 06:40 PM
Sure, hook me up with the $ I'll get it.:D
Get Vbseo, it has CDN built into it.
Abhik
03-27-2011, 04:00 PM
Is there any way to exclude certain javascripts?
I have a mod AWCoding Donation System and that is not working while this mod on.
Phaedrus
03-27-2011, 05:36 PM
Why does this mod throw eval codes? Is it just me?
hilfe-forum
05-31-2011, 02:26 AM
is this a joke?
Writing latest CSS from the database to disk... Success
Individual CSS files before compression
Total size of all CSS files before individual compression
791.7 KB
Individual CSS files after compression
Total size of all CSS files after individual compression
790.9 KB
Done.
Acido
06-20-2011, 07:48 AM
Hmm, it does seems to make the site go faster, but it takes away all the customized profile my members made, and also takes away the name glows on usernames, name glows that you get with point market system 3.0.1 plug-in.
I'm using 4.0.8.
Hope to see these fixed in newer versions.
True. I had to unintall this mod. I hope a fixed version too.
radiofranky
07-07-2011, 09:20 PM
my host company is dreamhost.com and I'm finding this mod is causing RAM to reach limit which prevents editor to load properly.
Maybe this mod requires a lot of RAM? This won't run on a shared-hosting.
my2cent
final kaoss
07-08-2011, 02:31 AM
It runs fine on hostgator shared hosting.
Crotan
07-15-2011, 03:43 AM
Damn was very much interested in this mod until I saw all the posts about it conflicting with AWCoding's donation system.
Popa Andrei
07-15-2011, 11:57 AM
do you guys reallly dont se that latest teste version is 4.0.3 and the plugin IS NOT SUPPORTED ANYMORE?
Crotan
07-15-2011, 04:38 PM
do you guys reallly dont se that latest teste version is 4.0.3 and the plugin IS NOT SUPPORTED ANYMORE?
lol no need to shout, looks like people are still running it, and the developer is still around, even if not for this mod.
Successfulsteps
07-17-2011, 05:16 AM
Does this work in 4.1.4?
final kaoss
07-20-2011, 03:03 PM
no.
Does this work in 4.1.4?
Tahir_Younus786
07-25-2011, 04:23 PM
Does this work in 4.1.4
8thos
07-25-2011, 04:45 PM
URLJET has a CDN in it's CPANEL so you don't need to get vbSEO for it's MAXCDN.
Reycer
07-25-2011, 05:47 PM
Does this work in 4.1.4
Are you serious? Read the post directly above yours.....:rolleyes:
final kaoss
07-28-2011, 10:31 PM
It was a pretty good mod but it wont be updated.
final kaoss
08-04-2011, 03:31 AM
btw, does anyone know how to async the vbsc.js file?
Calystos
08-20-2011, 09:33 PM
Shame this is no longer maintained, sounds like it'd be really handy. Has anyone found any alternatives for v4.1.x series of vBulletin? Or anyone managed to mod this to work again?
prandah
08-24-2011, 08:33 AM
work on vbulletin 4.1.5
prophetmuhammad
10-28-2011, 04:53 PM
tried it on 4.1.7
gets rid of all text format controls when installed, so i uninstalled it.
snowlion
10-29-2011, 03:45 AM
Work with 4.1.4 on my test site :D
Kolbi
11-03-2011, 08:16 AM
Do you think you can update it to the current vB version?
Lazorbeam
11-14-2011, 04:40 PM
Work with 4.1.4 on my test site :D
Careful - was working on 4.1.4 but screws everything up if you're trying to edit templates etc.
OldSchoolDSL
11-22-2011, 11:06 PM
Surprised that this is working for me. :D
4.1.8
Popa Andrei
12-02-2011, 07:28 PM
installed on my forum 4.1.8 and working,no errors.
If its possible i would like to know why isnt this mode supported anymore?
ellinofatsa
12-02-2011, 07:39 PM
not working in my forum 4,1,8 instal ok but not see the icon in reply box in i enable javascript
ellinofatsa
12-03-2011, 01:55 PM
Enable Javascript Optimiser dont work for my forum
Popa Andrei
12-03-2011, 04:06 PM
Enable Javascript Optimiser dont work for my forum
I confirm to.Javascript doesent work.I disabled it.
Popa Andrei
12-04-2011, 10:01 AM
Surprised that this is working for me. :D
4.1.8
Can you tell us if java works for you?
OldSchoolDSL
12-04-2011, 05:48 PM
These are my settings. They may not work for you.
Enable HTML Optimiser - NO
Enable Advanced CSS Optimisation - YES
Enable Javascript Optimiser - NO
Enable Common Javascript Cache - YES
Enable Google Closure Compiler - NO
Enable Attachment Optimiser - NO
Alfa1
12-05-2011, 03:46 PM
Does this work with United-Forum CSS Sprites (https://vborg.vbsupport.ru/showthread.php?t=266696&highlight=yslow) or with Litespeed cache?
OldSchoolDSL
12-07-2011, 07:07 AM
Does this work with United-Forum CSS Sprites (https://vborg.vbsupport.ru/showthread.php?t=266696&highlight=yslow) or with Litespeed cache?
YES :)
rmani84
12-14-2011, 06:57 PM
Does this work fine on VB 4.0.4 ? .... The mod says VB version 4.0.3
final kaoss
12-29-2011, 09:14 PM
it works with 4.1.9
snakes1100
01-03-2012, 07:05 PM
Officially being reported by avast & eset as a js redirector running chrome, no false positives in Norton.
doctorsexy
01-24-2012, 11:24 AM
Anyone have this working with 4.1.10
Webrunner
03-03-2012, 07:52 PM
How About 4.1.11?
CAG CheechDogg
03-06-2012, 04:30 AM
Is this a dead project now? It helped my site by a few points but broke my VSa - Flash-Image Banner Rotator by setting it to the bottom of the page instead of where it was before, in the H2 area.
I had to disable it for my site to work properly again.
final kaoss
03-09-2012, 01:58 PM
Yep, I still have it running with 4.1.11
How About 4.1.11?
ry215
03-09-2012, 08:59 PM
Yep, I still have it running with 4.1.11
When you enable this mod, the editor toolbar will not showing up.
final kaoss
03-10-2012, 01:35 AM
Can you link to your forum? Because I'm not having that issue.
bilgicc
03-11-2012, 10:48 AM
When you enable this mod, the editor toolbar will not showing up.
Make Enable HTML Optimiser - NO
ngphuc2k
03-11-2012, 05:29 PM
Very well
ry215
03-11-2012, 11:49 PM
Make Enable HTML Optimiser - NO
Pls check member.php page on your forum
bilgicc
03-12-2012, 09:48 AM
Pls check member.php page on your forum
Check for what?
ry215
03-12-2012, 02:51 PM
Check for what?
You will see errors.
final kaoss
03-12-2012, 05:36 PM
What errors (http://vgchat.info/forum/memberlist.php?page=3&order=asc&sort=username)? None there.
https://vborg.vbsupport.ru/external/2012/03/25.jpg
bilgicc
03-12-2012, 06:33 PM
You will see errors.
Members page closed on my forum. I can't see any error for this plugin.
ry215
03-16-2012, 02:33 PM
Members page closed on my forum. I can't see any error for this plugin.
My mind is member profile, like this:
http://www.domain.com/member.php?1
TombstoneWarrior
03-17-2012, 09:16 AM
is this mod still confilicting with vb4 supercharged? if so any update fixing it soon?
TeamSempoi
03-19-2012, 05:41 PM
How already testing on Board has install VB4.1.11 + VBSEO latest = ??
is working or not ??
CAG CheechDogg
03-19-2012, 06:06 PM
Is this a dead project now? It helped my site by a few points but broke my VSa - Flash-Image Banner Rotator by setting it to the bottom of the page instead of where it was before, in the H2 area.
I had to disable it for my site to work properly again.
Dark, any clue why it would move the VSa -FlashIMage Banner Rotator to the bottom of the page when activated?
final kaoss
03-20-2012, 12:29 AM
Dark has been inactive for 2 years now. You can find the person on xenforo (http://xenforo.com/community/members/darkimmortal.215/) however but I wouldn't expect support for this mod.
Dark, any clue why it would move the VSa -FlashIMage Banner Rotator to the bottom of the page when activated?
Here's why.
or a post from you for that matter... I'm interested to know if in it's current form if it has conflicts with any current mods or the latest vbulletin package (4.1.5)
It's a dead project - I have moved on to XenForo and have no plans on supporting or updating vb4 supercharged.
CAG CheechDogg
03-20-2012, 01:00 AM
Bummer, thanks for answering extreme-gaming.
Altari
04-06-2012, 02:29 PM
Doesn't work on my 4.1.11 : CKeditor doesn't load so we can't write any post
nidal kadour
04-06-2012, 02:43 PM
Thank you very much, man!
Speed is very impressive example of http://www.ar4all.com/vb/index.php
Hareth
04-14-2012, 01:33 PM
I've problem on my forumdisplay page,, page title disappear when SC enabled and when it's disabled.. everything is ok.
Please help
Alfa1
05-21-2012, 05:08 PM
Dark has been inactive for 2 years now. You can find the person on xenforo (http://xenforo.com/community/members/darkimmortal.215/) however but I wouldn't expect support for this mod.
Here's why.
It would be nice if this addon would be marked as reusable code so others can pick it up and make it work for vb4.2
final kaoss
05-23-2012, 11:31 AM
Well you can always head over to xenforo, give DI a pm & request that change. That's my 2 cents on that issue
Bisha
05-29-2012, 10:45 PM
It would be nice if this addon would be marked as reusable code so others can pick it up and make it work for vb4.2
yes, similar addons is missing...
final kaoss
06-13-2012, 01:35 PM
So why not make one? You don't have to "re-use" the code to create a new mod that does nearly the same things with more or less features.
hoangserip
08-14-2012, 06:42 AM
Can someone else please help to make this mod work for vbb 4.2.0?
Zachery
08-16-2012, 06:07 PM
Only the addon author can.
sivaganeshk
09-19-2012, 12:13 PM
when I enable this mod, vb mobile site is not working
majjed2008
09-22-2012, 04:48 PM
HI
I have some problem with it after installing , post thank hack are not working , if you want to select any post or thread it is not working . the text editor from replay to thread or new thread gone away , so i disable it now and every thing work normal now , anyone can help me to fix this please ?
Thank you in advance
majjed2008
09-22-2012, 05:12 PM
it is me again , after disable the products I get DB error when tray to posting , so I enable it again and stack with that problem what I EXplane in my last post , appreciate any help
Mark_Zuckerberg
09-29-2012, 07:31 PM
whats the purpose of the file vbsc.js.gz in clientscript folder?
Mark_Zuckerberg
09-29-2012, 07:58 PM
Nice mod but doznt effected for me
Writing latest CSS from the database to disk... Success
Individual CSS files before compression
Total size of all CSS files before individual compression
797.6 KB
Individual CSS files after compression
Total size of all CSS files after individual compression
796.7 KB
hakkuo23
11-27-2012, 05:26 PM
Hey guys I got the ckeditor working.
In the plugin for SC called JS Optimiser, there is a line that allows you to put in things that shouldn't be touched.
I just added _edit, editor, and ckeditor. Here is my script:
function vbsc_jsleave($match){
return (/*stripos($match, "FeatureLoader.js.php") !== false ||*/ stripos($match, "google_ad") !== false || stripos($match, "show_ad") !== false || stripos($match, "_google") !== false || stripos($match, "recaptcha") !== false || stripos($match, "_edit") !== false || stripos($match, "ckeditor") !== false || stripos($match, "editor") !== false/* || strpos($match, "treeview.css") !== false || strpos($match, "initVbTreeMenus") !== false || strpos($match, "treeview-min.js") !== false || strpos($match, "SHOW_ALL_TREE_ELEMENTS_THRESHOLD") !== false*/);
}
Toorak Times
11-28-2012, 07:44 AM
Hi guys,
Really interesting stuff. Does this mod conflict in anyway with vBFoster?
Cheers
Mick
Nirjonadda
12-28-2012, 07:12 PM
Please any one can upgrade vB4 SuperCharged - Optimises CSS, Javascript and HTML Mod work on vB4.1.10 without any bug?
It's discontinued and I no longer work with vBulletin, sorry. I've moved my focus entirely to XenForo
No, sorry, I'm not available for vBulletin work
Nirjonadda
12-28-2012, 08:40 PM
Is this a dead project now? It helped my site by a few points but broke my VSa - Flash-Image Banner Rotator by setting it to the bottom of the page instead of where it was before, in the H2 area.
I had to disable it for my site to work properly again.
Pls check member.php page on your forum
This same issue on my forum,Anyone help how to fix on this issue ?
daveaite
12-30-2012, 08:37 PM
We are willing to take over this project per permission of author.
Lpspider
01-03-2013, 02:35 AM
Would love to have this working and bug-free...
tpearl5
01-16-2013, 05:49 PM
We are willing to take over this project per permission of author.
PM the author - as stated above they've moved to ZF and probably wouldn't mind.
fxdigi-cash
02-12-2013, 01:29 AM
O.K, that's great news. I hope you can manage releasing bug-free version of this mod...
Best wishes, :)
Fred.
02-28-2013, 03:53 PM
Any news on this? I was hoping for a vB 4.2 version.
Zachery
03-01-2013, 04:07 PM
Since DI isn't a vBulletin user, or developer anymore. No.
Naijasite
03-09-2013, 11:18 AM
please upgrade it to 4.2
final kaoss
03-10-2013, 04:12 AM
Hi finder, you must be new to this thread.. Go check out the last two pages for spoilers on why this won't be updated by this author.
Zachery
03-11-2013, 12:48 AM
please upgrade it to 4.2
Since DI isn't a vBulletin user, or developer anymore. No.
datoneer
03-11-2013, 04:12 AM
Thank you installed and nominated
fxdigi-cash
07-12-2013, 06:43 AM
does anyone use this mod on vb4.2.??
I know maybe most people here have hard time with is plugin, but anyone managed using it on vb.4.2??
tpearl5
03-28-2014, 06:33 PM
For anyone trying to get the js optimizer to work with ckeditor, just open the "JS Optimiser" plugin and add this:
stripos($match, "ckeditor.js") !== false ||
after
/*stripos($match, "FeatureLoader.js.php") !== false ||*/
I added several other files that were messing with my ads there as well.
Nirjonadda
06-15-2014, 10:37 AM
I think it not working With vB 4.2.2 ?
This is designed for vBulletin 4.0.x only.
DO NOT INSTALL on vB 4.1.x or 4.2.x.
Even if it worked correctly, the effect is negligible as vB4 is nowhere near as terrible client-side speed-wise as it once was.
DO NOT ask for fixes, they will not come, I have moved to XenForo.
final kaoss
06-15-2014, 03:07 PM
It's working just fine for vb 4.2.2
Nirjonadda
06-15-2014, 04:06 PM
It's working just fine for vb 4.2.2
Please can you give me the fixed files for vB 4.2.2?
gokberks
06-18-2014, 01:53 PM
pls someone update this addon for vb 4.2.2
final kaoss
06-18-2014, 02:27 PM
Unless the author changes it to where reusable code is allowed, no one is allowed to update this mod.
Nirjonadda
04-05-2015, 07:38 PM
For anyone trying to get the js optimizer to work with ckeditor, just open the "JS Optimiser" plugin and add this:
stripos($match, "ckeditor.js") !== false ||
after
/*stripos($match, "FeatureLoader.js.php") !== false ||*/
I added several other files that were messing with my ads there as well.
Does not work with this fix.
mykkal
05-09-2015, 04:04 AM
Is there a similar mod that works with vb 4.2.X?
majjed2008
05-11-2015, 10:26 AM
i am looking for for to work with vb 4.2.X also . did you fined any ?
mykkal
05-11-2015, 02:41 PM
i am looking for for to work with vb 4.2.X also . did you fined any ?
Nothing seems to exist. vb 4.2.X is woefully unsupported when it comes to this.
SWSUSA
07-05-2015, 02:57 PM
In vBulletin 4.2.2 works?
В vBulletin 4.2.2 работает?
RichieBoy67
07-06-2015, 10:46 AM
Read the Op. :)
This is designed for vBulletin 4.0.x only.
DO NOT INSTALL on vB 4.1.x or 4.2.x.
Even if it worked correctly, the effect is negligible as vB4 is nowhere near as terrible client-side speed-wise as it once was.
DO NOT ask for fixes, they will not come, I have moved to XenForo.
This is designed for vBulletin 4.0.x only.
DO NOT INSTALL on vB 4.1.x or 4.2.x.
Even if it worked correctly, the effect is negligible as vB4 is nowhere near as terrible client-side speed-wise as it once was.
DO NOT ask for fixes, they will not come, I have moved to XenForo.
blue7
02-28-2016, 02:07 PM
When i am trying to Compress CSS i get this error
"Writing latest CSS from the database to disk... Failed!"
All required files chmod is 777, any idea ?
final kaoss
03-03-2016, 01:13 AM
You don't need this mod to compress css. Simply gzip it via htaccess rules.
RichieBoy67
03-03-2016, 03:00 AM
When i am trying to Compress CSS i get this error
"Writing latest CSS from the database to disk... Failed!"
All required files chmod is 777, any idea ?
Did you read the op?:eek:
This is designed for vBulletin 4.0.x only.
DO NOT INSTALL on vB 4.1.x or 4.2.x.
Even if it worked correctly, the effect is negligible as vB4 is nowhere near as terrible client-side speed-wise as it once was.
JesWhite
01-29-2017, 05:11 AM
anybody fix this mod for 4.2.x?
the developer's site is https://www.gamingmasters.org/
i think if i will give him to test site on vbulletin 4.2.x he can fix it.
is it possible?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.