Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Phillyman Posted February 10, 2017 Posted February 10, 2017 Where can I read up on the following structures and which options and variables they accept? app=gallery&module=gallery&controller=settings&do=rebuildImages app=gallery&module=gallery&controller=settings app=gallery&module=gallery&controller=browse&do=rss app=gallery&module=gallery&controller=view&id=39570 I am trying to return back the real filepath, So I am looking for something like.... app=gallery&module=gallery&controller=view&id=39570&filename But I know &filename doesn't exist
Adriano Faria Posted February 10, 2017 Posted February 10, 2017 15 minutes ago, Phillyman said: app=gallery&module=gallery&controller=browse&do=rss app=gallery&module=gallery&controller=view&id=39570 Not sure I follow, but if you want to show something like: Quote .../index.php?/gallery/images.xml/ .../index.php?/gallery/image/2-here-goes-the-image-caption/ then you just need to enable the FURL on your board.
Phillyman Posted February 10, 2017 Author Posted February 10, 2017 38 minutes ago, Adriano Faria said: Not sure I follow, but if you want to show something like: then you just need to enable the FURL on your board. Hello Adriano, In IPB 3.x, you could directly get to an image without the landing page, by using this URL https://www.retromags.com/gallery/?module=images§ion=img_ctrl&img=100&file=medium This wasn't even a modification or plugin, it was built into the Gallery, when you would go to any Gallery Image landing page you would get these share links.... So I built my site around this functionality, I made BBCode to scale down the images, and I built my IP Content Databases to call images thru this URL structure. Now those URL's don't return anything, so in my forum I have thousands of broken images for the past 6+ years. Now my users see this.... and the underlying source code looks like this.... <p style="text-align:center;"> <img alt="index.php?app=gallery&module=images§" src="https://www.retromags.com/index.php?app=gallery&module=images&section=img_ctrl&img=13809&file=med"> </p> So I am looking for the new URL structure to call the images themselves back into posts, as I don't want the Image Page, but the actual image itself.
bfarber Posted February 13, 2017 Posted February 13, 2017 This looks like it might be a bug. I'd recommend submitting a ticket in your client area for assistance so we can take a look and verify if it's an issue we need to address or not.
Phillyman Posted February 13, 2017 Author Posted February 13, 2017 9 hours ago, bfarber said: This looks like it might be a bug. I'd recommend submitting a ticket in your client area for assistance so we can take a look and verify if it's an issue we need to address or not. Perhaps I did not phrase it correctly in my ticket from last month.... Calling IP Gallery Images #971923 At first they believed I was talking about the social sharing links (Twitter, Facebook, Pinterest), but I am referring to the share links, that used to give the ability to call an image directly with those URL variables above. If it is a bug, I would very much love to know so. Maybe you could re-raise the issue in my ticket above?
bfarber Posted February 14, 2017 Posted February 14, 2017 I've reopened your ticket so we can double check it. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.