comment change le designe de module telechargement
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
Reprise du message précédent
Je vois que magikverse m'a compris
kamal pour faire ce que tu propose il faut faire quelques modifications ( donc c'est pas si facile ) .
Tu veux créer différente catégorie et ensuite faire en sorte des sous catégorie qui propose l'affiche du films , sur la 2.0 on peut pas .
magikverse Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre magikverse
- Inscrit le : 08/01/2008
- Site internet
Citation :
pour l'image de film ce facile je la mets dans Ou chemin direct comme dans l'image
Hum cette capture d'écran c'est lors de l'ajout d'un fichier et non d'une catégorie? Car ce que tu as demander c'est d'afficher les catégorie comme sur la capture d'écran et non la liste des fichiers... Tu voudrais afficher l'image associé au premier fichier de la catégorie
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
KONA :
Je vois que magikverse m'a compris 
kamal pour faire ce que tu propose il faut faire quelques modifications ( donc c'est pas si facile ) .
Tu veux créer différente catégorie et ensuite faire en sorte des sous catégorie qui propose l'affiche du films , sur la 2.0 on peut pas .

kamal pour faire ce que tu propose il faut faire quelques modifications ( donc c'est pas si facile ) .
Tu veux créer différente catégorie et ensuite faire en sorte des sous catégorie qui propose l'affiche du films , sur la 2.0 on peut pas .
moi je veux pas faire des sous categorie en effet je veux que on arrive sur la page de telechargement on a le designe apre je ne change pas le reste je pense que je suis claire
magikverse Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre magikverse
- Inscrit le : 08/01/2008
- Site internet
Citation :
moi je veux pas faire des sous categorie en effet je veux que on arrive sur la page de telechargement on a le designe apre je ne change pas le reste je pense que je suis claire
Plus clair s'il vous plais?
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
tu sais quand je clique sur telecharger je veux avoir cette page

ensuite ca va donne sa

et en fin ce donne sa

je veux change que la 1ere page de module telecharger je veu pas faire des sous catégorie
voila
magikverse Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre magikverse
- Inscrit le : 08/01/2008
- Site internet
Je n'ai pas le temps de vérifier présentement, mais en regardant dans gallery.tpl tu pourrais avoir une piste sur comment doit se positionner les élément du tableau ensuite suffit de déplacer les variables assigner dans ce tableau...
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
[code=html]<script type="text/javascript" src="{MODULE_DATA_PATH}/images/js/prototype.js"></script>
<script type="text/javascript" src="{MODULE_DATA_PATH}/images/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="{MODULE_DATA_PATH}/images/js/lightbox.js"></script>
<script type="text/javascript">
<!--
function Confirm_file() {
return confirm("{L_CONFIRM_DEL_FILE}");
}
var previous_path_pics = '';
function display_pics(id, path, type)
{
document.getElementById('pics_max').innerHTML = '';
if( previous_path_pics != path )
{
document.getElementById('pics_max').innerHTML = '<img src="' + path + '" alt="" /></a>';
previous_path_pics = path;
}
}
function display_pics_popup(path, width, height)
{
width = parseInt(width);
height = parseInt(height);
if( height == 0 )
height = screen.height - 150;
if( width == 0 )
width = screen.width - 200;
window.open(path, '', 'width='+(width+17)+', height='+(height+17)+', location=no, status=no, toolbar=no, scrollbars=1, resizable=yes');
}
function display_rename_file(id, previous_name, previous_cut_name)
{
if( document.getElementById('fi' + id) )
{
document.getElementById('fi_' + id).style.display = 'none';
document.getElementById('fi' + id).style.display = 'inline';
document.getElementById('fi' + id).innerHTML = '<input size="27" type="text" name="fiinput' + id + '" id="fiinput' + id + '" class="text" value="' + previous_name + '" onblur="rename_file('' + id + '', '' + previous_cut_name.replace(/'/g, "\'") + '');" />';
document.getElementById('fiinput' + id).focus();
}
}
function rename_file(id_file, previous_cut_name)
{
var xhr_object = null;
var data = null;
var name = document.getElementById("fiinput" + id_file).value;
var filename = "xmlhttprequest.php?rename_pics=1";
var regex = //|\|||?|<|>|"/;
if(window.XMLHttpRequest) // Firefox
xhr_object = new XMLHttpRequest();
else if(window.ActiveXObject) // Internet Explorer
xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
else // XMLHttpRequest non supporté par le navigateur
return;
if( regex.test(name) ) //interdiction des caractères spéciaux dans la nom.
{
alert("{L_FILE_FORBIDDEN_CHARS}");
document.getElementById('fi_' + id_file).style.display = 'inline';
document.getElementById('fi' + id_file).style.display = 'none';
}
else
{
document.getElementById('img' + id_file).innerHTML = '<img src="../templates/{THEME}/images/loading_mini.gif" alt="" class="valign_middle" />';
data = "id_file=" + id_file + "&name=" + name + "&previous_name=" + previous_cut_name;
xhr_object.open("POST", filename, true);
xhr_object.onreadystatechange = function()
{
if( xhr_object.readyState == 4 && xhr_object.status == 200 && xhr_object.responseText != '0' )
{
document.getElementById('fi' + id_file).style.display = 'none';
document.getElementById('fi_' + id_file).style.display = 'inline';
document.getElementById('fi_' + id_file).innerHTML = xhr_object.responseText;
document.getElementById('fihref' + id_file).innerHTML = '<a href="javascript
isplay_rename_file('' + id_file + '', '' + name.replace(/'/g, "\'") + '', '' + xhr_object.responseText.replace(/'/g, "\'") + '');"><img src="../templates/{THEME}/images/{LANG}/edit.png" alt="" class="valign_middle" /></a>';document.getElementById('img' + id_file).innerHTML = '';
}
else if( xhr_object.readyState == 4 && xhr_object.responseText == '0' )
document.getElementById('img' + id_file).innerHTML = '';
}
xhr_object.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhr_object.send(data);
}
}
function pics_aprob(id_file, aprob)
{
var xhr_object = null;
var data = null;
var filename = "xmlhttprequest.php?aprob_pics=1";
document.getElementById('img' + id_file).innerHTML = '<img src="../templates/{THEME}/images/loading_mini.gif" alt="" class="valign_middle" />';
if(window.XMLHttpRequest) // Firefox
xhr_object = new XMLHttpRequest();
else if(window.ActiveXObject) // Internet Explorer
xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
else // XMLHttpRequest non supporté par le navigateur
return;
data = "id_file=" + id_file;
xhr_object.open("POST", filename, true);
xhr_object.onreadystatechange = function()
{
if( xhr_object.readyState == 4 && xhr_object.status == 200 && xhr_object.responseText != '-1' )
{
var img_aprob;
if( xhr_object.responseText == 0 )
img_aprob = 'unaprob.png';
else
img_aprob = 'aprob.png';
document.getElementById('img' + id_file).innerHTML = '';
if( document.getElementById('img_aprob' + id_file) )
document.getElementById('img_aprob' + id_file).src = '../templates/{THEME}/images/{LANG}/' + img_aprob;
}
else if( xhr_object.readyState == 4 && xhr_object.responseText == '-1' )
document.getElementById('img' + id_file).innerHTML = '';
}
xhr_object.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhr_object.send(data);
}
var delay = 2000; //Délai après lequel le bloc est automatiquement masqué, après le départ de la souris.
var timeout;
var displayed = false;
var previous = '';
var started = false;
//Affiche le bloc.
function pics_display_block(divID)
{
if( timeout )
clearTimeout(timeout);
if( document.getElementById(previous) )
{
document.getElementById(previous).style.display = 'none';
started = false
}
if( document.getElementById('move' + divID) )
{
document.getElementById('move' + divID).style.display = 'block';
previous = 'move' + divID;
started = true;
}
}
//Cache le bloc.
function pics_hide_block(idfield, stop)
{
if( stop && timeout )
clearTimeout(timeout);
else if( started )
timeout = setTimeout('pics_display_block()', delay);
}
{ARRAY_JS}
var start_thumb = {START_THUMB};
//Miniatures défilantes.
function display_thumbnails(direction)
{
if( direction == 'left' )
{
if( start_thumb > 0 )
{
start_thumb--;
if( start_thumb == 0 )
document.getElementById('display_left').innerHTML = '';
else
document.getElementById('display_left').innerHTML = '<a href="javascript
isplay_thumbnails('left')"><img src="../templates/{THEME}/images/left.png" class="valign_middle" alt="" /></a>';document.getElementById('display_right').innerHTML = '<a href="javascript
isplay_thumbnails('right')"><img src="../templates/{THEME}/images/right.png" class="valign_middle" alt="" /></a>';}
else
return;
}
else if( direction == 'right' )
{
if( start_thumb <= {MAX_START} )
{
start_thumb++;
if( start_thumb == ({MAX_START} + 1) )
document.getElementById('display_right').innerHTML = '';
else
document.getElementById('display_right').innerHTML = '<a href="javascript
isplay_thumbnails('right')"><img src="../templates/{THEME}/images/right.png" class="valign_middle" alt="" /></a>';document.getElementById('display_left').innerHTML = '<a href="javascript
isplay_thumbnails('left')"><img src="../templates/{THEME}/images/left.png" class="valign_middle" alt="" /></a>';}
else
return;
}
var j = 0;
for(var i = 0; i <= {NBR_PICS}; i++)
{
if( document.getElementById('thumb' + i) )
{
var key_left = start_thumb + j;
var key_right = start_thumb + j;
if( direction == 'left' && array_pics[key_left] )
{
document.getElementById('thumb' + i).innerHTML = '<a href="gallery' + array_pics[key_left]['link'] + '"><img src="pics/thumbnails/' + array_pics[key_left]['path'] + '" alt="" /></a>';
j++;
}
else if( direction == 'right' && array_pics[key_right] )
{
document.getElementById('thumb' + i).innerHTML = '<a href="gallery' + array_pics[key_right]['link'] + '"><img src="pics/thumbnails/' + array_pics[key_right]['path'] + '" alt="" /></a>';
j++;
}
}
}
}
var note_max = {NOTE_MAX};
var array_note = new Array();
var timeout = null;
var on_img = 0;
function select_stars(divid, note)
{
var star_img;
var decimal;
for(var i = 1; i <= note_max; i++)
{
star_img = 'stars.png';
if( note < i )
{
decimal = i - note;
if( decimal >= 1 )
star_img = 'stars0.png';
else if( decimal >= 0.75 )
star_img = 'stars1.png';
else if( decimal >= 0.50 )
star_img = 'stars2.png';
else
star_img = 'stars3.png';
}
if( document.getElementById(divid + '_stars' + i) )
document.getElementById(divid + '_stars' + i).src = '../templates/{THEME}/images/' + star_img;
}
}
function out_div(divid, note)
{
if( timeout == null )
timeout = setTimeout('select_stars(' + divid + ', ' + note + ');on_img = 0;', '50');
}
function over_div()
{
if( on_img == 0 )
on_img = 1;
clearTimeout(timeout);
timeout = null;
}
function send_note(id_file, idcat, note)
{
var xhr_object = null;
var data = null;
var filename = "xmlhttprequest.php?note_pics=1";
var regex = //|\|||?|<|>|"/;
var get_nbrnote;
var get_note;
document.getElementById('img' + id_file).innerHTML = '<img src="../templates/{THEME}/images/loading_mini.gif" alt="" class="valign_middle" />';
if(window.XMLHttpRequest) // Firefox
xhr_object = new XMLHttpRequest();
else if(window.ActiveXObject) // Internet Explorer
xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
else // XMLHttpRequest non supporté par le navigateur
return;
data = "id_file=" + id_file + "¬e=" + note + "&idcat=" + idcat;
xhr_object.open("POST", filename, true);
xhr_object.onreadystatechange = function()
{
if( xhr_object.readyState == 4 && xhr_object.status == 200 && xhr_object.responseText != '' )
{
document.getElementById('img' + id_file).innerHTML = '';
if( xhr_object.responseText == '-1' )
alert("{L_ALREADY_VOTED}");
else
{
eval(xhr_object.responseText);
array_note[id_file] = get_note;
select_stars(id_file, get_note);
if( document.getElementById(id_file + '_note') )
document.getElementById(id_file + '_note').innerHTML = '(' + get_nbrnote + ' ' + ((get_nbrnote > 1) ? '{L_VOTES}' : '{L_VOTE}') + ')';
}
}
else if( xhr_object.readyState == 4 && xhr_object.responseText == '' )
document.getElementById('img' + id_file).innerHTML = '';
}
xhr_object.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhr_object.send(data);
}
-->
</script>
# START error_handler #
<span id="errorh"></span>
<div class="{error_handler.CLASS}" style="width:500px;margin:auto;padding:15px;">
<img src="../templates/{THEME}/images/{error_handler.IMG}.png" alt="" style="float:left;padding-right:6px;" /> {error_handler.L_ERROR}
<br />
</div>
<br />
# END error_handler #
<div class="module_position">
<div class="module_top_l"></div>
<div class="module_top_r"></div>
<div class="module_top">
<div style="float:left">
<a href="gallery.php{SID}">{L_GALLERY}</a> » {U_GALLERY_CAT_LINKS} {ADD_PICS}
</div>
<div style="float:right">
{PAGINATION}
</div>
</div>
<div class="module_contents">
<div id="dynamic_menu">
<div style="float:right;">
<div style="float:left;" onmouseover="show_menu(1);" onmouseout="hide_menu();">
<h5 onclick="temporise_menu(1)" style="margin-right:20px;" class="horizontal"><img src="../wiki/templates/images/contribuate.png" class="valign_middle" alt="" /> {L_DISPLAY} </h5>
<div id="smenu1" class="horizontal_block">
<ul>
<li>{U_BEST_VIEWS}</li>
<li>{U_BEST_NOTES}</li>
</ul>
<span class="dm_bottom"></span>
</div>
</div>
<div style="float:left;" onmouseover="show_menu(2);" onmouseout="hide_menu();">
<h5 onclick="temporise_menu(2)" style="margin-right:5px;" class="horizontal"><img src="../wiki/templates/images/tools.png" class="valign_middle" alt="" /> {L_ORDER_BY} </h5>
<div id="smenu2" class="horizontal_block">
<ul>
# START order #
<li>{order.ORDER_BY}</li>
# END order #
</ul>
<span class="dm_bottom"></span>
</div>
</div>
<div style="float:left;" onmouseover="show_menu(3);" onmouseout="hide_menu();">
<h5 onclick="temporise_menu(3)" style="margin-right:5px;" class="horizontal"><img src="../wiki/templates/images/tools.png" class="valign_middle" alt="" /> {L_DIRECTION} </h5>
<div id="smenu3" class="horizontal_block">
<ul>
<li>{U_ASC}</li>
<li>{U_DESC}</li>
</ul>
<span class="dm_bottom"></span>
</div>
</div>
</div>
</div>
<br /><br />
# START cat #
<table class="module_table" style="width:100%">
<tr>
<th colspan="{COLSPAN}">
{L_CATEGORIES} {cat.EDIT}
</th>
</tr>
# START list #
{cat.list.TR_START}
<td class="row2" style="vertical-align:bottom;text-align:center;width:{COLUMN_WIDTH_CATS}%">
<a href="gallery{cat.list.U_CAT}">{cat.list.IMG}</a>
<br />
<a href="gallery{cat.list.U_CAT}">{cat.list.CAT}</a> {cat.list.EDIT}
<br />
{cat.list.LOCK} <span class="text_small">{cat.list.L_NBR_PICS}</span>
</td>
{list.TR_END}
# END list #
# START end_td #
{cat.end_td.TD_END}
{cat.end_td.TR_END}
# END end_td #
</table>
# END cat #
# START pics #
<p style="text-align:center">
<span id="pics_max"></span>
<br />
{PAGINATION_PICS}
</p>
<table class="module_table" style="width:100%">
<tr>
<th colspan="{COLSPAN}">
{GALLERY} {pics.EDIT}
</th>
</tr>
# START pics_max #
<tr>
<td colspan="{COLSPAN}" class="row1">
<p style="text-align:center">
{pics.pics_max.IMG}
</p>
<table style="border-collapse:collapse;margin:auto;width:400px" class="row2">
<tr>
<td>
{pics.pics_max.U_PREVIOUS}
</td>
<td style="text-align:right;">
{pics.pics_max.U_NEXT}
</td>
</tr>
</table>
<br />
<table style="border-collapse:collapse;margin:auto;width:100%" class="row2">
<tr>
<th colspan="2">
{L_INFORMATIONS}
</th>
</tr>
<tr>
<td class="row2 text_small" style="width:50%;border:none;padding:4px;">
<strong>{L_NAME}:</strong> {pics.pics_max.NAME}
</td>
<td class="row2 text_small" style="border:none;padding:4px;">
<strong>{L_POSTOR}:</strong> {pics.pics_max.POSTOR}
</td>
</tr>
<tr>
<td class="row2 text_small" style="border:none;padding:4px;">
<strong>{L_VIEWS}:</strong> {pics.pics_max.VIEWS}
</td>
<td class="row2 text_small" style="border:none;padding:4px;">
<strong>{L_ADD_ON}:</strong> {pics.pics_max.DATE}
</td>
</tr>
<tr>
<td class="row2 text_small" style="border:none;padding:4px;">
<strong>{L_DIMENSION}:</strong> {pics.pics_max.DIMENSION}
</td>
<td class="row2 text_small" style="border:none;padding:4px;">
<strong>{L_SIZE}:</strong> {pics.pics_max.SIZE} Ko
</td>
</tr>
<tr>
<td class="row2 text_small" style="border:none;padding:4px;">
<strong>{L_NOTE}:</strong> {pics.pics_max.NOTE}
</td>
<td class="row2 text_small" style="border:none;padding:4px;vertical-align
"><strong>{L_COM}:</strong> {pics.pics_max.COM}
</td>
</tr>
# START modo #
<tr>
<td colspan="2" class="row2 text_small" style="border:none;padding:4px;">
<span id="fihref{pics.pics_max.ID}"><a href="javascript
isplay_rename_file('{pics.pics_max.ID}', '{pics.pics_max.modo.RENAME}', '{pics.pics_max.modo.RENAME_CUT}');"><img src="../templates/{THEME}/images/{LANG}/edit.png" alt="{L_EDIT}" class="valign_middle" /></a></span><a href="gallery{pics.pics_max.modo.U_DEL}" onClick="javascript:return Confirm_file();" title="{L_DELETE}"><img src="../templates/{THEME}/images/{LANG}/delete.png" alt="{L_DELETE}" class="valign_middle" /></a>
<div style="position:absolute;z-index:100;margin-top:110px;float:left;display:none;" id="move{pics.pics_max.ID}">
<div class="bbcode_block" style="width:190px;overflow:auto;" onmouseover="pics_hide_block({pics.pics_max.ID}, 1);" onmouseout="pics_hide_block({pics.pics_max.ID}, 0);">
<div style="margin-bottom:4px;"><strong>{L_MOVETO}</strong>:</div>
<select class="valign_middle" name="{pics.pics_max.ID}cat" onchange="document.location = 'gallery{pics.pics_max.modo.U_MOVE}">
{pics.pics_max.CAT}
</select>
<br /><br />
</div>
</div>
<a href="javascript
ics_display_block({pics.pics_max.ID});" onmouseover="pics_hide_block({pics.pics_max.ID}, 1);" onmouseout="pics_hide_block({pics.pics_max.ID}, 0);" class="bbcode_hover" title="{L_MOVETO}"><img src="../templates/{THEME}/images/upload/move.png" alt="" class="valign_middle" /></a><a href="javascript
ics_aprob({pics.pics_max.ID});" title="{L_APROB_IMG}"><img id="img_aprob{pics.pics_max.ID}" src="../templates/{THEME}/images/{pics.pics_max.modo.IMG_APROB}" alt="{L_APROB_IMG}" title="{L_APROB_IMG}" class="valign_middle" /></a><span id="img{pics.pics_max.ID}"></span>
</td>
</tr>
# END modo #
</table>
<br /><br />
<table class="module_table" style="width:100%;">
<tr>
<th colspan="{pics.pics_max.COLSPAN}">
{L_THUMBNAILS}
</th>
</tr>
<tr>
<td class="row2" style="width:50px;text-align:center">
{pics.pics_max.U_LEFT_THUMBNAILS}
</td>
# START list_preview_pics #
{pics.pics_max.list_preview_pics.PICS}
# END list_preview_pics #
<td class="row2" style="width:50px;text-align:center">
{pics.pics_max.U_RIGHT_THUMBNAILS}
</td>
</tr>
</table>
<br />
{HANDLE_COM}
</td>
</tr>
# END pics_max #
# START list #
{pics.list.TR_START}
<td class="row2" style="padding:0;padding-top:2px;width:{COLUMN_WIDTH_PICS}%;vertical-align
"><table style="border:none;border-collapse:collapse;width:100%">
<tr>
<td style="height:{HEIGHT_MAX}px;padding:0;text-align:center;">
<span id="pics{pics.list.ID}">{pics.list.U_DISPLAY}{pics.list.IMG}</a></span>
</td>
</tr>
<tr>
<td class="row1 text_small" style="height:90px;text-align:center;vertical-align
;">{pics.list.NAME}
{pics.list.POSTOR}
{pics.list.VIEWS}
{pics.list.COM}
{pics.list.NOTE}
<div>
# START modo #
<span id="fihref{pics.list.ID}"><a href="javascript
isplay_rename_file('{pics.list.ID}', '{pics.list.modo.RENAME}', '{pics.list.modo.RENAME_CUT}');" title="{L_EDIT}"><img src="../templates/{THEME}/images/{LANG}/edit.png" alt="{L_EDIT}" class="valign_middle" /></a></span><a href="gallery{pics.list.modo.U_DEL}" onClick="javascript:return Confirm_file();" title="{L_DELETE}"><img src="../templates/{THEME}/images/{LANG}/delete.png" alt="{L_DELETE}" class="valign_middle" /></a>
<div style="position:absolute;z-index:100;margin-top:110px;float:left;display:none;" id="move{pics.list.ID}">
<div class="bbcode_block" style="width:190px;overflow:auto;" onmouseover="pics_hide_block({pics.list.ID}, 1);" onmouseout="pics_hide_block({pics.list.ID}, 0);">
<div style="margin-bottom:4px;"><strong>{L_MOVETO}</strong>:</div>
<select class="valign_middle" name="{pics.list.ID}cat" onchange="document.location = 'gallery{pics.list.modo.U_MOVE}">
{pics.list.CAT}
</select>
<br /><br />
</div>
</div>
<a href="javascript
ics_display_block({pics.list.ID});" onmouseover="pics_hide_block({pics.list.ID}, 1);" onmouseout="pics_hide_block({pics.list.ID}, 0);" class="bbcode_hover" title="{L_MOVETO}"><img src="../templates/{THEME}/images/upload/move.png" alt="" class="valign_middle" /></a><a href="javascript
ics_aprob({pics.list.ID});" title="{pics.list.L_APROB_IMG}"><img id="img_aprob{pics.list.ID}" src="../templates/{THEME}/images/{pics.list.modo.IMG_APROB}" alt="{pics.list.L_APROB_IMG}" title="{pics.list.L_APROB_IMG}" class="valign_middle" /></a># END modo #
<span id="img{pics.list.ID}"></span>
</div>
</td>
</tr>
</table>
</td>
{pics.list.TR_END}
# END list #
# START end_td_pics #
{pics.end_td_pics.TD_END}
{pics.end_td_pics.TR_END}
# END end_td_pics #
</table>
<p style="text-align:center">
{PAGINATION_PICS}
</p>
# END pics #
<br />
<p style="text-align:center" class="text_small">
{L_TOTAL_IMG}
</p>
</div>
<div class="module_bottom_l"></div>
<div class="module_bottom_r"></div>
<div class="module_bottom">
<div style="float:left" class="text_strong">
<a href="gallery.php{SID}">{L_GALLERY}</a> » {U_GALLERY_CAT_LINKS} {ADD_PICS}
</div>
<div style="float:right">
{PAGINATION}
</div>
</div>
</div>
[/code]
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
magikverse Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre magikverse
- Inscrit le : 08/01/2008
- Site internet
Nous avons tous une vie social aussi, poster des messages répétitions pas ca qui encourage les gens a t'aider... et pour créer la boucle en faite va falloir aussi touché a download.php j'ai remarquer...
A+
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
quel fichie je dois modifie pour avoir le truc que je veux merci
magikverse Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre magikverse
- Inscrit le : 08/01/2008
- Site internet
Citation :
j ai réussi à modifie gallery tpl et j ai la meme chose que download.tpl
quel fichie je dois modifie pour avoir le truc que je veux merci
quel fichie je dois modifie pour avoir le truc que je veux merci
Tu veut dire le contraire?
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
c'est à dire j ai la meme page
si tu vas dans Galerie tu sais la page d'accueil de galerie ce que je ne veux pas faire mais tu clique sur un Albums
tu as une autre page comme cela si sa que je veux fa moi mais je ne sais pas quel fichie je dois modifie pour avoir la meme chose
Édité par kamal Le 04/06/2008 à 18h30
magikverse Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre magikverse
- Inscrit le : 08/01/2008
- Site internet
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008
voila ce que j ai fait
ici
kamal Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kamal
- Inscrit le : 07/01/2008

je compte sur vous pour avoir des réponses
merci
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie
