Closed (won't fix)
Project:
Image
Version:
4.7.x-1.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2006 at 00:30 UTC
Updated:
17 Aug 2008 at 17:42 UTC
a very small tweek that I thought I'd post:
//changed this line 283
$content .= '<div class="author" align=center>'. t('%name', array('%name' => theme('username', $image))) . "</div>\n";
if (theme_get_setting('toggle_node_info_' . $image->type)) {
//removed this line
if ($image->created > 0) {
//removed this line
If you notice, now each image shows who posted it, rather than some name like dec-1103.jpg.. when you are logged in you can click their name to visit their profile, when not logged in the link is just a name.. and you can always click the image to see the full version.
I also changed the css to remove a bunch of whitespace.. can post that if you want.
Lets turn this gallery into a groups directory for og...
Comments
Comment #1
Fusion_Sushi commentedselect uid from og_uid where "x" is "1"
join
online status on udi
something like that...
Comment #2
Fusion_Sushi commentedthen thow the results into an array and select the info from the user table by uid and output the results into the image_gallery module with the hacks that pointed out above.. that should work right? perhaps, an option to leave out the online status join and to join with the usersearch.module???
Man, I could do this in an afternoon in my language..
Comment #3
Fusion_Sushi commentedOk, I've decided to write this up.. sorry guys but I have to do it in my own language.. I'll have a beta ready today if there are any other CFML people on here interested in testing I'll post the code for you in a new thread.
I won't base it on the image.gallery rather on a image gallery that I wrote years ago. It will have options to work with onlinestatus and have a little search stuff built in.
see ya in a few hours and happy Independence Day.
Comment #4
sunDevelopment and support for 4.7.x and 4.6.x has ended. You are strongly advised to upgrade to Drupal 5.x or 6.x.
Marking as won't fix. Feel free to re-open this issue if it still exists in one of the supported releases.