PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Announcements (http://www.photoplog.com/forum/forumdisplay.php?f=2)
-   -   PhotoPlog Pro v.2.1.0 Released (http://www.photoplog.com/forum/showthread.php?t=259)

Morgan 05-20-2006 05:33 PM

PhotoPlog Pro v.2.1.0 Released
 
PhotoPlog Pro v.2.1.0 has been released: the custom fields by category feature is here!

If upgrading be sure to revert any changed PhotoPlog templates! See the README.txt file. ;)

Also add the following to the PhotoPlog settings for PM popups:
  • Relative Links
    Code:

    var winobj = window.open("private.php
    window.location = "private.php

  • Absolute Links
    Code:

    var winobj = window.open("http://www.your-domain.com/forum/private.php
    window.location = "http://www.your-domain.com/forum/private.php

    Note: instead of the above two 'Absolute Links' you can use the following:

    var winobj = window.open("/forum/private.php
    window.location = "/forum/private.php

    The first / makes the browser treat /forum/whatever
    as http://www.your-domain.com/forum/whatever
    i.e., relative to www.your-domain.com

Remember to add them, one per line, to the same lines in each box.

PhotoPlog Pro v.2.1.x Discussion: here :)


All times are GMT. The time now is 10:41 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.