Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

 Search results for: avatar

Pages: [1] 2 3 4 5 ... 9
1
cpg1.5 plugins / Features like avatar, and PM'ing?
« by Danny Gills on July 30, 2011, 08:02:39 pm »

......  edit the other one.  1) How do I make people have avatar's in their profiles? maybe mod?  2) How do I make  ......
2
cpg1.5 plugins / Re: Forum Plugin: Avatar in {SYS_MENU}
« by Αndré on August 29, 2012, 11:03:48 am »

......  on August 28, 2012, 02:53:42 pm  How can I ad an avatar to my profile?   Exactly as explained above. If  ......
3
Mods: Miscellaneous / Avatar in comments w/o modpack
« by mahdi1234 on September 23, 2009, 10:33:25 am »

......  there,  I wanted to include avatar in comments on my site, but wasn't happy about  ............  else on your website with write access to store avatars. Then edit avatar.php for  $target_dir - path  ............  your avatars would reside if ($mime != 'image/jpeg') -  ............  over to root of your cpp and access at cpp.tld/avatar.php - should everything go well you can now  ............  avatars. All uploaded files are automatically renamed to  ............  ID of current user.  Now let's integrate avatars into comments editing theme.php  Find function  ............ ' => $CONFIG['picture_table_width'],  '{AVATAR}' => $row['author_id'].'.jpg'  );   ............  theme put where it fits Code: [Select] <img src="avatar/{AVATAR}">  Now avatar shall display in comments.  ............  to left (I did not want to force some default avatar here, but you can).  I've also modified user  ............  have direct access from their profile to change avatar - though keep in mind this is modification of  ............ ;  $current_user = $USER_DATA['user_id'];  $avatar = 'avatar/' . $current_user . '.jpg';  if (!  ............ ($avatar)) {  $avatar = 'avatar/unset.jpg'; }    ............ "center" class="tablef" valign="center">  <a href="avatar.php"><img src="$avatar" border="0"></a>  </ ............ />  </td>  </tr>  This will display user avatars in profile and for those with unset avatar show  ............  on this will bring them to page to upload avatar - see attached profile.jpg.  Hope this helps to  ......
4
cpg1.4 miscellaneous / MOVED: Avatar in comments w/o modpack
« by Joachim Müller on September 23, 2009, 10:39:47 am »
5
cpg1.5 miscellaneous / Re: Problem with avatar
« by BasilF on June 10, 2010, 07:51:15 am »

......  the use of bb code. You can also use field 6 for avatars. To show an avatar in the profile, it should be  ............  in bbcode, for example to show 'avatar.gif', which is located in your images folder, use  ............ %3A%2F%2Fwww.yoursite.com%2Fdocs%2Fen%2Fimages%2Favatar.gif&hash=b4742992749421a4e46258bea1b06ec73feabd61) ......

......  avatar creation script is on a german website I run, you  ............  find it here: http://osterburken.net/avatar/ (with an english user interface: http:// ............ .net/avatar/index.php?lang=english ) Your're free to create  ............  own avatar there, or send your users there to get one.  ............ , you can't download a full set of avatars there for your users to chose from (and it would  ............  there currently are 41,797,537 billion different avatars that could possibly be created with the script).  ............  or the other. Please click the link "about the avatar-script (this page)" on the page I refered to to  ......
7
cpg1.4 modpack by Stramm / Re: no avatar showing, need help with code
« by celeritycat on July 10, 2008, 11:06:44 pm »

......  got it! I just needed to add the avatar right before message body Code: [Select] <div id=" ............ ="display:block">  {AVATAR} {MSG_BODY}  </div>Yeah!!!! ......
8
cpg1.4 themes/skins/templates / User forum Avatar in index
« by fangweile on September 08, 2007, 03:33:14 am »

......  it be possible to display the user avatar from SMF to coppermine index? I want to display  ............  user avatar just like in SMF forum. ......
9
cpg1.3 (BBS) Integration / Bridging / Ipb Avatar instead of last Pic
« by chupa2k on July 20, 2005, 10:58:41 am »

......  , Is it possible to Display the User's Defined avatar from the Invision Power Board as the picture you  ......
10
cpg1.3 Miscellaneous / Nibbler's Random Photo Avatar based on owner
« by Carver on February 15, 2005, 07:16:54 pm »

......  image script with me that he uses to create his avatar on this site. It works great so good in fact that  ............  a random thumbnail from their gallery for their avatar.  I am php challenged and while I understand what  ......

