![]() |
Is there a way to have this send an email to the Admin when a new pic has been uploaded? I had a user upload a pic and I didn't even know it was there ro be verified until I accidentally checked this in the Admin CP. ;)
|
Quote:
|
Upps. Then i am very sorry. I apologize for that. The word "another". Sorry again.
Cheers, |
Since I succesfully installed this *must have* hack migrating pics from vB2, I found the way to add a "comment" into the album_image_list:
1) Add this code in profile.php just below: require_once('./includes/functions_upload.php'); process_image_upload('profilepic', $avatarurl); PHP Code:
<tr> <td><phrase 1="$permissions[profilepicmaxwidth]" 2="$permissions[profilepicmaxheight]" 3="$permissions[profilepicmaxsize]">$vbphrase[note_maximum_size_x_y_or_z]</phrase></td> </tr> Code:
<tr><td> <div class="smallfont" style="margin-top:$stylevar[formspacer]px"><label for="profilepic"><input type="checkbox" name="deleteprofilepic" value="1" id="profilepic">$vbphrase[delete_current_profile_pic] </label></div> with this: Code:
<div class="smallfont" style="margin-top:$stylevar[formspacer]px"><label for="profilepic"><input type="checkbox" name="deleteprofilepic" value="1" id="profilepic">$vbphrase[delete_current_profile_pic] - <i>$profilepic[comment]</i></label></div> Code:
<td valign="top" style="padding-left: 20px"><a style="font-size:11pt" href="member.php?$session[sessionurl]u=$image[userid]"><b>$image[musername]</b></a><br /><span class="smallfont">$image[usertitle]<br /><br /><i>$image[comment]</i></span><br /> http://www.egcommunity.it/forumbeta/album.php? (Sorry, need to be registered in order to view the photo gallery!) ;-) |
Quote:
|
Quote:
the modifyprofilepic page with the input field and the comment below the photo: |
Quote:
Cheers, |
and here the screenshot of the photo gallery (the comments are on the right in italic fonts):
|
Quote:
I had on vB 2.2.9 vb Member Photo by Velocd with the "comment" field. I installed Member Photo Album v2.0 on vB 3.0.1 but I didn' find the "comment" field, so I just added this option that was present on the earlier version. Thanks |
Quote:
Cheers, |
All times are GMT. The time now is 02:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|