Who do you think is the most active member on this forum?
Personally i think Vin is... but what you you think?
This is a discussion on Most active member in the Open Discussion & Chit-chat forum
Who do you think is the most active member on this forum?
Personally i think Vin is... but what you you think? ...
Who do you think is the most active member on this forum?
Personally i think Vin is... but what you you think?
Rob
I'd agree with you Rob, Vin never shuts up!
All opinions are the result of being uninformed, unintelligent and uninterested!
If you click on the member's list to check you go into a nonstop refresh cycle.
if somethings gonna be broke im glad its that at least. What reason does anyone really ever have to view a member list on a forum.
Greg L. | Chief Executive Officer
JaguarPC.com
Helpful Links
Knowledge Base | Network Status
Need a Manager?
(pm) | (email) David, Customer Service Manager
(pm) | (email) Zach, Community Liason, Sales manager
(pm) | (email) Masood, Chief Technical Officer
(pm) | (email) Les, Chief Operations Officer
I tried looking there a few days ago to find the names of some staff members (the JPC-XYZ ones). Kept getting page one of the long list, no matter what. I thought there was a "dream team" (or something) button once, but I couldn't find that either. Purpose of it all: to hand an alternate option to a forum member that was apparently having trouble with e-mail communication with sales.
Regards,
Wim Heemskerk
---
Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
And Gwaihir.net - The Middle-earth CCG store
Just hit the browsers stop button![]()
That page has a JavaScript error! That's what's doing it...
Let me get a pot of coffee in me...![]()
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
Hrm...
Discovered a bug in the embedded CSS code at the top of:
http://www.jaguarpc.com/forums/memberlist.php
Line: 302
...but I don't think that's doing it..nav
{
color: #ffffff;
text-align: center;
padding: 0px 22px 0px 2px;
font-size: 14px;
}
left;
height: 29px;
padding: 10px 0px 0px 0px;
text-align: center;
}
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active
{
color: #ffffff;
padding: 0px 22px 0px 22px;
font-size: 14px;
}
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
I don't have a lot of time to play around this morning, but indications are:
http://www.jaguarpc.com/livehelp/include/javascript.php
...is causing the problem.
Hrm...
I wonder why it's only looping that one page?!?!?!![]()
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
I *think* this is the function that's causing the prob...
...but that's just an educated guess...PHP Code:function checkXMLHTTP() {
obj = null;
if (window.XMLHttpRequest) {
obj = new XMLHttpRequest();
}
else if (window.ActiveXObject) {
obj = new ActiveXObject("Microsoft.XMLHTTP")
if (!obj) {
try {
obj = new ActiveXObject("Msxml2.XMLHTTP");
} catch(e) {
try {
obj = new ActiveXObject("Microsoft.XMLHTTP");
} catch(e) {
obj = null;
}
}
}
}
return obj;
}
var resetTracking = 0;
![]()
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
Um... Wait a minute...
What do we have here?
http://www.jaguarpc.com/forums/clientscript/vbulletin_menu.js
Hrm...PHP Code:/**
* Initialize the control object
*/
vB_Popup_Menu.prototype.init_control = function(noimage)
{
this.controlobj = fetch_object(this.controlkey);
this.controlobj.state = false;
if (this.controlobj.firstChild && (this.controlobj.firstChild.tagName == 'TEXTAREA' || this.controlobj.firstChild.tagName == 'INPUT'))
{
// do nothing
}
else
{
if (!noimage && !(is_mac && is_ie))
{
var space = document.createTextNode(' ');
this.controlobj.appendChild(space);
var img = document.createElement('img');
img.src = IMGDIR_MISC + '/menu_open.gif';
img.border = 0;
img.title = '';
img.alt = '';
this.controlobj.appendChild(img);
}
this.controlobj.unselectable = true;
if (!noimage)
{
this.controlobj.style.cursor = pointer_cursor;
}
this.controlobj.onclick = vB_Popup_Events.prototype.controlobj_onclick;
this.controlobj.onmouseover = vB_Popup_Events.prototype.controlobj_onmouseover;
}
};
Check out the 'this.controlobj.firstChild.tagName' properties!
Interesting!![]()
Last edited by Vin DSL; 09-07-2007 at 12:17 PM.
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
I dunno, what do you have there?
Greg L. | Chief Executive Officer
JaguarPC.com
Helpful Links
Knowledge Base | Network Status
Need a Manager?
(pm) | (email) David, Customer Service Manager
(pm) | (email) Zach, Community Liason, Sales manager
(pm) | (email) Masood, Chief Technical Officer
(pm) | (email) Les, Chief Operations Officer
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
Forum Moderators - Jag Staff
Spam Whackers Blog - Dedicated to fighting Spam and providing General SEO Tips
Organize your Kitchen or purchase Kitchen Accessories at Condells
Ihelpyou Forum - Dedicated to "Best Practices" SEO
Copyright © 2011 JaguarPC.com
Bookmarks