Opera

Nothing here. Just a few Opera links and so. Visit czech Opera portal www.operacesky.net

How to put menu or skin setup on your website

1a. Menu/toolbar/keyboard link code

Set MIME type for the link on your webpage. One of these depending on the file you have:

Example of the menu setup file:

<a href="mymenu.ini" type="application/x-opera-configuration-menu">This is my menu</a>

1b. Skin link code

Set MIME type for the link on your webpage.

<a href="myskin.zip" type="application/x-opera-configuration-skin">This is my skin</a>

1c. Opsed plugin link code

Set MIME type for the link on your webpage.

Note: You must have Opsed installed to automatically add the search.

<a href="mysearch.se7" type="application/x-opera-configuration-search">This is my search engine</a>

2. Set the MIME type for your file on server

Your server must support configuration by a .htaccess file.

If so, create a file named .htaccess in Notepad (it's a complete name, this means saving in Notepad as All files option!) and place it in the directory where is your menu file.


AddType application/x-opera-configuration-toolbar .ini
AddType application/x-opera-configuration-mouse .ini
AddType application/x-opera-configuration-keyboard .ini
AddType application/x-opera-configuration-menu .ini
AddType application/x-opera-configuration-search .se7
AddType application/x-opera-configuration-skin .zip

This is a complete .htaccess file for menus, skins and Opsed plugins.


Language switch Česky

Home