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: album stats

Pages: 1 2 3 4 [5] 6
121
cpg1.4 themes/skins/templates / Re: Theme hardwired
« by steveeh131047 on April 12, 2008, 10:31:02 am »

...... , rather than modify PHP code, you can remove the album stats by a simple styling command: Find the  ............  that starts with Code: [Select] .album_stat { and insert a line below it that reads Code: ............  display: none; Getting rid of the total number of albums/uploads stuff is more difficult with just style  ......
122
cpg1.4 miscellaneous / Re: Another issue with linking files
« by Singular on July 09, 2007, 11:55:51 pm »

......  having the linked files be accounted for in the album stats (last updated)? As of now, albums with only  ......
123
Feature requests / Hidden gallerys
« by boii on October 05, 2003, 05:05:33 pm »

......  with users/groups. and then in properties of an album you can choose who can view it. (onyl registered,  ............ ). if a user doesn't have permissions to view an album, it will show up wth a graphic (private.jpg i  ............ ) saying its a private album, and clicking on it will render the result 'no  ............  to display'. this way they only haev access to albums which you've granted so. there's a mod out  ............  the old support board) where you can have private albums not show up in the list as well. i think (and  ............  improved from what i understand (multi group albums, users can be in more then one group etc. [and  ............  love to see photos based on permissions within albums, but hey!]). in any case, play aroudn, its  ............  permission levels to account?. right now i have 2 albums [1 public, 1 private]. users only see my 1  ............  one [i use the mod]. but the stats up top still say (obviously) 2 albums and x  ............ ). i get way too many emails ..'wheres the other album?') anyway. cheers. ken cheers.  ......
124
Mods: Statistics / Re: MOD: Detailed Gallery Statistics
« by copperphoto on February 12, 2006, 06:38:26 pm »

......  a video with a custom thumb in the ''most voted'' stats and I see a red X instead of the thumb. The same  ............  apply to the video album which is in the ''most viewd album'' stats (this  ............  properly everywhere else (outside gallerystats.php).  Claude       I have the same problem. I am  ......
125
Mods: Statistics / Re: [Done] statistics as an image - have a look
« by just_some_guy on October 13, 2007, 10:12:49 pm »

...... --------------------------- // // Based on PHPhotoalbum by Henning Stĝverud <henning@stoverud.com>  ............  // // http://www.stoverud.com/PHPhotoalbum/ // // -------- ............  this $cpg_lang_random = "Random pic of this album"; //translate this $cpg_lang_keywords = "Keywords" ............ $CONFIG['TABLE_PREFIX']."pictures"; $CONFIG['TABLE_ALBUMS'] = $CONFIG['TABLE_PREFIX']." ............ '"); $row = mysql_fetch_row($result); $cpg_album_path=$row[1]; $result = mysql_query("SELECT *  ............  $function == 'latestMember' || $function == 'boardStats') {  $function(); // Execute Function   ............  cpg_thumb() { GLOBAL $CONFIG,$url_of_cpg_dir,$cpg_album_path,$cpg_thumb_pfx,$cpg_thumbcols,$ ............ =$arg_list[2];} if ($numargs > 3) {$cgp_limit_album=$arg_list[3];} if ($numargs > 4) {$cpg_random=$ ............ ']} WHERE approved='YES' "; if($cgp_limit_album!=""){$query.="AND aid='".$cgp_limit_album."'";} $ ............  $return_value.=$url_of_cpg_dir."thumbnails.php?album=".$row['aid'];  }  $return_value.="\" ";    ............ .=">";  } $return_value.= "".$url_of_cpg_dir.$cpg_album_path.$row['filepath'].rawurlencode($cpg_thumb_pfx. ............ ,1,1,"",0);} }  function cpg_total_pics($cgp_limit_album) { GLOBAL $CONFIG,$cpg_decimal_point,$ ............ ']} WHERE approved = 'YES'";  if($cgp_limit_album!=""){$query.=" AND aid='".$cgp_limit_album."'";}   ............ ); }  function cpg_total_views($cgp_limit_album) { GLOBAL $CONFIG,$cpg_decimal_point,$ ............ ['TABLE_PICTURES']} WHERE 1";  if($cgp_limit_album!=""){$query.=" AND aid='".$cgp_limit_album."'";}   ............ ); }  function cpg_hit_ratio($cgp_limit_album) { GLOBAL $CONFIG; //get stats $result= ............ (((str_replace(".", "", cpg_total_views($cgp_limit_album))/str_replace(".", "", cpg_total_pics($ ............ ); //$cpg_ratio_string=cpg_total_views($cgp_limit_album).'|'.cpg_total_pics($cgp_limit_album).'|'.$ ............ ;   }  function cpg_stat_string($cgp_limit_album) { GLOBAL $url_of_cpg_dir,$cpg_lang_pics,$ ............ ='[<a href="'.$url_of_cpg_dir.'thumbnails.php?album='.$cgp_limit_album.'"><b>'; $cpg_stat_string.= ............ ($cgp_limit_album); $cpg_stat_string.='</b> ' . $cpg_lang_pics . '</ ............ >, <a href="'.$url_of_cpg_dir.'thumbnails.php?album=topn&cat=-'.$cgp_limit_album.'"><b>'; $ ............ .=cpg_total_views($cgp_limit_album); $cpg_stat_string.='</b> ' . $cpg_lang_views . '< ............ ="SF=Spanner-Faktor:Wie oft sind die Bilder dieses Albums durchschnittlich angeklickt worden, im Vergleich  ............  gesamten Galerie?">SF: '.cpg_hit_ratio($cgp_limit_album).'</span>'; $cpg_stat_string.=']'; return $ ............ ; }  function cpg_total_albums() { GLOBAL $CONFIG,$cpg_decimal_point,$ ............ ;  $query = "SELECT count(*) FROM {$CONFIG['TABLE_ALBUMS']} WHERE 1";  $result = mysql_query($query);  $ ............  = mysql_fetch_array($result);  $album_count = $nbEnr[0];  mysql_free_result($result);   ............  return number_format($album_count,0,$cpg_decimal_point,$ ............ =\"search_cpg\"> <input type=\"hidden\" name=\"album\" value=\"search\" /> <input type=\"hidden\" name= ............ >"; return $cpg_search_string; }  function cpg_stats() { GLOBAL $CONFIG; $result=mysql_query("SELECT  ............ (*) FROM {$CONFIG['TABLE_ALBUMS']} WHERE 1"); $nbEnr = mysql_fetch_array($result) ............ ; $album_count = $nbEnr[0]; mysql_free_result($result);  $ ............ ($result);   print $picture_count.", ".$album_count.", ".$cat_count.", ".$comment_count.", ".$ ............ ; } $total_pics = cpg_total_pics(""); $total_albums = cpg_total_albums(); $total_comments =  ............ ; ImageString($im, 3, 105, 7, "Statistics of [your album-name here]", $farbe_text); ImageString($im, 2,  ............ ", $tc); ImageString($im, 2, 105, 30, "$total_albums Albums", $tc);  ImageString($im, 2, 105, 40, "$ ......

......  photos pulled up in the search results, I get a "album does not exist error message. Also the cloud tags  ............ 't work, I get the error message that the album does not exist again when you click a tag. This  ............  get it fixed because it is seriously affecting my stats more than likely frustrating a lot of people and  ............  intro to appear on the main gallery page with the albums. It explains to my customers what I do as far as  ......

......  "path" like the following :  rootcat > subcat > album (with pictures)  you can only set a thumb to the  ............  a thumbnail of course, and the sub categories / albums only shown as text stats.  But more important i  ......
128
cpg1.4 themes/skins/templates / Re: How I can eliminate this??
« by Joachim Müller on December 03, 2007, 07:43:10 am »

......  appear to want to remove the stats (statistics). Did you try searching the board for  ............  term ("remove album stats")? ......
129
cpg1.4 miscellaneous / Re: Is is possible to use 1 picture in more albums
« by Joachim Müller on December 12, 2005, 05:49:44 pm »

......  in coppermine's config if you're refering to the album stats. Please respect the "one question per  ......

...... , Quote  ajouter le nombre de photos et d'albums   VUUD, supporter developpeur, a conçu un script  ............  fait plein de choses sympas, et permet d'afficher Stats , images.... ailleurs que dans Coppermine, sur  ............ -dessous. L'image est actuellement piochée dans un Album spécifique (Gassendi et Peiresc) CPMFetch peut  ......
131
cpg1.4 miscellaneous / Re: where can I find this code in CPG??
« by Tango589 on April 12, 2006, 06:16:41 pm »

......   a) disable statistics in config b) now put the stats in an anycontent block (lil howto is here http:// ............ .0 ) c) include the anycontent block (config - Album list view - The content of the main page --> add ' ......
132
cpg1.4 themes/skins/templates / Re: Quick Question (I think!)
« by mel930 on August 13, 2007, 01:11:11 am »

...... : Nibbler on August 13, 2007, 12:12:11 am  The album stats are controlled by the album_stat class. The  ............  anything that refers to the black text for the album general settings. Surely someone knows what file  ............  if you know the file.   Where would I find the album_stat class?  Thanks for the link to the resources  ......
133
cpg1.4.x Français (French) / Re: Envoyer un email à tous mes membres
« by akhlan on July 06, 2007, 02:02:35 pm »

......  on small images -Enhances Nibbler's onlinestats like in the 1.3 version (online/ offline status  ............  friends last comments, last uploads, profile... album permissions can be set that only album owners and  ............  buddies can view albums (doesn't work yet if you're running a bridged  ............  top of the site ... when logged in buddy and PM stats instead -Speeded up stats... galleries with a lot  ......
134
cpg1.2 Standalone Support / Re: diferent questions
« by Joachim Müller on January 25, 2004, 02:42:54 pm »

...... : "zom"  2/ How to reinit to 0 all the count of stats (images most seen ...)  log in as admin, admin  ............ , choose a category, click "edit pics" next to the album thumbnail: notice the "Reset view counter" thingy? ......

......  p ".  'LEFT JOIN '.$CONFIG['TABLE_ALBUMS'].' as a '.  'ON p.aid=a.aid '.   ............  doesnt need that anyways... all the galery stats are deact. if $cat < 1    $result =  ............ ("SELECT aid FROM {$CONFIG['TABLE_ALBUMS']} as a WHERE category >= " . FIRST_USER_CAT.$ ............  several k aids which also were then put into $ALBUM_SET and into the other queries in lastup,random, ............  deactivated with: if ($cat > 1) {  // Add the albums in the current category to the album set in  ......

......  pic you need at least one real picture in the album. For the stats you need to enable that in config  ......
137
cpg1.4 themes/skins/templates / Re: How to remove 'X albums on X page(s)'
« by -TRshady- on December 25, 2005, 11:09:48 am »

...... , you linked me to: "You can remove the gallery stats (4331 files in 178 albums and 11 categories with  ............ : http://www.shadygallery.com/ 4 pages on 1 album(s) for example  Thanks! ......
138
Mods: Statistics / Re: Album Views
« by Ludo on May 22, 2008, 09:22:57 am »

......  is a mod to display album views in albums stats on Album list  Demo: http:// ............  Code: [Select]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............  Code: [Select]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............ ) : "") . (($hit_count > 0) ? sprintf($lang_list_albums['n_views'], $hit_count) : ""); FIND Code: [ ............ ]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............  Code: [Select]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............ ) : "") . (($hit_count > 0) ? sprintf($lang_list_albums['n_views'], $hit_count) : ""); FIND Code: [ ............ ]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............  Code: [Select]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............ ) : "") . (($hit_count > 0) ? sprintf($lang_list_albums['n_views'], $hit_count) : ""); FIND Code: [ ............ ]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............ ] && $link_pic_count > 0 )? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............  Code: [Select]  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............ ) : "") . (($hit_count > 0) ? sprintf($lang_list_albums['n_views'], $hit_count) : ""); SAVE AND CLOSE  ......

......  not believe they are supposed to show up in the stats, at least on my site they don't. I guess keywords  ............  not designed to fill albums. Also, stats are driven from actual database  ............  ( I think) so for accurate stats on the entire gallery I guess it would not  ............  ones in the album that are linked.  Anyway, good luck! Maybe  ......

...... . There were 2 main problems about it.   1) The stats display that say how many photos, albums,  ............ . So i decided to remove the code that gathers the stats from the index.php and place it in a seperate . ............  you can either run manually when you want the stats to be updated or make it a cron job to  ............ ("SELECT count(*) FROM {$CONFIG['TABLE_ALBUMS']} as a WHERE 1" . $album_filter);  $ ............  = mysql_fetch_array($result);  $album_count = $nbEnr[0];   ........................ ............ ] $exec = mysql_query("SELECT * FROM gallery_stats LIMIT 0,1") or die(mysql_error());  $data = ............  mysql_fetch_assoc($exec);  $album_count = $data['albums'];  $picture_count =  ............  SQL: Code: [Select] CREATE TABLE `gallery_stats` (  `stat_id` tinyint(3) unsigned NOT NULL  ............ ,  `albums` bigint(20) NOT NULL default '0',  `pictures`  ............ =2 ;  --  -- Dumping data for table `gallery_stats` --   INSERT INTO `gallery_stats` VALUES (1, 0, 0, ............ , 0);  This will create a table that will hold the stats that index.php will retrieve and display and that  ............  following file (gallery_stats.php) will generate...  1d) Create a php file  ............ ); mysql_select_db($db_name);  $CONFIG['TABLE_ALBUMS'] = "usercpg11d_albums"; $CONFIG['TABLE_PICTURES' ............  mysql_query("SELECT count(*) FROM {$CONFIG['TABLE_ALBUMS']} as a WHERE 1" . $album_filter);  $ ............  = mysql_fetch_array($result);  $album_count = $nbEnr[0];  mysql_free_result($ ............ ']} as p " . 'LEFT JOIN ' . $CONFIG['TABLE_ALBUMS'] . ' as a ' . 'ON a.aid=p.aid ' . 'WHERE 1' . $ ............  'ON c.pid=p.pid ' . 'LEFT JOIN ' . $CONFIG['TABLE_ALBUMS'] . ' as a ' . 'ON a.aid=p.aid ' . 'WHERE 1' . $ ............ ']} as p " . 'LEFT JOIN ' . $CONFIG['TABLE_ALBUMS'] . ' as a ' . 'ON p.aid=a.aid ' . 'WHERE 1' . $ ............ ($result);   mysql_query("UPDATE gallery_stats SET albums=$album_count, categories=$cat_count,  ............ ['TABLE_PICTURES']} WHERE approved = 'YES' $META_ALBUM_SET ORDER BY RAND() LIMIT $limit2"; Replace it  ............ ['TABLE_PICTURES']} WHERE approved = 'YES' $META_ALBUM_SET ORDER BY RAND() LIMIT $limit2";   ............  top viewed photos. When you visit the top views album and from there you click to see a photo the page  ............ ']} WHERE approved = 'YES' AND hits > 0 $META_ALBUM_SET $keyword"; and replace with the following:   ............  approved = 'YES' AND hits > $hit_limit $META_ALBUM_SET $keyword"; 3b) find the line:  Code: [Select]  ............ ']} WHERE approved = 'YES'AND hits > 0 $META_ALBUM_SET $keyword ORDER BY hits DESC, filename $limit" ............  WHERE approved = 'YES'AND hits > $hit_limit $META_ALBUM_SET $keyword ORDER BY hits DESC, filename $limit" ............  be do this: Go to the 10th page of the top views album and see how much views the last photo of this  ............  this modification is that you limit the top views album to the first 10 pages. But when you consider that  ......

