Ignore:
Timestamp:
Jul 30, 2009, 10:58:32 PM (15 years ago)
Author:
tiico
Message:

Suppress render for comment and author
Add double select in piclenswall admin page + jquery
Add compatibility with wat.tv video and correct rdd feed to adapt with cooliris 1.11
Correct %I2 param for parser : without picture name, display picture file
Suppress slashes in "name" and "descriptions" parameters
Change version to 0.4.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/include/config_param.inc.php

    r3645 r3708  
    66// Fichier contenant les parametres du plugin (pour le parser)
    77
     8if ( isset($row['file']) ) {
     9    $file_wo_ext = get_filename_wo_extension($row['file']);
     10    $file_wo_ext = str_replace('_', ' ', $file_wo_ext);
     11} else{
     12    $file_wo_ext = '';
     13}
     14
    815$piclens_parse = array(
    916//              '%I0'   => isset($row['id']) ? get_thumbnail_title($row)  : '',
     
    1219                                        ($plugins_ExtendedDesc ? trigger_event('render_element_description',$row['name'])
    1320                                                                                        : $row['name'])
    14                                                                                 : '' ,
     21                                                                                : $file_wo_ext ,
    1522                '%I3'   => isset($row['comment']) ?
    1623                                        ($plugins_ExtendedDesc ? trigger_event('render_element_description',$row['comment'])
Note: See TracChangeset for help on using the changeset viewer.