......  is install a coppermine that is just a gallery of avatars for use on my message board. I have this setup  ............  that I could get fields to show up underneath the avatar so the url could be copied into the peron's  ............  they would navigate through and select their avatar. Then if there is a done button at the bottom,  ............  new avatar is set in their profile page which they then  ......
12
cpg1.5.x Français (French) / Avatar en 1.5?
« by corboniko on December 05, 2010, 10:49:22 am »

...... , La version de Cpg 1.5 prend elle en charge les Avatars dans le profil des utilisateurs ainsi que devant  ............  de Cpg 1.5 mais je trouve pas. J'avais activé les Avatars par le Mod Stramm.  Merci pour votre réponse,   ......
13
cpg1.5 plugins / Re: Plugin request
« by chasfh on September 06, 2011, 03:08:53 pm »

......  to start. Can't seem to get the page to grab the avatar that's stored in the table though. Probably me  ......
14
cpg1.5 plugins / Re: Avatar in {SYS_MENU} help
« by Αndré on September 03, 2012, 01:55:55 pm »

......  avatar settings? Coppermine has nothing like that. ......
15
cpg1.4 miscellaneous / Re: using avatar on non coppermine?.
« by Justttt on June 22, 2006, 05:40:43 pm »

......  , demo -> http://www.y-idols.com/justttt/gall/avatar.php  but i no all the code thats still in there  ............ ', true); define('CONFIG_PHP', true); define('AVATAR_PHP', true); //language file require('include/ ............  = $matches[1] . '.' . $matches[2];  $avatar_name = 'user_'.(USER_ID + FIRST_USER_CAT).' ............ $CONFIG['fullpath'] . $filepath . $picture_name;  $avatar = $CONFIG['fullpath'] . $filepath . $avatar_name;  ............  if (!resize_image($work_image, $avatar, $CONFIG['mini_thumb_width'], $CONFIG[' ............  cpg_db_query("UPDATE {$CONFIG['TABLE_USERS']} SET avatar_url='".$avatar."' WHERE user_id='".(USER_ID)."'"); ............ ("UPDATE {$CONFIG['TABLE_COMMENTS']} SET avatar_url='".$avatar."' WHERE author_id='".(USER_ID)."'" ............  0; URL=' : 'Location: ';  $redirect = "avatar_manage.php";  header($header_location . ............ '])) {   switch ($_POST['dowhat']) {  case "delete_avatar":  if (isset($_POST['all_avatar'])) { //confirm  ............  clicked??  //first let's check if an uploaded avatar is in his folder  $result = cpg_db_query(" ............  avatar_url FROM {$CONFIG['TABLE_USERS']} WHERE user_id =  ............ ($result);  mysql_free_result($result);  $avatar_url = $url_data['avatar_url'];  @unlink($ ............  cpg_db_query("UPDATE {$CONFIG['TABLE_USERS']} SET avatar_url='' WHERE user_id='".(USER_ID)."'");  //not  ............ ("UPDATE {$CONFIG['TABLE_COMMENTS']} SET avatar_url='' WHERE author_id='".(USER_ID)."'");   ............ : '.$PHP_SELF);  }  break;  case "set_avatar":  $mark_list=$_POST['list'];  if ($marklist[0]) ............  cpg_db_query("UPDATE {$CONFIG['TABLE_USERS']} SET avatar_url='".$CONFIG['fullpath'].$key."' WHERE user_id=' ............ ("UPDATE {$CONFIG['TABLE_COMMENTS']} SET avatar_url='".$CONFIG['fullpath'].$key."' WHERE  ............ ($result);  $result = cpg_db_query("SELECT avatar_url FROM {$CONFIG['TABLE_USERS']} WHERE user_id =  ............ ($result); mysql_free_result($result); $avatar_url = $url_data['avatar_url']; if ($avatar_url !=" ............ ") $avatar_url = "<img src='".$avatar_url."' class=\"image\"> ............ "; else $avatar_url="";    pageheader($lang_avatar['manage']);  ............ "fieldset">  <div align="right">  <legend>$avatar_url</legend> </div>  <table cellpadding="0"  ............  colspan=2><br />";   printf ($lang_upload_php['avatar_instr_1'], $CONFIG['max_upl_size']);   echo "</ ............ ></tr>";  }      function create_avatar_upload () {  global $lang_upload_php, $CONFIG, $ ............ $_SERVER['PHP_SELF']);  //open_form('upload_avatar.php');  form_instructions();           ......
16
cpg1.5 bridging / Error in PHP code
« by Azura on July 21, 2013, 07:45:57 pm »

