• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    New Opera Forums launched

    Feedback for the Forums
    19
    161
    117102
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • amatczak
      amatczak Opera @burnout426 last edited by

      @burnout426 Let us know if you find anything! We're aware of this template and indeed it might be possible to tweak it so that it links straight to the post (would be my preferred behaviour too) but we're simply swamped with more important tasks around forums now. If you happen to figure out the changes needed this might speed things up indeed 👍

      Reply Quote 1
        1 Reply Last reply
      • emniss
        emniss last edited by

        Is there a chance to make Opera configuration links like...

        opera://settings/?search=WebRTC

        ...automatically clickable by the forum software?

        Reply Quote 0
          amatczak 1 Reply Last reply
        • amatczak
          amatczak Opera @emniss last edited by

          @emniss Not easily - there's no confg option for that but everything should be possible with some source code modifications.

          I am worried about security implications though. Can't such links be malicious in a way that a less tech-savvy user gets tricked into changing something with just one click on such link?

          Reply Quote 0
            burnout426 julianlam 2 Replies Last reply
          • sgunhouse
            sgunhouse Moderator Volunteer last edited by

            Can you even do that? I thought all internal links had to be typed or pasted into the address bar - that even if a link was clickable the browser would ignore it if it is in an external page.

            Reply Quote 0
              burnout426 1 Reply Last reply
            • burnout426
              burnout426 Volunteer @amatczak last edited by

              @amatczak the opera protocol used to be supported on the iterations before last I think. There weren't any problems.

              I would think that there'd be a list in the code somewhere or in config for the supported protocol names like ftp, https, https, mms, rtps, mailto, magnet etc., but just guessing.

              I would also imagine then that the markup generator (maybe in the markdown code/config even) would use that list and the linkifier for plain-text URLs would too. But, just assuming / hoping.

              Reply Quote 0
                1 Reply Last reply
              • burnout426
                burnout426 Volunteer @sgunhouse last edited by

                @sgunhouse said in New Opera Forums launching soon!:

                Can you even do that? I thought all internal links had to be typed or pasted into the address bar - that even if a link was clickable the browser would ignore it if it is in an external page.

                Don't think I've checked with new Opera.

                Reply Quote 0
                  1 Reply Last reply
                • emniss
                  emniss last edited by

                  Opening a new topic shouldn't be enabled on the subcategories page of "Opera for computers":

                  https://forums.opera.com/category/5/opera-for-computers

                  That's looking like a mess.

                  Reply Quote 0
                    leocg burnout426 2 Replies Last reply
                  • sgunhouse
                    sgunhouse Moderator Volunteer last edited by

                    Their decision. They wanted general (platform-independent) Opera for desktop questions there.

                    Reply Quote 0
                      1 Reply Last reply
                    • leocg
                      leocg Moderator Volunteer @emniss last edited by

                      @emniss It makes sense that non-plataform specific issues are discussed under 'Opera for Computers'.

                      Reply Quote 0
                        1 Reply Last reply
                      • emniss
                        emniss last edited by emniss

                        In my opinion it would make much more sense to open a sixth subcategory in "Opera for computers" for non-platform specific issues than discussing them on the subcategories page itself.

                        Reply Quote 0
                          1 Reply Last reply
                        • julianlam
                          julianlam last edited by

                          @amatczak said in New Opera Forums launching soon!:

                          @burnout426 Let us know if you find anything! We're aware of this template and indeed it might be possible to tweak it so that it links straight to the post (would be my preferred behaviour too)

                          Hi, Julian from NodeBB here. Glad you're on board 😄

                          In a pinch you can edit the template in the ACP to fix the link. However it does sound like a bug so we'll address it as well.

                          Reply Quote 1
                            1 Reply Last reply
                          • julianlam
                            julianlam @amatczak last edited by

                            @amatczak @burnout426 This is now resolved:

                            https://github.com/NodeBB/NodeBB/issues/6027

                            Reply Quote 1
                              burnout426 1 Reply Last reply
                            • barisu
                              barisu last edited by

                              Hi guys,

                              Baris from NodeBB here, glad to see Opera is using NodeBB! 🎆

                              We just fixed the issue with the reply notification email not pointing to the correct post. https://github.com/NodeBB/NodeBB/issues/6027. It will be available in our next release.

                              If you discover more issues feel free to open issues on our github tracker. https://github.com/NodeBB/NodeBB/issues

                              Thanks.

                              Reply Quote 2
                                1 Reply Last reply
                              • burnout426
                                burnout426 Volunteer @julianlam last edited by burnout426

                                @julianlam @barisu

                                Thanks very much!

                                I looked at the diff too to see how you fixed it. Is there a list of supported template variables somewhere?

                                Reply Quote 0
                                  barisu 1 Reply Last reply
                                • barisu
                                  barisu @burnout426 last edited by

                                  @burnout426 not everything is available everywhere, for this particular email template the available variables are here https://github.com/NodeBB/NodeBB/blob/master/src/topics/follow.js#L256-L265. Some common variables are passed to all email templates those are listed here https://github.com/NodeBB/NodeBB/blob/master/src/emailer.js#L89-L97

                                  Reply Quote 1
                                    burnout426 1 Reply Last reply
                                  • burnout426
                                    burnout426 Volunteer @barisu last edited by

                                    @barisu Thanks.

                                    Reply Quote 0
                                      1 Reply Last reply
                                    • burnout426
                                      burnout426 Volunteer last edited by

                                      @amatczak Looking at the diff, it looks like a super-safe patch.

                                      Reply Quote 0
                                        amatczak 1 Reply Last reply
                                      • burnout426
                                        burnout426 Volunteer @emniss last edited by

                                        @emniss said in New Opera Forums launching soon!:

                                        Opening a new topic shouldn't be enabled on the subcategories page of "Opera for computers":

                                        https://forums.opera.com/category/5/opera-for-computers

                                        That's looking like a mess.

                                        It is weird / different. If anything, I'd expect it to just be all the threads from the subcategories mixed together.

                                        However, it's not a big deal for me and the current way it's set up is fine with me.

                                        Reply Quote 0
                                          1 Reply Last reply
                                        • amatczak
                                          amatczak Opera @burnout426 last edited by

                                          @burnout426 said in New Opera Forums launching soon!:

                                          @amatczak Looking at the diff, it looks like a super-safe patch.

                                          Applied manually already. Tell me if it works 🙂

                                          Reply Quote 0
                                            burnout426 2 Replies Last reply
                                          • burnout426
                                            burnout426 Volunteer @amatczak last edited by

                                            @amatczak Looks like it works so far. I'll test more on a notification for a post that isn't the last post in the thread though and let you know.

                                            Reply Quote 0
                                              1 Reply Last reply
                                            • First post
                                              Last post

                                            Computer browsers

                                            • Opera for Windows
                                            • Opera for Mac
                                            • Opera for Linux
                                            • Opera beta version
                                            • Opera USB

                                            Mobile browsers

                                            • Opera for Android
                                            • Opera Mini
                                            • Opera Touch
                                            • Opera for basic phones

                                            • Add-ons
                                            • Opera account
                                            • Wallpapers
                                            • Opera Ads

                                            • Help & support
                                            • Opera blogs
                                            • Opera forums
                                            • Dev.Opera

                                            • Security
                                            • Privacy
                                            • Cookies Policy
                                            • EULA
                                            • Terms of Service

                                            • About Opera
                                            • Press info
                                            • Jobs
                                            • Investors
                                            • Become a partner
                                            • Contact us

                                            Follow Opera

                                            • Opera - Facebook
                                            • Opera - Twitter
                                            • Opera - YouTube
                                            • Opera - LinkedIn
                                            • Opera - Instagram

                                            © Opera Software 1995-