<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Not able to access Settings - Import]]></title><description><![CDATA[<p dir="auto">I am not finding my way into access Settings to import bookmarks or to change the view of the browser.<br />
F4 doesn't work to add the panels, ..</p>
<p dir="auto">I am running Windows 10 Technical Preview, is this the reason?</p>
]]></description><link>https://forums.opera.com/topic/6097/not-able-to-access-settings-import</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 07:16:23 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/6097.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Oct 2014 11:02:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 14:50:13 GMT]]></title><description><![CDATA[<p dir="auto">I dont mind if it's beta, have minor bugs or whatever... aslong as my bookmarks aren't lost <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /><br />
Awesome anyway, that was fast! ^^</p>
]]></description><link>https://forums.opera.com/post/56994</link><guid isPermaLink="true">https://forums.opera.com/post/56994</guid><dc:creator><![CDATA[draugen]]></dc:creator><pubDate>Mon, 03 Nov 2014 14:50:13 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 11:40:03 GMT]]></title><description><![CDATA[<p dir="auto">The Opera 26/27 importer imports bookmarks, passwords, browsing history, and cookies.<br />
26 is at the beta stage and will quickly come to stable assuming that no show stopping issues are found.<br />
If you want it now, it's here -<br />
<a href="http://net.geo.opera.com/opera/beta" target="_blank" rel="noopener noreferrer nofollow ugc">http://net.geo.opera.com/opera/beta</a><br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/56966</link><guid isPermaLink="true">https://forums.opera.com/post/56966</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 03 Nov 2014 11:40:03 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 10:26:23 GMT]]></title><description><![CDATA[<p dir="auto">Are there even any official support people here or are everyone just Opera users?.....</p>
]]></description><link>https://forums.opera.com/post/56955</link><guid isPermaLink="true">https://forums.opera.com/post/56955</guid><dc:creator><![CDATA[draugen]]></dc:creator><pubDate>Mon, 03 Nov 2014 10:26:23 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 10:25:00 GMT]]></title><description><![CDATA[<p dir="auto">There's a folder called "Imported bookmarks" if you enter bookmarks in Opera25.<br />
What file and in which folder is this pointing to ?<br />
If I could know that maybe I could convert my bookmarks to .txt and do the same with the opera database file if you tell me what extention it is... Unless it's built in solid with the core program? Which would be quite embarassing for the programmer if he knew he was doing a kernel-like code which would be set and later changes would only be through plugins and other external programs being called on/read into a stack.</p>
]]></description><link>https://forums.opera.com/post/56954</link><guid isPermaLink="true">https://forums.opera.com/post/56954</guid><dc:creator><![CDATA[draugen]]></dc:creator><pubDate>Mon, 03 Nov 2014 10:25:00 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 10:20:09 GMT]]></title><description><![CDATA[<p dir="auto">Settings not available in Opera 2x?<br />
What ? What is it I look at when entering 'settings' in Opera25 then, setting up the proxy, language, leeched files location &amp; other tweaks.. Much like other programs "settings" ?<br />
<em>confused</em><br />
If there's no settings in opera26 but an importer for settings, uhm doesn't exporting from opera25 work?<br />
Since I'm not lying, my settings ARE there. They just lack the ability to import bookmarks/which might be a feature you're not putting under Settings at all I dunno.<br />
Should be fixed though... and without anyone losing bookmarks.<br />
Atleast resetted settings only take like 2mins to redo again..</p>
]]></description><link>https://forums.opera.com/post/56953</link><guid isPermaLink="true">https://forums.opera.com/post/56953</guid><dc:creator><![CDATA[draugen]]></dc:creator><pubDate>Mon, 03 Nov 2014 10:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 10:14:49 GMT]]></title><description><![CDATA[<p dir="auto">Settings importer in opera 26beta... Yet no bookmarks importer?<br />
Earlier Opera versions had this.<br />
The capability excists, since you're given the option and can import (from Firefox,chrome etc - what it detects) during the install without a problem.<br />
How hard can it be to edit that script for importing and making a patch?<br />
Or atleast putting it up on a temporary link for people who really needs their "side of the internet".<br />
I dont know what format your current bookmarks file is in but I doubt that its like 512kbs encrypted unaccessable data?</p>
<p dir="auto">I'm not a programmer, haven't written code since Assembler and Pascal but in theory this shouldn't be hard.<br />
access either file, get data*.* , set up a stack, put import.file contents*.* in stack - unload stack in first accessed file at bottom. (save as bookmarks.ini or whatever extention you use).<br />
Any converting problems like say me with my .json javascript export from firefox is just as easy to fix for the few export file options there are between these browsers.<br />
Hell, a javascript or most scripts you could just edit with like notepad and fetch the urls from it since nothing is encrypted or compiled.<br />
I don't care if I lose my folder alignment or descriptions of sites etc - aslong as I get the urls;<br />
accessable from within Opera.</p>
]]></description><link>https://forums.opera.com/post/56952</link><guid isPermaLink="true">https://forums.opera.com/post/56952</guid><dc:creator><![CDATA[draugen]]></dc:creator><pubDate>Mon, 03 Nov 2014 10:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 10:02:48 GMT]]></title><description><![CDATA[<p dir="auto">Um... I have the same problem. Sortof.<br />
On win7 premium, Opera25..  Want to import bookmarks, and "missed my chance during the install"...<br />
The thing is they are exported from Firefox in .json format.<br />
I've had no problem importing and exporting between chrome, FF and opera before so I wasn't prepared for this.<br />
That's okay though guys it's just a few years wading through crap creating these lists..<br />
If there's no sollution, and the support people keep saying things like "I assumed your default browser was.." etc - guess I'm hopping back to linux or atleast changing to firefox or chrome... It's too bad I was really starting to dig it <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--disappointed_face" title=":(" alt="😞" /></p>
]]></description><link>https://forums.opera.com/post/56951</link><guid isPermaLink="true">https://forums.opera.com/post/56951</guid><dc:creator><![CDATA[draugen]]></dc:creator><pubDate>Mon, 03 Nov 2014 10:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Mon, 03 Nov 2014 00:08:50 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Are the settings not available in Opera 2x?</p>
</blockquote>
<p dir="auto">Nope. However there is a settings importer in Opera 26 which is in beta stage.</p>
]]></description><link>https://forums.opera.com/post/56926</link><guid isPermaLink="true">https://forums.opera.com/post/56926</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Mon, 03 Nov 2014 00:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Sun, 02 Nov 2014 21:22:38 GMT]]></title><description><![CDATA[<p dir="auto">Yes. I've installed Opera 2x. Now trying with Opera 12. Are the settings not available in Opera 2x?</p>
]]></description><link>https://forums.opera.com/post/56917</link><guid isPermaLink="true">https://forums.opera.com/post/56917</guid><dc:creator><![CDATA[simonissa]]></dc:creator><pubDate>Sun, 02 Nov 2014 21:22:38 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Sat, 01 Nov 2014 11:10:02 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">You could try forcing a manual import by running the following command (with both versions of Opera closed) -<br />
"{Opera 25 folder path}\launcher.exe --presto-small-prefs-dir={Opera 12 folder path}"<br />
Replace the bits in curly brackets with the appropriate paths for your system.</p>
</blockquote>
<p dir="auto">Is your Opera 12 dir 2 words or more separated by a space?</p>
<p dir="auto">There is an error in the chrome Opera versions won't see it because of the space.  Rename the Opera 12 dir to one word and try it then.  That worked for me.</p>
]]></description><link>https://forums.opera.com/post/56718</link><guid isPermaLink="true">https://forums.opera.com/post/56718</guid><dc:creator><![CDATA[rif]]></dc:creator><pubDate>Sat, 01 Nov 2014 11:10:02 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Sat, 01 Nov 2014 01:13:00 GMT]]></title><description><![CDATA[<p dir="auto">Try it again replacing the {Opera 12 folder path} with the absolute path to your Opera 12 profile folder.<br />
Search for your "bookmarks.adr" file, and the folder that is in is the path you should use.<br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/56684</link><guid isPermaLink="true">https://forums.opera.com/post/56684</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 01 Nov 2014 01:13:00 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Sat, 01 Nov 2014 00:54:18 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the suggestion, Dave. I've tried your suggestion but it comes back with an error message. I'm obtaining the paths by right clicking on the appropriate shortcut icon on the desktop (?) so these are correct.</p>
<p dir="auto">Any other suggestions would be welcome.</p>
<p dir="auto">Anyone know how to contact Opera direct?</p>
<p dir="auto">Alan</p>
]]></description><link>https://forums.opera.com/post/56682</link><guid isPermaLink="true">https://forums.opera.com/post/56682</guid><dc:creator><![CDATA[fifelad55]]></dc:creator><pubDate>Sat, 01 Nov 2014 00:54:18 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Wed, 29 Oct 2014 12:12:26 GMT]]></title><description><![CDATA[<p dir="auto">You could try forcing a manual import by running the following command (with both versions of Opera closed) -</p>
<p dir="auto">"{Opera 25 folder path}\launcher.exe --presto-small-prefs-dir={Opera 12 folder path}"</p>
<p dir="auto">Replace the bits in curly brackets with the appropriate paths for your system.<br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/56378</link><guid isPermaLink="true">https://forums.opera.com/post/56378</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 29 Oct 2014 12:12:26 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Wed, 29 Oct 2014 00:55:15 GMT]]></title><description><![CDATA[<p dir="auto">davehawly, I have nothing under unsorted bookmarks though under "imported bookmarks" everything has been imported apart from those in specific folders. I have a large number of bookmarked pages sorted in folders and if I am unable to import these the Opera 25 will be of zero use to me. As far as I know, Opera is my default browser though Googlechrome tries to change it all the time.</p>
<p dir="auto">If I get some free time, I'll delete all the unsorted items from Opera 12 and try to reinstall Opera 25. Any other suggestions would be welcome.</p>
<p dir="auto">Alan</p>
]]></description><link>https://forums.opera.com/post/56336</link><guid isPermaLink="true">https://forums.opera.com/post/56336</guid><dc:creator><![CDATA[fifelad55]]></dc:creator><pubDate>Wed, 29 Oct 2014 00:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Tue, 28 Oct 2014 14:50:17 GMT]]></title><description><![CDATA[<p dir="auto">The OP hasn't shed light on this though yet:</p>
<blockquote>
<p dir="auto">Is this that you installed some 'Opera 25' or like that?</p>
</blockquote>
]]></description><link>https://forums.opera.com/post/56279</link><guid isPermaLink="true">https://forums.opera.com/post/56279</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 28 Oct 2014 14:50:17 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Tue, 28 Oct 2014 14:47:03 GMT]]></title><description><![CDATA[<p dir="auto">I sort of assumed that Opera 12 was their default browser, and Opera 2x certainly used to do an automatic import if it found a Presto Opera installation on the computer.<br />
Later versions indeed import from other browsers if they are the default browser on the system, Opera 26 finally has a proper manual importing system!</p>
<p dir="auto"><img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/56278</link><guid isPermaLink="true">https://forums.opera.com/post/56278</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 28 Oct 2014 14:47:03 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Tue, 28 Oct 2014 14:25:11 GMT]]></title><description><![CDATA[<p dir="auto">Dave, they were saying the user should've had his/her existing Opera as "the default browser" in order for the nuOpera install to import the bookmarks.</p>
]]></description><link>https://forums.opera.com/post/56276</link><guid isPermaLink="true">https://forums.opera.com/post/56276</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 28 Oct 2014 14:25:11 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Tue, 28 Oct 2014 14:14:42 GMT]]></title><description><![CDATA[<p dir="auto">Opera 25 should have imported them automatically.<br />
Are you sure they're not there, under the "unsorted bookmarks" heading in the bookmarks manager?<br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/56274</link><guid isPermaLink="true">https://forums.opera.com/post/56274</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 28 Oct 2014 14:14:42 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Tue, 28 Oct 2014 14:00:19 GMT]]></title><description><![CDATA[<p dir="auto">I'm in the same position as simonissa. I've just installed Opera 25, running Windows 7 and am also unable to import my existing bookmarks (opera 12.17), the vast majority of which are organised into folders. How di I proceed, please?</p>
<p dir="auto">Thanks,</p>
<p dir="auto">Alan</p>
]]></description><link>https://forums.opera.com/post/56272</link><guid isPermaLink="true">https://forums.opera.com/post/56272</guid><dc:creator><![CDATA[fifelad55]]></dc:creator><pubDate>Tue, 28 Oct 2014 14:00:19 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access Settings - Import on Tue, 28 Oct 2014 11:14:04 GMT]]></title><description><![CDATA[<p dir="auto">Is this that you installed some 'Opera 25' or like that?</p>
]]></description><link>https://forums.opera.com/post/56244</link><guid isPermaLink="true">https://forums.opera.com/post/56244</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 28 Oct 2014 11:14:04 GMT</pubDate></item></channel></rss>