Go Back   CodingForums.com > :: Other forums > Forum feedback and announcements

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-09-2008, 08:28 AM   PM User | #1
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,036
Thanks: 197
Thanked 2,411 Times in 2,389 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
Forum JavaScript Error

When I click on the name of a poster to a thread (including myself) I receive a Javascript error message:-

Line 716 (or 712)
Char:1
error: 'vBmenu is undefined'


I am using IE6

Surprised that no-one has reported this yet!
Philip M is offline   Reply With Quote
Old 09-09-2008, 10:17 AM   PM User | #2
WA
Administrator


 
Join Date: Mar 2002
Posts: 2,596
Thanks: 2
Thanked 19 Times in 18 Posts
WA will become famous soon enough
I've actually gotten a few heads up on this privately. It's an elusive vBulletin drop down menu issue that goes away if I enable the menus as part of the site interface, but that's what I want to avoid (don't like the menus). I'll figure out another way sooner or later.
__________________
- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.
WA is offline   Reply With Quote
Old 09-09-2008, 01:22 PM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,600
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Quote:
Originally Posted by Philip M View Post
I am using IE6
For that alone you should get an infraction already.

Just kidding! Sorry for being off topic, I just needed to get that off my chest, hehe.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 09-09-2008, 02:48 PM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
You could edit the template to remove these calls.
Code:
<li class="thead" id="minicontact"><a href="#contactinfo">Send Message</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
					

					
						<li class="thead" id="userlists"><a href="profile.php?do=buddylist&amp;nojs=1">User Lists</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 09-09-2008, 05:00 PM   PM User | #5
WA
Administrator


 
Join Date: Mar 2002
Posts: 2,596
Thanks: 2
Thanked 19 Times in 18 Posts
WA will become famous soon enough
Thanks Aero, I'll look into that. I want to make sure I disable just the portion that deals with the drop down menus, and nothing else, as vbmenu() as a function also invokes other features of VB, some used by CF right now. Or maybe I should just silence JS errors on CF.
__________________
- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.
WA is offline   Reply With Quote
Old 09-09-2008, 07:06 PM   PM User | #6
hinch
Regular Coder

 
hinch's Avatar
 
Join Date: Sep 2005
Location: UK
Posts: 921
Thanks: 25
Thanked 79 Times in 79 Posts
hinch is on a distinguished road
how do you silence js errors come to think of it. One of my projects at current keeps throwing a js error up in IE but no other browser yet the stuff still works anyway I've been trying to supress it for ages since its a false error basically
__________________
A programmer is just a tool which converts caffeine into code

My work: http://www.fcsoftware.co.uk && http://www.firstcontactcrm.com
My hobby: http://www.angel-computers.co.uk
My life: http://www.furious-angels.com
hinch is offline   Reply With Quote
Old 09-10-2008, 02:36 AM   PM User | #7
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
That question is off topic for this forum. Post your problem in the javascript forum.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 09-11-2008, 09:46 PM   PM User | #8
ralph l mayo
Regular Coder

 
ralph l mayo's Avatar
 
Join Date: Nov 2005
Posts: 951
Thanks: 1
Thanked 31 Times in 29 Posts
ralph l mayo is on a distinguished road
I thought this thread was going to be about:

Code:
randomizeContent is not defined
http://codingforums.com/showthread.php
Line 194
Which is only mildly annoying. I like my content in order anyway.

Last edited by ralph l mayo; 09-11-2008 at 09:48 PM..
ralph l mayo is offline   Reply With Quote
Old 09-12-2008, 06:06 AM   PM User | #9
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Originally Posted by ralph l mayo View Post
randomizeContent is not defined
http://codingforums.com/showthread.php
Line 194
Which is only mildly annoying.
already pointed out at http://www.codingforums.com/showthread.php?t=130649
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:51 AM.


Advertisement
Log in to turn off these ads.