PDA

View Full Version : Wraparound addon


snaefell
02-09-2006, 12:26 PM
This addon enables wraparound in your photoblog.
Clicking on 'next photo' at the newest photo leads to the last
one available in the database, clicking on the first photo available
leads to the newest one, the same happens if you click on previous.
Copy the wraparound_images.php into the addon folder of your pixelpost installation.
To make the addon working, the image_template.html of your actice template must be
modified as followed:
Change all <IMAGE_NEXT_ID> to <IMAGE_NEXT_ID_WRAPAROUND>
and all <IMAGE_PREVIOUS_ID> to <IMAGE_PREVIOUS_ID_WRAPAROUND>.
Thats all what needs to be done.
The file replaces the old index.php hack, which did the same.
It can be downloaded at: http://www.snaefell.de/temp/wraparound_images.zip

se.nsuo.us
02-09-2006, 01:15 PM
Nice idea! and great that you turned it into an Addon :)

snaefell
05-02-2006, 03:16 PM
After updating to Pixelpost 1.5 RC1, I can let you know, that it's working without problems.

ranko
05-05-2006, 08:45 AM
thank you for this snaefell! i like this one a lot. but i seem to be having some problems with it, or maybe i'm just doing something wrong?:

specifically, it seems to disable naviagtion through future posts (previewing them when logged in as admin).

this is really just a minor point though--the usefulness of this addon outweighs this little hiccup, as far as i'm concerned--just thought i'd mention it. again, thanks!

snaefell
06-17-2006, 07:20 PM
Hi ranko,
sorry for the delay, but I had some other things to do inbetween.


specifically, it seems to disable naviagtion through future posts (previewing them when logged in as admin).


Thanks for notification, now I have noticed this problem.


this is really just a minor point though--the usefulness of this addon outweighs this little hiccup, as far as i'm concerned--just thought i'd mention it. again, thanks!


And now we have an update, which allows to wraparound future images when you are logged in as admin.
It can be downloaded at: http://www.snaefell.de/temp/wraparound_images.zip
If there are any problems, let me know, I haven't had any. Have fun.

ranko
06-21-2006, 01:26 PM
perfect! works beautifully. thanks very much!

blinking8s
06-22-2006, 10:08 PM
cool addon idea!