sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Extension Store 3.0 - Info Link

    Scheduled Pinned Locked Moved Extensions & Applications Discussions
    extensions
    18 Posts 3 Posters 2.1k Views 3 Watching
    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.
    • ntxdaveN Offline
      ntxdave
      last edited by

      I have gotten blank pages several times now when clicking on the Info link for an extension in the Extension Store tool in SU.

      Extension Store in SketchUp
Click on Info link
      Information shown in SketchUcation Plugin Store

      1 Reply Last reply Reply Quote 0
      • TIGT Online
        TIG Moderator
        last edited by

        I can't even get any of the Info pages to load - let alone load empty.
        So something is wrong server-side...
        I've PM'd Gabor et al...

        TIG

        1 Reply Last reply Reply Quote 0
        • ntxdaveN Offline
          ntxdave
          last edited by

          @tig said:

          I can't even get any of the Info pages to load - let alone load empty.
          So something is wrong server-side...
          I've PM'd Gabor et al...

          It does work for me sometimes but not always. I am sure Gabor will get to the bottom of it ๐Ÿ˜

          1 Reply Last reply Reply Quote 0
          • Rich O BrienR Offline
            Rich O Brien Moderator
            last edited by

            Nothing is wrong. those pages have no content. the author is responsible to populate.

            Download the free D'oh Book for SketchUp ๐Ÿ“–

            1 Reply Last reply Reply Quote 0
            • TIGT Online
              TIG Moderator
              last edited by

              @Rich

              You are mistaken.
              None of the Info links works at all.
              They did.
              Now they don't.
              If there is a set of linked pages a browser should open to the SCF page, if not it's usually to the first page in a linked thread.
              There are a few with no links defined.
              BUT e.g. my CutNfill has pages and a thread BUT nothing gets linked.
              If I 'view source' and extract the path:
              http://sketchucation.com/plugin/760-tig-cutnfill
              Then that opens when pasted into a browser - so the link is correct.
              I suspect that the js onClick=gototopic(this.name) is broken - maybe the JS is not loading properly ?
              Shouldn't it perhaps be onClick="gototopic(this.name);" ???
              So has the PHP setting up the page got itself messed up ?
              On the web=page version it uses the equivalent onClick="window.open(this.name)" - as it opens in the same browser...
              In the dialog version it uses gotopic(), which is part of the JS added to the page server-side.
              Which then activates the callback that the ruby-side has inserted, that's named ' gototopic' - passing the url to the relevant page... and when received ruby-side it uses UI.openURL(url) to open the web-page.

              TIG

              1 Reply Last reply Reply Quote 0
              • Rich O BrienR Offline
                Rich O Brien Moderator
                last edited by

                what am i missing?

                cut-07.gif

                Download the free D'oh Book for SketchUp ๐Ÿ“–

                1 Reply Last reply Reply Quote 0
                • ntxdaveN Offline
                  ntxdave
                  last edited by

                  @rich o brien said:

                  Nothing is wrong. those pages have no content. the author is responsible to populate.

                  Rich, several times, when this has happened, if I go to the same page via the plugin store links, stuff does show up on the page. Look at these clips:

                  QuadFaceTools link in the Plugin Store
                  Page that is displayed after clicking on the More Info link in the plug in store.

                  Notice that this is the same plugin that I click on the Info link in the Extension Store.
                  Also notice the comment from TIG......

                  Not trying to be argumentative, just trying to resolve an issue.

                  1 Reply Last reply Reply Quote 0
                  • TIGT Online
                    TIG Moderator
                    last edited by

                    Ignore what I just wrote...
                    I recast the ruby code in the dialog set up to print the url string that the callback should send, in the Ruby Console, before executing the UI.openURL()
                    It returns the correct url.
                    But the url doesn't open in my default browser...

                    I then retested with another url and that won't open either.
                    So something is adrift on my PC - perhaps some internet options ?
                    As I said, it worked fine up until a few days ago...

                    I don't think it's SCF related at all - it's computer/browser/etc !

                    Investigating...
                    ๐Ÿ˜ฒ

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • Rich O BrienR Offline
                      Rich O Brien Moderator
                      last edited by

                      @nxtdave

                      if an author doesn't have the page populated you can click the feedback button on that page to get to the topic.

                      nothing is broken...

                      if anyone wants to contribute to non-populated pages let us know.

                      Download the free D'oh Book for SketchUp ๐Ÿ“–

                      1 Reply Last reply Reply Quote 0
                      • ntxdaveN Offline
                        ntxdave
                        last edited by

                        @rich o brien said:

                        @nxtdave

                        if an author doesn't have the page populated you can click the feedback button on that page to get to the topic.

                        nothing is broken...

                        if anyone wants to contribute to non-populated pages let us know.

                        Again, not trying to be argumentation, just trying to understand.

                        What you are telling me is that the link in the Extension Store does not point to the same information page as the link in the Plugin Store. My example for the QuadFaceTools was for the same plugin.

                        I think that everyone would expect the 2 links to point to the same information page. If I understand you correctly, this is not true. You have 2 separate information pages for the same plugin. Is that correct?

                        1 Reply Last reply Reply Quote 0
                        • Rich O BrienR Offline
                          Rich O Brien Moderator
                          last edited by

                          Yes...

                          It is a means to have the documentation residing in a dedicated area. If authors don't use it not much we can do.

                          people complained when threads buried info so we added this method. some authors use it some don't.

                          to help those that use the pluginstore on the site we adopt an approach to default to the author's support link added in the backend.

                          we'll look at the behaviour to see what we can do

                          Download the free D'oh Book for SketchUp ๐Ÿ“–

                          1 Reply Last reply Reply Quote 0
                          • TIGT Online
                            TIG Moderator
                            last edited by

                            This whole issue is weird. ๐Ÿ˜ฎ
                            I experienced the very same issue with the dialog's More-Info button not doing anything when clicked.
                            Whereas the web-page's button works fine.
                            The URL that both buttons point to is effectively the same page, however with the web-page's button it opens in the same browser [using some simple JS], whereas the dialog's button opens it via Ruby [using UI.openURL(url) which has been instigated via a JS callback]...

                            There are three main results for what a More-Info button click does.
                            It's a link to a dedicated more expansive pages in the authors PluginStore's entry.
                            It's a link, to a URL added by the author in his PluginStore's basic entry - usually off to a post in a thread in the Plugins forum - but sometimes elsewhere.
                            It has no link - so the button should 'gray-out' [this is quite rare]...


                            I tested things pretty extensively, and found that with the dialog's More-Info button the correct URL was getting passed to the Ruby side, but the UI.openURL(url) was failing to execute properly with my default browser.
                            Then I tried various default web-browsers - on my PC...
                            The up to date versions of:
                            Internet Explorer
                            Edge [aka IE for Win 10]
                            Chrome
                            [and Safari on a MAC]

                            all open the More-Info button's URL just fine !
                            BUT my usual default
                            Firefox [44]
                            will not !!
                            In fact NO URL would open with Firefox via SketchUp's UI.openURL() method
                            e.g. this pasted into the Ruby Console:
                            UI.openURL("http://sketchucation.com/pluginstore")

                            So, I reinstalled Firefox [44] from its installer exe... and now it's working fine again.
                            All UI.openURL(url) calls now work in FF if the url is valid...

                            A total mystery !


                            @ntxdave
                            What is your default web-browser ?
                            Have you tried reinstalling it ?
                            It fixed the glitch with mine.

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • ntxdaveN Offline
                              ntxdave
                              last edited by

                              OK - maybe this is part of the problem. If I just click on an html file on my laptop launches Edge (which obviously is set as my default browser - which I am going to go change) but I normally look at everything via IE 11.

                              I also have Chrome installed but do not use it very often.

                              I will go change my default browser to IE 11 and see if that results in any difference.

                              1 Reply Last reply Reply Quote 0
                              • ntxdaveN Offline
                                ntxdave
                                last edited by

                                I made sure IE 11 was my default browser (and yes, I tested it to make sure).

                                I opened SU 2016, went to the Extension Store, and clicked on the Info link for Vertex Tools.
                                Here is the URL for the page that is displayed:
                                http://sketchucation.com/plugin/1164-tt_vertex

                                I closed that and then went to Plugin Store and clicked on the info link for Vertex Tools.
                                Here is the URL for the page that is displayed:
                                http://www.thomthom.net/software/vertex_tools/

                                So, the bottom line is that the two links are not pointing to the same info page. That certainly clarifies the issue. So now the question is, is there a way to make the two links point to the same place?

                                1 Reply Last reply Reply Quote 0
                                • Rich O BrienR Offline
                                  Rich O Brien Moderator
                                  last edited by

                                  There is. But this thread is veering so many directions I need to stop spinning first.

                                  Sent from my iPhone using Tapatalk

                                  Download the free D'oh Book for SketchUp ๐Ÿ“–

                                  1 Reply Last reply Reply Quote 0
                                  • ntxdaveN Offline
                                    ntxdave
                                    last edited by

                                    @rich o brien said:

                                    There is. But this thread is veering so many directions I need to stop spinning first.

                                    Sent from my iPhone using Tapatalk

                                    Sorry, did not mean to send you into a spin. Have just been curious. I should have looked at the URL's before. I will go away now..........

                                    1 Reply Last reply Reply Quote 0
                                    • Rich O BrienR Offline
                                      Rich O Brien Moderator
                                      last edited by

                                      @ntxdave said:

                                      Sorry, did not mean to send you into a spin. Have just been curious. I should have looked at the URL's before. I will go away now..........

                                      You're fine. I was having a joke.

                                      TIG always confuses things with his bizarre browser settings... ๐Ÿ˜›

                                      Download the free D'oh Book for SketchUp ๐Ÿ“–

                                      1 Reply Last reply Reply Quote 0
                                      • ntxdaveN Offline
                                        ntxdave
                                        last edited by

                                        Thanks Rich

                                        I am on SketchUcation a lot everyday. If nothing more, just trying to learn from the posts. My initial point was that I think this is confusing for users. I should have captured the URL's before.

                                        I want to be a contributor when possible. I think SketchUcation is a great site for anyone who uses SketchUp.

                                        1 Reply Last reply Reply Quote 0
                                        • 1 / 1
                                        • First post
                                          Last post
                                        Buy SketchPlus
                                        Buy SUbD
                                        Buy WrapR
                                        Buy eBook
                                        Buy Modelur
                                        Buy Vertex Tools
                                        Buy SketchCuisine
                                        Buy FormFonts

                                        Advertisement