Acidfree access denied on upload

For documentation purposes, here's how i fixed the out-of-the-box Access Denied error on mass-import images function.

Buddylist Userprofile integration

As usual, a lot of hacking snippets, but I've got things working.

Started off with adding a "add/remove" buddy link from snippet here http://drupal.org/node/35738

Buddlylist

Ok i'm kind of scared because I got an error whenever I view another user's profile:

Acidfree empty album prompt

I felt new empty albums required a prompt after their creation. Prompt to upload images into the empty album after creation.

file: class_album.inc

Guestbook default avatar fix

Default Avatar shows up in Firefox but doesn't link while it in IE it doesn't show up at all. Entries are missing completely.

Here's what i did to fix it:

In the function:

Guestbook - show textbox on own page

Normally the Textbox is omitted when viewing your own homepage, but I've found that users want to see their page as others see it, so I put in the textbox for aesthetic value.

Acidfree fixed

I solved the problem of the Second Album being automatically inserted into the first album.

Current Per-user Album options

So my options are...

1. Find a new host that has php 5 + wait for a solution to my ImageField 5.x-2.1 issue (so i can use YAGM)

Multiple Image Upload (imagex) doesn't work

Multiple Image Upload (imagex) doesn't work.

Gallery2

Gallery2 is WAY TOO BULKY.

Acidfree User Albums

On the guidance from a fellow drupalist named WorldFallz, I've decided to try the Acidfree dev version and so far it's working pretty well!

User Profile Gallery Options

There are many approaches to allow users to have a profile gallery of images.

Guestbook - return to profile after tagging

The module was returning users to the guestbook/$uid page after leaving a message which sucked, so i modified the function:

function guestbook_form_entry_form_submit($form_id, $edit) {

Imagefield 5.x-2.1 doesn't work

For documentation purposes I'm pasting my durpal.org issue post: This is the reason why we are using an older version of Imagefield.
---------

Guestbook visibility

I originally had the guestbook showing up only on pages that resolve to user* but that means guestbook posts were showing up on the edit tabs so I used this piece of code:


<?php

Guestbook textarea

Apparently the cols=32 doesn't do anything to control the width so I guess the CSS is limiting the width.

Guestbook Name link

So I've attempted to move the name link (that appears above the guestbook entry photo) to the area above the datestamp but I can't get it removed.

Guestbook Block

So i decided to move the Guestbook onto the right side bar but the guestbook call that i used for the user_profile.tpl doesn't work in the block so I had to pull out code that i used in rollsonline.

Guestbook imagecache photos

I modified the guestbook.module file and inserted and imagecache call on the user photos for the guestbook comments.

Guestbook

The guestbook module has to be inserted like any other Profile element: something like this:

if (module_exists('guestbook')) {