Hello EvilKant
I've installed your blog extension (which works well) but I don't think it'll do what I want - though I could be wrong ;)
It looks like your blog extension is one instance for the whole gallery ? I need at least one instance (page) per album
Unless I'm wrong about that then the 'pages' extension is I think the only way to go
Thanks for looking though
And your English seems better than you think - you'd have to dumb down to communicate with some of my FB acquaintances
Offline
Mistic
Are you intending to have a look at doing something to allow the pages extension to do what i want ?
Because if not I'm thinking i could implement a Fancybox solution that would float over the album/images, that I'm capable of doing myself, not truly integrated but should be ok.
Using Fancybox would mean I could use a folder structure for the html/text files as well
Just i wouldn't want you to wast your time because I'd already found a way and not told you - but if your thinking ? 'I've started so I'll finish'
Do let me know
Offline
IGraham wrote:
It looks like your blog extension is one instance for the whole gallery ?
Yes, you are right.
IGraham wrote:
And your English seems better than you think - you'd have to dumb down to communicate with some of my FB acquaintances
Thanks :)
Offline
I worked since i answered you, but now I've a 4-days week-end I'll take a deeper look :)
Offline
quick and more than i expected - i think
however
Fatal error: Call to undefined function mass_inserts_ignore() in /home/sites/sunderlandmountaineeringclub.org.uk/public_html/piwigo2/piwigo/plugins/linked_pages/admin.php on line 74
i'm hoping this is an easy fix
Offline
copy-pastes from another plugin :(
you can edit the file and eplace the function by "mass_insert"
edit: you should re-download version 1.0.0 (as there was only two downloads I didn't publish a new version but replaced the first)
Offline
your going to have to give me a few more clues - what do i alter and where
Offline
ok got it
that is absalutaly great, just what i wanted
thanks for doing it
except i've now got a load of work transfering stuff over to :)
Offline
mistic100 wrote:
edit: you should re-download version 1.0.0 (as there was only two downloads I didn't publish a new version but replaced the first)
You cheated ^^
Thx for that usefull plugin and so quick!
Offline
Hello Mistic
The Linked Pages extension works well and again thanks for making it
But you know what is like give the people a millimetre and they want a kilometre ;)
At the moment the (dynamic) menu appears on the Album thumbnail page, would it be possible for it to also appear on the album image page - would be nice but not a big thing
Do I/can I tweak the actual menu from the CSS file - size, background, font etc
Offline
i'll look
the structure is quite simple
<ul id="linked_pages" <li id="linked_page_{$page_id}" class="row_{$page_position}">.....</li> ..... </ul>
you can add css in LocalFilesEditor ($page_position starts to 0, not 1)
Offline