Need an extension to display a "javascript disabled message"

This forum is for general questions about extensions for Joomla! 2.5.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
User avatar
craigr
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Nov 21, 2008 8:13 pm
Location: Redondo Beach, California
Contact:

Need an extension to display a "javascript disabled message"

Post by craigr » Fri Oct 25, 2013 9:18 am

I'm looking for a "javascript disabled message" to display when someone is using a browser and has javascript disabled, or not installed. My menu uses javascript, as well as some other things. Here's my site http://abscomputerservice.com/

I found this searching extensions "JER3 JavaScript Requirer" and it looks like what I'm looking for.
and this is the address link to it, but it gives a 404 error and won't go to the page

http://extensions.joomla.org/extensions ... NhZ2VzIjt9
Another Day in Paradise! . . . . well almost ;)

http://abscomputerservice.com

User avatar
NathanHawks
Joomla! Ace
Joomla! Ace
Posts: 1900
Joined: Wed Oct 02, 2013 6:17 pm
Location: Washington state, U.S.
Contact:

Re: Need an extension to display a "javascript disabled mess

Post by NathanHawks » Fri Oct 25, 2013 11:49 pm

Rather than use an extension, you could just modify your template. There is a simple format for these messages built into HTML.

Wherever you want the warning to appear, just put:

Code: Select all

<noscript>
The message and its formatting
</noscript>
The fewer extensions, the fewer potential points of failure for simple things such as this :)
Save time - hire me for your Joomla to-do list! http://nathanhawks.us/joomla

User avatar
craigr
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Nov 21, 2008 8:13 pm
Location: Redondo Beach, California
Contact:

Re: Need an extension to display a "javascript disabled mess

Post by craigr » Sun Oct 27, 2013 2:56 am

Thanks Nathan, that makes perfect sense! Shows again, that I often don't see "The forest through the trees"

I've seen that in source code too, just didn't pay attention.
Another Day in Paradise! . . . . well almost ;)

http://abscomputerservice.com

User avatar
NathanHawks
Joomla! Ace
Joomla! Ace
Posts: 1900
Joined: Wed Oct 02, 2013 6:17 pm
Location: Washington state, U.S.
Contact:

Re: Need an extension to display a "javascript disabled mess

Post by NathanHawks » Sun Oct 27, 2013 3:08 am

Glad to help :)
Save time - hire me for your Joomla to-do list! http://nathanhawks.us/joomla


Locked

Return to “Extensions for Joomla! 2.5”