Re: Photo (map) gallery

Posted by Hugo <Nabble> on
URL: https://support.nabble.com/Photo-map-gallery-tp7043636p7053615.html

This is not so simple. The problem here is pagination. Since you want to show the page number before the ending, the system would have to insert that information in the custom title that you created. For example, imagine you have a title like this:

AAA | NY Ski Forum

The subsequent pages of this topic would be

AAA: Page N | NY Ski Forum

So the system would have to insert that information in your custom title and that isn't easy. So the simplest is to save the custom title as "AAA" and the NAML code appends the page number and the ending automatically.
Harvey44 wrote
My reason for this is with the MAP section I want to do something like:

{Map Post Title Name} | NY Ski Trail Map Directory

or something similar. By not having the ending be automatic I can customize
it even though it is part of the same app.
The NAML code can handle this. In other words, if the topic belongs to a forum, then the ending is "| NY Ski Forum". Otherwise, the ending is "| NY Ski Trail Map Directory". What do you think?