• I have been working on a Photolog which uses WordPress and would really like to know what people think of it. The features of this Photolog include:
    – XHTML compliant code
    – Simple once click addition of photos, auto thumbnail and resizing
    – Extraction of EXIF information from original photo and saved as meta
    – Easy installation, as easy as installing WordPress
    – Simple, clean design and look
    – Simple navigation
    I still have some more work to get the archives and the paged navigation work correctly, but here is Pictorialis – My new Photolog.
    This code and template will be shared once it is ready.

Viewing 15 replies - 76 through 90 (of 100 total)
  • repeat question, maybe this will be more clear:)
    i uploaded teh narchivescat.php (catagory archives page) i have a problem with the catagory title links: they are not looking in the photoblog directory , so the link is going somewhere else.
    i do not know where in the narchivescat.php to edit this so that it works properly.
    this is the link to thepage of catagory archives
    https://www.lavenderrose.net/pics/narchivescat.php
    each of the catagory title links are inncorrect. otherwise the install was very easy:)
    if someone can help with where to edit the narchivescat.php page to correct the links i would appreciate it a great deal:)
    thank you fae

    Thread Starter Laughinglizard

    (@laughinglizard)

    @intrepide1: Download the latest version again. There were some bugs which I fixed and chaging the $usePBM variable now to 1 should work if you have NetPBM installed on your server (which you cannot do unless you own the server). The fixes should be all in place now.
    @faewench: answer in your email. For those of you that are using narchivescat.php, there is an updated version out which fixes the titles issue.
    Peace.

    I’m still receiving that message; and nothing changes when I alter the %usePBM between 0 and 1. I don’t believe I have NetPBM on my server, but GD1.6.2 is definitely on there.

    Thread Starter Laughinglizard

    (@laughinglizard)

    @intrepide1: is there anything else *before* that error? any other warning?

    LL thank you so much:) it works and i am a very happy camper:)
    truly this is the easiest most wonderful for me photoblog:)
    thank you so much!!!!
    fae

    No, that’s the only error I receive.

    Thread Starter Laughinglizard

    (@laughinglizard)

    @intrepide1: If you could come by #wordpress on irc.freenode.net I could help you out a lot better (if you are still interested) Solving this on this thread is going to be a nightmare. ??
    Peace

    My photolog posting error:

    Warning: move_uploaded_file(https://www.el-oso.net/pictorialis/upload/043004Scan10038.jpg): failed to open stream: HTTP wrapper does not support writeable connections. in /home/.abbottwasher/dsasaki/el-oso.net/pictorialis/wp-admin/post.php on line 191
    Warning: move_uploaded_file(): Unable to move '/tmp/phpH1msWS' to 'https://www.el-oso.net/pictorialis/upload/043004Scan10038.jpg' in /home/.abbottwasher/dsasaki/el-oso.net/pictorialis/wp-admin/post.php on line 191
    Warning: Cannot modify header information - headers already sent by (output started at /home/.abbottwasher/dsasaki/el-oso.net/pictorialis/wp-admin/post.php:191) in /home/.abbottwasher/dsasaki/el-oso.net/pictorialis/wp-admin/post.php on line 345

    I assume that “HTTP wrapper does not support writeable connections” has something to do with my permission settings but my upload directory is set to 777. Any help, much appreciated.

    I’m on IRC now. I have work at 3:00pm CST though.

    Thread Starter Laughinglizard

    (@laughinglizard)

    @Interpdide: see you there!
    @eloso: judging from your other post on the other thread your problem is solved?

    @ll: Unfortunately no. I didn’t know where to put my problem, but I still get the same error report as above. I emailed my sys admin but they said it was something in the script? Wish I could go to irc, but i gotta run to work.

    Thread Starter Laughinglizard

    (@laughinglizard)

    @eloso: did you chmod all the right folders? That would be the first thing I would check. If you still cannot get it to work and cannot come to IRC, feel free to email me and I will help as much as I can.

    I installed Pictorialis the other night and am slowly paring down and editing the CSS to get rid of all the ‘text blog’ stuff that is just dead weight since I’ll be using it simply as a photoblog. One thing I noticed is that for the narchives.php page, when a new month starts the <h3>Month Name</h3> gets shifted up and mangled a little because of the “float: left” that’s on the <dl class=”gallery”> tags. My fix was to add:
    clear: both
    to the <h3> attribute in the stylesheet. So it now looks like this:

    h3 {
    font: 85% verdana, arial, sans-serif;
    letter-spacing: 0.2em;
    clear: both;
    }

    My photoblog is at sociallyretarded.net/pictorialis (I just started editing the styles so right now it looks pretty much like all the other default Pictorialis set-ups).

    I also added a:

    clear: both;

    to the h2 in the stylesheet to fix an overlapping issue I was having viewing the monthly archive.

    Bill_W… thank you for sharing this!!!!! i am so pleased now:) i was wonderign how to fix that error:)))
    a happy fae

Viewing 15 replies - 76 through 90 (of 100 total)
  • The topic ‘WordPress PhotoLog’ is closed to new replies.