......  see Code: [Select] Last upload: frombelow your album stats. Even without the index.php changes and the  ............   Code: [Select]  <p class="album_stat">{ALB_INFOS}<br>Last upload: {ALB_PIC_TITLE}  ............ > You see what the code does... displaying the alb stats and the text... if the text doesn't show, then it' ......

......  the management of a contest photo monthly multi albums: - Several albums - - management of using  ............  single vote by album!!! - - the posteurs cannot put more than one  ............  by album - - stats visible or not - Palmarés - controls  ......
143
cpg1.4 themes/skins/templates / Re: Modifying list_albums()
« by spacebass5000 on December 23, 2005, 07:16:50 pm »

...... ...  I am Wendell btw.  Code: [Select] /** * list_albums() * * Get a list of albums */ function  ............ ;  global $cat;  global $lang_list_albums, $lang_errors, $cpg_show_private_album;   $ ............  = $CONFIG['albums_per_page'];  $maxTab = $CONFIG['max_tabs'];    ............  $album_filter = '';  $pic_filter = '';  $ ............  if (!empty($FORBIDDEN_SET) && !$cpg_show_private_album)  {  $album_filter = ' and ' . str_replace( ............ ("SELECT count(*) FROM {$CONFIG['TABLE_ALBUMS']} as a WHERE category = '$cat'" . $album_filter) ............ , pwidth, pheight ' . 'FROM ' . $CONFIG['TABLE_ALBUMS'] . ' as a ' . 'LEFT JOIN ' . $CONFIG[' ............  'ON a.thumb=p.pid ' . 'WHERE category=' . $cat . $album_filter . ' ORDER BY a.pos ' . $limit;   $ ............ , pwidth, pheight ' . 'FROM ' . $CONFIG['TABLE_ALBUMS'] . ' as a ' . 'LEFT JOIN ' . $CONFIG[' ............ 'ON a.thumb2=p.pid ' . 'WHERE category=' . $cat . $album_filter . ' ORDER BY a.pos ' . $limit;   $ ............ ;  mysql_free_result($alb_thumbs_q);   $disp_album_count = count($alb_thumbs);  $disp_album_count_2 = ............ ($alb_thumbs_2);    //echo "<p>count = ".$disp_album_count."</p>";  //echo "<p>count 2 = ".$ ............ ."</p>";    $album_set = '';    foreach($alb_thumbs as $value)  {  ............  $album_set .= $value['aid'] . ', ';  }    $ ............  = '(' . substr($album_set, 0, -2) . ')';   //This query will fetch  ............  stats and keyword for the albums  $sql = "SELECT a. ............ , a.keyword" .  " FROM {$CONFIG['TABLE_ALBUMS']} AS a " .  " LEFT JOIN {$CONFIG[' ............ .approved = 'YES' ".  "WHERE a.aid IN $album_set" . "GROUP BY a.aid";   $alb_stats_q =  ............ ($sql);  $alb_stats = cpg_db_fetch_rowset($alb_stats_q);   ............ ($alb_stats_q);   foreach($alb_stats as $key => $value)  {  ............  $cross_ref[$value['aid']] = &$alb_stats[$key];  if ($CONFIG['link_pic_count'] == 1) ............  mysql_free_result($result);  $alb_stats[$key]['link_pic_count'] = $link_stat[' ............  }  }    for ($alb_idx = 0; $alb_idx < $disp_album_count; $alb_idx++)  {  $alb_thumb = &$ ............  }    // Inserts a thumbnail if the album contains 1 or more images  $visibility = $ ............ ,$FORBIDDEN_SET_DATA) || $CONFIG['allow_private_albums'] == 0)  {  if ($count > 0)  {  if ($ ............   else  { // Inserts an empty thumbnail if the album contains 0 images  // $image_size = ............ ,$FORBIDDEN_SET_DATA) || $CONFIG['allow_private_albums'] == 0)  {  $last_upload_date = $ ............ ['aid'];  $alb_list[$alb_idx]['album_title'] = $alb_thumb['title'];  $ ............ [$alb_idx]['album_desc'] = bb_decode($alb_thumb['description']);   ............  $link_pic_count;  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............ ) : "");  $alb_list[$alb_idx]['album_adm_menu'] = (GALLERY_ADMIN_MODE || ( ............  && $cat == USER_ID + FIRST_USER_CAT)) ? html_albummenu($alb_thumb['aid']) : ' ';  }  elseif ( ............ )  { // uncomment this else block to show private album description  $last_upload_date = $ ............ ['aid'];  $alb_list[$alb_idx]['album_title'] = $alb_thumb['title'];  $ ............ [$alb_idx]['album_desc'] = bb_decode($alb_thumb['description']);   ............  $link_pic_count;  $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'],  ............ $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "") . (($ ............  && $link_pic_count > 0 ) ? sprintf(", {$lang_list_albums['n_link_pictures']}, {$lang_list_albums[' ............ ) : "");  $alb_list[$alb_idx]['album_adm_menu'] = (GALLERY_ADMIN_MODE || ( ............  && $cat == USER_ID + FIRST_USER_CAT)) ? html_albummenu($alb_thumb['aid']) : ' ';  }  }    ............  theme_display_album_list($alb_list, $nbAlb, $cat, $PAGE, $totalPages); ......
144
cpg1.4 themes/skins/templates / Re: I don't want to use JavaScript
« by xander cage on June 03, 2007, 06:59:44 am »

...... () {  global $CONFIG, $THEME_DIR, $ALBUM_SET;  global $lang_errors, $ ............ {$CONFIG['TABLE_PICTURES']} " . "WHERE pid='$pid' $ALBUM_SET";  $result = cpg_db_query($sql);   if (! ............ > <noscript> <a href="http://s36.sitemeter.com/stats.asp?site=s36indianglamour" target="_top"> <img  ............  {  global $CONFIG, $CURRENT_PIC_DATA, $CURRENT_ALBUM_DATA, $USER;  global $album, $comment_date_fmt, ............ (); //((USER_ADMIN_MODE && $CURRENT_ALBUM_DATA['category'] == FIRST_USER_CAT + USER_ID) || ( ......
145
cpg1.4 miscellaneous / Re: Trying to figure out why index.php is loading so slow
« by Sami on July 16, 2006, 06:05:32 pm »

......  , as documantation said: This query will fetch album stats and keyword for the  ......

......  find this: Show number of linked files If you use album keywords to display images/files in more than one  ............  will display additional information for the album stats: if an album doesn't only contain "regular"  ............ , but files linked via the "album keyword" option as well, the number of linked  ......
147
Looking for Freelancers / Paid help / Re: NEED someone to Customize!
« by Joachim Müller on October 29, 2004, 10:38:47 am »

......  way around and skip this whole coppermine photo album idea, Im better off just making the album myself.  ............ , with IE being the most important browser (stats differ, depending on who you ask - I'd say 90% IE  ......
148
cpg1.3.x Support / Re: Column/table width issue?
« by overeasy on June 20, 2005, 10:49:10 pm »

......  the  "file information" table with all the stats. However, when it is called from within Mambo,  ............ .com/coppermine/displayimage.php?album=1&pos=0  (inside Mambo, using Wrapper) http:// ......
149
cpg1.4 themes/skins/templates / Re: Eliminate Dates
« by Gahlok on July 10, 2006, 04:18:27 pm »

......   If you want to remove the entire stats line for an album, which includes the number of  ............  the entire line) from the two variables $template_album_list and $template_album_list_cat. If you don't  ......
150
cpg1.4 miscellaneous / Re: Disuppearing images.
« by zamirzamir on December 07, 2006, 07:45:34 am »

......  06, 2006, 09:57:04 am  Works fine for me, the album http://www.adygaunion.us/gallery/thumbnails.php? ............  within category 56 and is populated. If the other albums used to populated once and are now empty, you  ............  admin privileges?  The problem is that ALL those albums were full with pictures, and pictureas are still  ............  are not being taken into account. The file number stats take permissions into account. Subsequently, it's  ......
Pages: 1 2 3 4 [5] 6

 

Page created in 0.182 seconds with 13 queries.