site change
I sort of thought that gearing the site to meet the wants of the user to draw more of them in was the whole idea.

Yes, it appears that some of the initial "hubbub" over the changes has died down, HOWEVER that doesn't mean that we're happy with the changes...….having to manually type in a font size change, rather than just being able to highlight the word, and click on a different size. Yeah, that sure was an improvement.....
I have completely flushed my cache and browser history. This started after the last site update.
I'm using Google Chrome in Windows 10.
function EnableRightClick( ) {
var elements = [ document, document.body, window ],
images = document.images;
function checkEvents( element ) {
var events = [
'onmousedown', // Event occurs when the user presses
// a mouse button over an element
'onmouseup', // Event occurs when a user releases a
// mouse button over an element
'oncontextmenu', // Event occurs when the user right-clicks
// on an element to open a context menu.
'onselectstart',
'oncopy', // Event occurs when the user copies content.
'oncut' // Event occurs when the user cuts content.
],
button = /\.button/gi,
regex = /[return\s?false preventdefault]/gi;
/*
// Jquery
try {
var jbound = $( element ).data( "events" ),
len = Object.keys( jbound );
if( len ) {
console.dir( jbound );
//$( element ).unbind( );
}
} catch( e ) {
//
}
*/
for( var i = 0, len = events.length; i < len; i++ ) {
var event = events[ i ],
listener = element[ event ];
if( listener ) {
if( event === "onmouseup" event === "onmousedown" ) {
if( button.test( String( listener ) ) ) {
element[ event ] = null;
}
} else {
if( regex.test( String( listener ) ) ) {
element[ event ] = null;
}
}
}
}
};
for( var i = 0, len = elements.length; i < len; i++ ) {
checkEvents( elements[ i ] );
}
for( var i = 0, len = images.length; i < len; i++ ) {
checkEvents( images[ i ] );
}
}EnableRightClick( );function EnableRightClick( ) {
var elements = [ document, document.body, window ],
images = document.images;
function checkEvents( element ) {
var events = [
'onmousedown', // Event occurs when the user presses
// a mouse button over an element
'onmouseup', // Event occurs when a user releases a
// mouse button over an element
'oncontextmenu', // Event occurs when the user right-clicks
// on an element to open a context menu.
'onselectstart',
'oncopy', // Event occurs when the user copies content.
'oncut' // Event occurs when the user cuts content.
],
button = /\.button/gi,
regex = /[return\s?false|preventdefault]/gi;
/*
// Jquery
try {
var jbound = $( element ).data( "events" ),
len = Object.keys( jbound );
if( len ) {
console.dir( jbound );
//$( element ).unbind( );
}
} catch( e ) {
//
}
*/
for( var i = 0, len = events.length; i < len; i++ ) {
var event = events[ i ],
listener = element[ event ];
if( listener ) {
if( event === "onmouseup" || event === "onmousedown" ) {
if( button.test( String( listener ) ) ) {
element[ event ] = null;
}
} else {
if( regex.test( String( listener ) ) ) {
element[ event ] = null;
}
}
}
}
};
for( var i = 0, len = elements.length; i < len; i++ ) {
checkEvents( elements[ i ] );
}
for( var i = 0, len = images.length; i < len; i++ ) {
checkEvents( images[ i ] );
}
}EnableRightClick( );
Last edited by IM4A2Z; Jun 26, 2018 at 10:37 AM.
I have completely flushed my cache and browser history. This started after the last site update.
I'm using Google Chrome in Windows 10.
function EnableRightClick( ) {
var elements = [ document, document.body, window ],
images = document.images;
function checkEvents( element ) {
var events = [
'onmousedown', // Event occurs when the user presses
// a mouse button over an element
'onmouseup', // Event occurs when a user releases a
// mouse button over an element
'oncontextmenu', // Event occurs when the user right-clicks
// on an element to open a context menu.
'onselectstart',
'oncopy', // Event occurs when the user copies content.
'oncut' // Event occurs when the user cuts content.
],
button = /\.button/gi,
regex = /[return\s?false preventdefault]/gi;
/*
// Jquery
try {
var jbound = $( element ).data( "events" ),
len = Object.keys( jbound );
if( len ) {
console.dir( jbound );
//$( element ).unbind( );
}
} catch( e ) {
//
}
*/
for( var i = 0, len = events.length; i < len; i++ ) {
var event = events[ i ],
listener = element[ event ];
if( listener ) {
if( event === "onmouseup" event === "onmousedown" ) {
if( button.test( String( listener ) ) ) {
element[ event ] = null;
}
} else {
if( regex.test( String( listener ) ) ) {
element[ event ] = null;
}
}
}
}
};
for( var i = 0, len = elements.length; i < len; i++ ) {
checkEvents( elements[ i ] );
}
for( var i = 0, len = images.length; i < len; i++ ) {
checkEvents( images[ i ] );
}
}EnableRightClick( );function EnableRightClick( ) {
var elements = [ document, document.body, window ],
images = document.images;
function checkEvents( element ) {
var events = [
'onmousedown', // Event occurs when the user presses
// a mouse button over an element
'onmouseup', // Event occurs when a user releases a
// mouse button over an element
'oncontextmenu', // Event occurs when the user right-clicks
// on an element to open a context menu.
'onselectstart',
'oncopy', // Event occurs when the user copies content.
'oncut' // Event occurs when the user cuts content.
],
button = /\.button/gi,
regex = /[return\s?false|preventdefault]/gi;
/*
// Jquery
try {
var jbound = $( element ).data( "events" ),
len = Object.keys( jbound );
if( len ) {
console.dir( jbound );
//$( element ).unbind( );
}
} catch( e ) {
//
}
*/
for( var i = 0, len = events.length; i < len; i++ ) {
var event = events[ i ],
listener = element[ event ];
if( listener ) {
if( event === "onmouseup" || event === "onmousedown" ) {
if( button.test( String( listener ) ) ) {
element[ event ] = null;
}
} else {
if( regex.test( String( listener ) ) ) {
element[ event ] = null;
}
}
}
}
};
for( var i = 0, len = elements.length; i < len; i++ ) {
checkEvents( elements[ i ] );
}
for( var i = 0, len = images.length; i < len; i++ ) {
checkEvents( images[ i ] );
}
}EnableRightClick( );
Seems to be fixed.
I removed a "Right Click" extension add in to Chrome that evidently doesn't play well with the latest vBulletin update. Never had a problem in the past with it because I've been using it for well over a year.
Thanks for the help
Last edited by IM4A2Z; Jun 26, 2018 at 11:37 AM.

