For documentation purposes, here's how i fixed the out-of-the-box Access Denied error on mass-import images function.
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
Ok i'm kind of scared because I got an error whenever I view another user's profile:
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
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:
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.
I solved the problem of the Second Album being automatically inserted into the first album.
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.
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!
There are many approaches to allow users to have a profile gallery of images.
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) {
For documentation purposes I'm pasting my durpal.org issue post: This is the reason why we are using an older version of Imagefield.
---------
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
Apparently the cols=32 doesn't do anything to control the width so I guess the CSS is limiting the width.
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.
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.
I modified the guestbook.module file and inserted and imagecache call on the user photos for the guestbook comments.



