Jump to content

Gallery Controllers Variables


Phillyman

Recommended Posts

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 :(

 

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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&section=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....

sharelinks.png.3af34d93e0ab0b4105b59fe6345829c8.png.1cf5ad9d5bb14d68d22e0782a1dee3b3.png

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....

broken.png.0f859fb4221b6cb53a5dc4a76bc2a7e5.png

and the underlying source code looks like this....

 

<p style="text-align:center;">
	<img alt="index.php?app=gallery&amp;module=images§" src="https://www.retromags.com/index.php?app=gallery&amp;module=images&amp;section=img_ctrl&amp;img=13809&amp;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.

Link to comment
Share on other sites

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?

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...