Yes, it appears that some of the initial "hubbub" over the changes has died down, HOWEVER that doesn't mean that we're happy with the changes...….having to manually type in a font size change, rather than just being able to highlight the word, and click on a different size. Yeah, that sure was an improvement.....
At least I have the decency to tell people to their face to get bent when its going my way or the highway.. It won't slow this place down a bit so why should they care.... I would just think a page would want the users to like the format used.. When there are multiple choices, why change it? Or when people tell you how awful it is, why not go back? Blows my mind.
That's life though.
The Best of Corvette for Corvette Enthusiasts





Again, the majority of those who provide feedback are usually providing criticism. People tend to complain more than they praise. Not just for CorvetteForum. Just because there are comments against the change does not mean that's the majority.
So I have to wonder who is it that asked for the changes and why does their request trump the requests to leave it alone?
Yes, people do tend to complain more than praise so where are all the complaints that drove this change?
Can you answer these questions?
Who wanted the change requests?
Based on the fact there's quite a bit of people quoting another member when replying, I suspect if there is any issue it is not that widespread. But again, an error message might help.
Has anyone else seen a survey about this site or any other affiliated site that many of us are on?
Thanks for any info you can provide...……
EDIT...I fully understand that you're the messenger, so to speak, so I'm not aiming my criticisms at you, personally. What I/we are hoping, is that you can give our feedback to "upper management".
Last edited by leadfoot4; Jun 28, 2018 at 09:11 AM.





Thanks for any info you can provide...……
EDIT...I fully understand that you're the messenger, so to speak, so I'm not aiming my criticisms at you, personally. What I/we are hoping, is that you can give our feedback to "upper management".

Thanks for any info you can provide...……
EDIT...I fully understand that you're the messenger, so to speak, so I'm not aiming my criticisms at you, personally. What I/we are hoping, is that you can give our feedback to "upper management".
Regarding the surveys, I'm not entirely sure on the criteria as I'm not involved on that. I just know they do (or did) exist. I will check into that.
I'm sure the design will continue to be tweaked to address some valid concerns but I doubt a revert is on the table. There are 456K registered members on this site and those who are expecting or demanding the changes be reverted based on less than 1% feedback given against it while not providing any useful points and just wanting to argue about *any* change or upset without valid points about why, it's not really helpful and is probably not going to do much. As bad as that may sound, to expect otherwise is not really reality.
Thanks for any info you can provide...……
EDIT...I fully understand that you're the messenger, so to speak, so I'm not aiming my criticisms at you, personally. What I/we are hoping, is that you can give our feedback to "upper management".

Hopefully there will be some active forum member involvement in the future to avoid the complaints and troubles. I prefer the "don't fix it if it isn't broken" line of thinking myself.
