......  me where to find the plugin that adds users to avatars? Or how to display the avatar from the forum ( ......
17
cpg1.5 themes (visuals) / Re: Move profile custom fields
« by allvip on July 22, 2014, 05:30:44 pm »

......  wants to know this is a way for coppermine user avatar or profile avatar......

......  the issue was solved, as well the issue with the avatar. But I'm still having probles to manage all  ............  in my profile, even I have uploaded the image avatar successfully There is something wrong with  ............  at the print screen.  And where can I get in the avatar manage without typing the whol path on the  ......
19
Feature requests / Re: Avatar Maker
« by foulu on August 30, 2004, 10:02:45 am »

......  you want to see, plz go to my site and click to [ AVATAR MAKER ] under any pictures.  http://ffgalleries. ......
20
Feature requests / Re: Avatar
« by xsportseeker on March 15, 2006, 03:27:05 pm »

...... 's mod has a "Avatar" feature. I'm not shure it does everything you  ......
21
cpg1.4 themes/skins/templates / Avatar While Registration
« by mihirc on April 17, 2009, 07:29:46 am »

...... ,  I would like to have my gallery to have a avatar selection option for my members who are  ......
22
cpg1.4 themes/skins/templates / Re: [Solved]: Avatar in comments
« by Stramm on January 14, 2009, 08:01:03 am »

......  anymore as it is already prepared to query the avatar and his special version even to replace the  ......

......  are used for the comment notification system, the avatars, the buddy list and, if you want they'll replace  ............  thumbs of a size you like. If you want to use the avatar you'll have to enable the mini thumbs to get the  ............  functionality (if not then only user uploaded avatars will work, if enabled, users can pick one of  ............  uploaded pics and make them their avatar). There's a lot of more you can do with them. Eg.  ......
24
cpg1.4 plugin contributions / Re: avatar maker plugin for cpg 1.4.x
« by xFyrios on January 19, 2010, 03:17:12 am »

...... /index.php?sx=0&sy=0&ex=450&ey=450&file=avmaker/avatar&action=effect&pid=12  Could anyone help me out  ......

......  it has to do something with the bridging and the avatar hack (although it is disabled in config), because  ............  AS user_id,  AS avatar_url     ............  version for the right syntax to use near 'AS avatar_url     ......

......  funziona a meraviglia, ma vorrei integrare gli avatar utente del phpbb in coppermine. Su questo  ......
27
General discussion (no support!) / Re: [forum-profile] Size of avatar?
« by Nibbler on August 21, 2006, 11:24:07 pm »

......  does this have to do with the size of your avatar? Follow the board rules if you want to be treated  ......
28
cpg1.5 miscellaneous / Re: Getting Error on mysql_query()
« by Jeff Bailey on October 18, 2012, 03:26:59 am »

......  = mysql_fetch_array($result))  {  if($row['avatar'] != "")  {  $avatar = "http://www. ............ .com/forums/{$row['avatar']}";  }  else  {  $avatar = " ............ ://www.modmydesktop.com/forums/images/mmdefaultavatar.png";  }    $mmd_unreadpms = $row[' ............   echo '  <li class="loggedin"><img src="'.$avatar.'" id="logavatar" height="30" width="30" />User: ' ......

...... 't allow file uploads (group control panel). The avatar upload uses these permissions, too.   If you want  ............  uploads are disabled, then you'd have to modify avatar_manage.php and comment out the following line  ......
30
cpg1.4 modpack by Stramm / Re: Avatar manage - missing thumbs/wrong link
« by Stramm on October 01, 2007, 06:32:10 pm »

...... avatars require minithumbs to be enabled and created...  ............  are used for the comment notification system, the avatars, the buddy list and, if you want they'll replace  ............  thumbs of a size you like. If you want to use the avatar you'll have to enable the mini thumbs to get the  ............  functionality (if not then only user uploaded avatars will work, if enabled, users can pick one of  ............  uploaded pics and make them their avatar). There's a lot of more you can do with them. Eg.  ............  view - Use mini thumb as category lead image  Avatar (default off) Config -> User settings - Enable  ............  Avatar (Mini Thumbs Required) Check your profile as well. ............  Here's a link to the avatar manager. Surfers who have uploaded pics can  ............  their avatar from them or users just can upload an image that  ............  course get sharpened too). If you have choosen an avatar all users will see it in your profile and next to  ............  etc. If you use a bridged Coppermine your forums avatars gets used instead   ......
Pages: [1] 2 3 4 5 ... 9

 

Page created in 0.298 seconds with 30 queries.