Recherhce les template relatifs aux "sujets surveillés"

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Recherhce les template relatifs aux "sujets surveillés"

Message par nekotsuki Sam 6 Juil 2013 - 17:28

Bonjour à tous, après quelques heures de recherche sur le forum des forum et d'essai de code sur mes templates, je me tourne vers vous pour obtenir de l'aide.

Il y a quelques jours, je me suis lancé dans la création d'un nouvel habillage pour mon forum et je bute encore sur quelques morceau de code qui me mènent la vie dure.

Premièrement, quelque chose qui pourrai paraître frivole mais qui me dérange vu que je suis un brin maniac, c'est ce petit décalage au niveau de l'éditeur lors de l'édition de la signature.

Recherhce les template relatifs aux "sujets surveillés" Captur10

Vu que l'éditeur dans le template se retrouve sous la variable {SIGNATURE_EDIT} impossible de le modifier pour qu'il soit au milieu avec le reste de mon habillage. Donc ma question est: Comment remédier à ce problème? Cette partie se trouve-t'elle dans un autre template?

Ensuite ma deuxième bête noire: Quel templates gèrent, dans la partie "Profil", l'onglet "Sujets surveillé" et "notification"?
Je n'ai pas réussi à les trouvé à moins que je sois vraiment passé à coté mais j'en doute. Je ne peux décemment pas laisse l'affichage de ces onglet comme ça, c'est vraiment la pagaille!!

Recherhce les template relatifs aux "sujets surveillés" Captur11


Je vous remercie d'avance pour vos réponse =)
Bonne fin de journée


Dernière édition par nekotsuki le Sam 13 Juil 2013 - 13:49, édité 1 fois
nekotsuki

nekotsuki
*

Féminin
Messages : 34
Inscrit(e) le : 27/11/2011

http://db5k-onlylove.asianfreeforum.com/
nekotsuki a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Recherhce les template relatifs aux "sujets surveillés"

Message par Tech Dim 7 Juil 2013 - 11:41

Bonjour,

Je veux bien votre template posting_body.

Pour les sujets surveillés, le template qui les modifie est celui-ci : search_results_topics

Pour les notifications, il n'y a pas de template qui gère ses modifications.
Si vous voulez les personnaliser par CSS, il faudra ajouter ce code javascript :
Code:
location.href == "http://db5k-onlylove.asianfreeforum.com/profile?mode=editprofile&page_profil=notifications" && $(function () {
    $(document.body).addClass('page_notif')
});
qui doit rajouter une class CSS du nom de "page_notif" à la page en question.

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Recherhce les template relatifs aux "sujets surveillés"

Message par nekotsuki Dim 7 Juil 2013 - 13:14

Oh, je vois merci beaucoup de votre réponse =)
J'étais loin de me douter que les sujet surveillés se trouvaient dans search_results_topics Hein 

Pour les notification, pourrais-je personnaliser comme je le fais sur les template via le CSS? en fait  il faudrai juste que je mette une image en haut et en bas des cadres pour leur donner une forme arrondis. Je le fais sur les template mais il y a t-il un moyen de le faire à travers le CSS?

Voici mon posting_body
Code:
<script src="{JS_DIR}extendedview.js" type="text/javascript"></script>

<!-- BEGIN privmsg_extensions -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
 <tr>
 <td align="center" valign="top" width="100%">
 <table border="0" cellspacing="2" cellpadding="0" height="40">
 <tr valign="middle">
 <td>{INBOX_IMG}</td>
 <td><span class="cattitle">{INBOX_LINK}</span></td>
 <td>{SENTBOX_IMG}</td>
 <td><span class="cattitle">{SENTBOX_LINK}</span></td>
 <td>{OUTBOX_IMG}</td>
 <td><span class="cattitle">{OUTBOX_LINK}</span></td>
 <td>{SAVEBOX_IMG}</td>
 <td><span class="cattitle">{SAVEBOX_LINK}</span></td>
 </tr>
 </table>
 </td>
 </tr>
</table>
<br clear="all" />
<!-- END privmsg_extensions -->

{POST_PREVIEW_BOX}{ERROR_BOX}

<!-- BEGIN switch_quote_limit -->

 
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0">
 <tr class="inner">
 <td>
 <table cellspacing="0" cellpadding="1" border="0" width="100%">
 <tr><td class="row2"> </td></tr>
 <tr><td class="row2" align="center"><span class="gen" style="color:red;">{switch_quote_limit.L_QUOTE_LIMIT_WARNING}</span></td></tr>
 <tr><td class="row2"> </td></tr>
 </table>
 </td>
 </tr>
</table>
<!-- END switch_quote_limit -->

<form action="{S_POST_ACTION}" method="post" name="post" enctype="multipart/form-data">
 <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
 <tr><td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> <!-- BEGIN switch_not_privmsg -->{NAV_CAT_DESC}<!-- END switch_not_privmsg --></span></td></tr>
 </table>
    
 <!-- BEGIN switch_forum_rules -->
  
 <table id="forum_rules" class="row2" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
 <tbody>
 <tr>
 <td class="catBottom">
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tbody>
 <tr>
 <td valign="top">
 <h1 class="cattitle"> {L_FORUM_RULES}</h1>
 </td>
 </tr>
 </tbody>
 </table>
 </td>
 </tr>
 <tr>
 <td class="row1 clearfix">
 <table>
 <tr>
 <!-- BEGIN switch_forum_rule_image -->
 <td class="logo">
 <img src="{RULE_IMG_URL}" />
 </td>
 <!-- END switch_forum_rule_image -->
 <td class="rules postbody">
 {RULE_MSG}
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </tbody>
 </table>
 <!-- END switch_forum_rules -->
  
  
  
  
  
   <div width="100%" class="img_haut" align="center"> </div>  
 <table class="forumline" width="80%" border="0" cellspacing="20" cellpadding="0" align="center">
 <tr>
 <th height="28" class="thHead" colspan="2" valign="bottom">
 <strong>{L_POST_A}</strong>
 </th>
 </tr>
 <!-- BEGIN switch_username_select -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{L_USERNAME}</b></span></td>
                <td class="row2" width="78%"><span class="genmed"><input class="post" type="text" name="username"  maxlength="8" value="{USER&amp;#8288;NAME}" size="25" tabindex="1"></input></span></td>
 </tr>
 <!-- END switch_username_select -->
 
<!-- BEGIN switch_reasons -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{L_REASON}</b></span></td>
 <td class="row2" width="78%"><span class="genmed">{REASON}</span></td>
 </tr>
 <!-- END switch_reasons -->

 <!-- BEGIN switch_privmsg -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{L_USERNAME}</b></span></td>
 <td class="row2" width="78%">
 <span class="genmed">
 <!-- BEGIN switch_username -->
 <input class="post" style="margin:1px 0" type="text" name="username[]" value="{switch_privmsg.switch_username.USERNAME}" size="25" /><br />
 <!-- END switch_username -->
 <input class="post" style="margin:1px 0" type="text" id="username" name="username[]" value="{USER&amp;#8288;NAME}" size="25" tabindex="1" /> 
 <img id="add_username" src="{ADD_USERNAME_IMG}" class="selectHover" alt="" /> 
 <input class="liteoption" type="button" id="find_user" value="{L_FIND_USERNAME}" />
 </span>
 </td>
 </tr>
 <!-- BEGIN switch_privmsg_friend -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{switch_privmsg.switch_privmsg_friend.L_OR_FRIEND}</b></span></td>
 <td class="row2" width="78%">{switch_privmsg.switch_privmsg_friend.FRIEND_PM}</td>
 </tr>
 <!-- END switch_privmsg_friend -->
 <!-- BEGIN switch_privmsg_group -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{switch_privmsg.switch_privmsg_group.L_OR_GROUP}</b></span></td>
 <td class="row2" width="78%">{switch_privmsg.switch_privmsg_group.MASS_PM}</td>
 </tr>
 <!-- END switch_privmsg_group -->
 <!-- END switch_privmsg -->

 <!-- BEGIN switch_groupmsg -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{L_USERNAME}</b></span></td>
 <td class="row2" width="78%"><span class="genmed">{USER&amp;#8288;NAME}</span></td>
 </tr>
 <!-- END switch_groupmsg -->

 <!-- BEGIN switch_subject -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td>
 <td class="row2" width="78%">
 <span class="gen">
                          <input class="post" style="width:450px" type="text" name="subject" value="{SUBJECT}" size="45" maxlength="{TOPIC_TITLE_MAXLENGTH}" tabindex="2" title="{TOPIC_TITLE_LENGTH_EXPLAIN}" onkeypress="if (event.keyCode==13){return false}">

 <!-- BEGIN switch_subject_color -->
 <script type="text/javascript">
 //<![CDATA[
 input = document.getElementsByName('subject');
 //]]>
 </script>
 <select name="topic_color" onchange="input[0].style.color = topic_color.value" style="margin-left:10px">
 {switch_subject.switch_subject_color.TOPIC_TITLE_COLOR_OPTIONS}
 </select>
 <script type="text/javascript">
 //<![CDATA[
 input[0].style.color = '{switch_subject.switch_subject_color.TOPIC_TITLE_COLOR_DEFAULT}';
 //]]>
 </script>
 <!-- END switch_subject_color -->
 </span>
 </td>
 </tr>
 <!-- END switch_subject -->

 <!-- BEGIN switch_description -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><b>{L_DESCRIPTION}</b></span></td>
 <td class="row2" width="78%">
 <span class="gen">
 <input class="post" style="width:450px" type="text" name="description" value="{DESCRIPTION}" maxlength="{TOPIC_DESCRIPTION_MAXLENGTH}" onkeypress="if (event.keyCode==13){return false}" />
 </span>
 </td>
 </tr>
 <!-- END switch_description -->

 <!-- BEGIN switch_icon_checkbox -->
 <tr>
 <td class="row2" valign="top"><span class="gen"><b>{L_ICON_TITLE}</b></span></td>
 <td class="row2">
 <table width="80%" border="0" cellspacing="0" cellpadding="0">
 <!-- BEGIN row -->
 <tr>
 <td nowrap="nowrap"><span class="gen"><!-- BEGIN cell --><label><input type="radio" name="post_icon" value="{switch_icon_checkbox.row.cell.ICON_ID}" {switch_icon_checkbox.row.cell.ICON_CHECKED} id="post_icon_{switch_icon_checkbox.row.cell.ICON_ID}" /> <span onclick="document.forms['post'].post_icon_{switch_icon_checkbox.row.cell.ICON_ID}.checked=true">{switch_icon_checkbox.row.cell.ICON_IMG}</span></label><!-- END cell --></span></td>
 </tr>
 <!-- END row -->
 </table>
 </td>
 </tr>
 <!-- END switch_icon_checkbox -->

 <tr id="parent_editor_simple" {EDITOR_DISPLAY_SIMPLE} align="center">
 <td class="row2" valign="top">
 <table width="80%" border="0" cellspacing="0" cellpadding="1" align="center">
 <tr>
 <td><span class="row2" style="white-space: nowrap;"><b>{L_MESSAGE_BODY}</b></span></td>
 </tr>
 <tr>
 <td align="center" valign="middle">
 <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
 <tr align="center">
 <td class="gensmall" colspan="{S_SMILIES_COLSPAN}">
 <div id="smileyContainer">
 {L_SMILIES_PREVIEW_NEW}
 </div>
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </table>
 </td>
 <td class="row2" valign="top"><span class="genmed"></span>
 <table border="0" cellspacing="0" cellpadding="0" width="80%" align="center">
 <tr>
 <td valign="top">
 <textarea id="text_editor_textarea" class="post" name="message" tabindex="3" wrap="virtual">{MESSAGE}</textarea> 
 </td>
 <td id="smileyContainer" valign="top">
 {L_SMILIES_PREVIEW_NEW}
 </td>
 </tr>
 </table>
 </td>
 </tr>

 <!-- BEGIN edit_reason -->
 <tr>
 <td class="row2" width="22%"><span class="gen"><strong>{edit_reason.L_EDIT_REASON}</strong></span></td>
                  <td class="row2" width="78%"><span class="gen"><input class="post" style="width:450px" type="text" name="edit_reason" value="{edit_reason.EDIT_REASON}" maxlength="255"></input></span></td>
 </tr>
 <!-- END edit_reason -->
 {CODE_CONFIRM}
 </table>
      
<table class="forumline" width="80%" border="0" cellspacing="20" cellpadding="0" align="center">
 <tr>
 <td class="catBottom" colspan="2" align="center" height="28">
 <input type="hidden" name="lt" value="{LAST_TOPIC_ID}" />
 {S_HIDDEN_FORM_FIELDS}
 <!-- BEGIN switch_preview -->
 <input class="liteoption" type="submit" name="preview" value="{L_PREVIEW}" tabindex="5" /> 
 <!-- END switch_preview -->
 <!-- BEGIN switch_draft -->
  <input class="liteoption" type="submit" name="draft" value="{L_DRAFT}" tabindex="7" accesskey="d" /> 
 <!-- END switch_draft -->
 <!-- BEGIN switch_publish -->
  <input class="liteoption" type="submit" name="publish" value="{L_PUBLISH}" tabindex="8" accesskey="p" /> 
 <!-- END switch_publish -->
  <input class="mainoption" type="submit" name="post" value="{L_SUBMIT}" tabindex="6" accesskey="s" />
 </td>
 </tr>
 </table>
           <div width="100%" class="img_bas" align="center"> </div>
 <br /><br />

          
 <!-- BEGIN switch_roll_dice -->
 <div id="rolldice" style="display:{ROLLDICE_CLOSE}">
 <table class="row2" width="100%" border="0" cellspacing="1" cellpadding="0">
 <tr>
 <th class="thHead">
 <table width="100%">
 <tr>
 <td width="10"></td>
 <td align="center"><span class="gen"><b>{ROLL_DICE_TITLE}</b></span></td>
 <td width="10"><a href="javascript:ShowHideLayernew('rolldice')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0"></a></td>
 </tr>
 </table>
 </th>
 </tr>
 </table>
                  
</div>

 <div id="rolldice_show" style="display:{ROLLDICE_OPEN}">
        
 <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <th class="thHead" colspan="2">
 <table width="100%">
 <tr>
 <td width="10"> </td>
 <td align="center"><span class="gen"><b>{ROLL_DICE_TITLE}</b></span></td>
 <td width="10"><a href="javascript:ShowHideLayernew('rolldice')">
 <img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0"></a>
 </td>
 </tr>
 </table>
 </th>
 </tr>
 <tr>
 <td class="row1">
 <script type="text/javascript">
 //<![CDATA[
 function add_dice(dice_number,dice,number)
 {
 var content = document.getElementById('post_dice').innerHTML;
 document.getElementById('dice_to_del').innerHTML = '';
 document.getElementById('dice_to_del').id = '';

 var new_tr = document.createElement('tr');
 new_tr.appendChild(document.createElement('td'));
 new_tr.firstChild.innerHTML = '<span class="postbody">{ROLL_DICE_TITLE_LOW} #' + (dice_number + 1) + ' : </span><select name="post_dice_' + dice_number + '" id="post_dice_' + dice_number + '" value="' + dice + '">' + content + '</select><span class="postbody"> <label for="nb_rolls_' + dice_number + '">{switch_roll_dice.L_DICE_ROLLS} : </label><input type="text" size="2" maxlength="3" name="nb_rolls_' + dice_number + '" id="nb_rolls_' + dice_number + '" class="post" value="' + number + '" /> <span id="dice_to_del"><a href="javascript:add_dice(' + (dice_number + 1) + ',\'\',1)"><img src="{PATH_IMG_FA}tabs_more.gif" alt="plus" /></a></span></span>';
 document.getElementById('list_dice').lastChild.appendChild(new_tr);

 var select_dice = document.getElementById('post_dice_' + dice_number);
 if ( dice == '' )
 {
 select_dice.selectedIndex=0;
 }
 for ( var i = 1; select_dice.options[i]; i++ )
 {
 select_dice.options[i].selected = ( select_dice.options[i].value == dice );
 }
 }
 //]]>
 </script>
<table style="width:100%" id="list_dice">
 <tr>
 <td>
 <span class="postbody">{ROLL_DICE_TITLE_LOW} #1 : </span>
 <select name="post_dice_0" id="post_dice">
 <option value="">-</option>
 <!-- BEGIN row_replace -->
 <option value="{switch_roll_dice.row_replace.DICE_ID}"{switch_roll_dice.row_replace.DICE_SELECTED}>{switch_roll_dice.row_replace.DICE_NAME}</option>
 <!-- END row_replace -->
 </select>
 <span class="postbody">
  <label for="nb_rolls_0">{switch_roll_dice.L_DICE_ROLLS} : </label><input type="text" size="2" maxlength="3" name="nb_rolls_0" id="nb_rolls_0" class="post" value="{switch_roll_dice.S_DICE_ROLLS_VALUE}" />
  <span id="dice_to_del"><a href="javascript:add_dice(1,'',1)"><img src="{PATH_IMG_FA}tabs_more.gif" alt="plus" /></a></span>
 </span>
 </td>
 </tr>
 </table>
</td>
 </tr>
 </table><br /><br />
 </div>
 {switch_roll_dice.DICE_SCRIPT}
 <!-- END switch_roll_dice -->

<!-- BEGIN switch_attachment_list -->
<div id="attachments">
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0">
<tr><th class="thHead" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_ATTACHMENTS}</b></span></td><td width="10"></td>
</tr></table>
</th></tr>
<!-- BEGIN attachments -->
<tr>
<td width="22%" class="row1">
<span class="gen"><b>{L_ATTACHMENT_FILENAME}</b></span><br />
</td>
<td width="78%" class="row2">
<!-- BEGIN switch_is_orphan -->
<span class="gen">{switch_attachment_list.attachments.switch_is_orphan.FILENAME}</span>  
<!-- END switch_is_orphan -->
<!-- BEGIN switch_is_not_orphan -->
<a href="{switch_attachment_list.attachments.switch_is_not_orphan.U_ATTACH_URL}" class="gen">{switch_attachment_list.attachments.switch_is_not_orphan.FILENAME}</a>  
<!-- END switch_is_not_orphan -->
<!-- BEGIN switch_can_delete -->
<input type="submit" value="{L_ATTACHMENT_DELETE}" name="delete_file[{switch_attachment_list.attachments.ATTACH_POS}]" /><br />
<!-- END switch_can_delete -->
</td>
</tr>
<tr>
<td width="22%" class="row1">
<span class="gen"><b>{L_ATTACH_COMMENT}</b></span>
</td>
<td width="78%" class="row2">
<!--textarea name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" cols="35" rows="3" style="width:100%">{switch_attachment_list.attachments.ATTACH_COMMENT}</textarea><br />
<a href="{switch_attachment_list.attachments.U_ATTACH_URL}" class="gen">{switch_attachment_list.attachments.FILENAME}</a>  <input class="liteoption" type="submit" value="{L_ATTACHMENT_DELETE}" name="delete_file[{switch_attachment_list.attachments.ATTACH_POS}]" /-->
<input class="post" type="text" id="filecomment{switch_attachment_list.attachments.ATTACH_POS}" name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" maxlength="255" style="width: 450px" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_ID}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_id]" />
<input type="hidden" value="{switch_attachment_list.attachments.IS_ORPHAN}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][is_orphan]" />
<input type="hidden" value="{switch_attachment_list.attachments.REAL_FILENAME}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][real_filename]" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_comment]" />
</tr>

<!-- END attachments -->
</table>
</div>
<!-- END switch_attachment_list -->

<!-- BEGIN switch_attachment -->
<div id="attachment" style="display:{ATTACHMENT_CLOSE}">
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0">
<tr><th class="thHead">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_ATTACHMENT_ADD}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('attachment')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0"></a></td>
</tr></table>
</th></tr>
</table>
</div>

<div id="attachment_show" style="display:{ATTACHMENT_OPEN}">
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0">
<tr><th class="thHead" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_ATTACHMENT_ADD}</b></span></td>
<td width="10"><a href="javascript:ShowHideLayernew('attachment')">
<img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0"></a></td>
</tr></table>
</th></tr>
<tr>
<td class="row2">

<table class="forumline" width="100%" cellspacing="1" cellpadding="0" border="0">
<tr>
<td class="row2" colspan="2"><span class="gen">{L_ATTACHMENT_ADD_HELP}</span><br /><span class="info">{EXT_LIST}</span><br /></td>
</tr>

<tr>
<td class="row2" width="22%"><span class="gen"><b>{L_ATTACHMENT_FILENAME}</b></span></td>
<td class="row2" width="78%"><span class="genmed"><input class="post" type="file" id="fileupload" name="fileupload" value="" /><input value="{L_SUBMIT}" type="submit" name="add_file" /> ({L_MAX_ATT_SIZE})</span></td>
</tr>

<tr>
<td class="row2" width="22%"><span class="gen"><b>{L_ATTACH_COMMENT}</b></span></td>
<td class="row2" width="78%"><span class="genmed"><input class="post" type="text" style="width:450px" id="filecomment" name="filecomment" value="" maxlength="255" /></span></td>
</tr>

<!-- BEGIN modif_dav_08032010 -->
<tr>
<td valign="top" width="15%"><label class="gen" for="fileupload">{L_ATTACHMENT_FILENAME}</label><br /><br />
<label class="gen" for="filecomment">{L_ATTACH_COMMENT}</label></td>
<td width="80%"><input type="file" id="fileupload" name="fileupload" /><input type="submit" name="add_file" /> ({L_MAX_ATT_SIZE})<br />
<textarea id="filecomment" name="filecomment" cols="35" rows="3" style="width:100%"></textarea></td>
</tr>
<!-- END modif_dav_08032010 -->

</table>
</td>
</tr>
</table>
</div>

<!-- END switch_attachment -->

<div id="optionsitems" style="display:{OPTIONSITEMS_CLOSE}">
  
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0">
<tr><th class="thHead">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_OPTIONS}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('optionsitems')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0"></a></td>
</tr></table>
</th></tr>
</table>
</div>

<div id="optionsitems_show" style="display:{OPTIONSITEMS_OPEN}">
  
<div width="100%" class="img_haut_simple" align="center"> </div>  
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0" align="center">
<tr><th class="thHead" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_OPTIONS}</b></span></td>
<td width="10"><a href="javascript:ShowHideLayernew('optionsitems')">
  <img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0"></img></a></td>
</tr></table>
</th></tr>

<!-- BEGIN switch_topic_modif -->
 <!-- BEGIN switch_icon_checkbox -->
 <tr>
 <td class="row2"><label class="gen">{POST_ICON_TITLE}</label></td>

 <td class="row2">
 <!-- BEGIN row -->
 <!-- BEGIN cell -->
 <label class="gen"><input type="radio" name="post_icon" value="{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_ID}" id="post_icon_{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_ID}" {switch_topic_modif.switch_icon_checkbox.row.cell.ICON_CHECKED} />?<span onclick="document.forms['post'].post_icon_{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_ID}.checked=true">{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_IMG}</span></label>
 <!-- END cell -->
 <!-- END row -->
 </td>
 </tr>
 <!-- END switch_icon_checkbox -->
<tr>

 <td class="row2"><label for="modif_topic_title" class="gen">{L_TOPIC_TITLE_MODIFY}</label></td>

 <td class="row2">
 <input class="post" style="width:450px" type="text" name="modif_topic_title" id="modif_topic_title" value="{MODIF_TOPIC_TITLE}" class="gen" maxlength="{TOPIC_TITLE_MAXLENGTH}" onkeypress="if (event.keyCode==13){return false}" />
 <!-- BEGIN switch_topic_button -->
  <input type="button" value="{L_SOLVED_WITHOUT_BRAKETS}" class="button" onclick="set_solved(this.form.elements['modif_topic_title'],'{L_SOLVED}')" style="display:none" id="button_solved" />
 <script type="text/javascript">
 //<![CDATA[
 document.getElementById('button_solved').style.display = 'inline';
 //]]>
 </script>
 <!-- END switch_topic_button -->
 </td>
</tr>
<!-- END switch_topic_modif -->

 <tr>
 <td class="row2" valign="top" width="22%">
 <span class="gensmall">
 {HTML_STATUS}<br />
 {BBCODE_STATUS}<br />
 {SMILIES_STATUS}
 </span>
 </td>
 <td class="row2" width="78%"><span class="gen"> </span>
 <table border="0" cellspacing="0" cellpadding="1">
 <!-- BEGIN switch_html_checkbox -->
 <tr>
                                  <td><input type="checkbox" name="disable_html"{S_HTML_CHECKED} ></input></td>
 <td><span class="gen">{L_DISABLE_HTML}</span></td>
 </tr>
 <!-- END switch_html_checkbox --><!-- BEGIN switch_bbcode_checkbox -->
 <tr>
 <td><input type="checkbox" name="disable_bbcode"{S_BBCODE_CHECKED} ></input></td>
 <td><span class="gen">{L_DISABLE_BBCODE}</span></td>
 </tr>
 <!-- END switch_bbcode_checkbox --><!-- BEGIN switch_smilies_checkbox -->
 <tr>
 <td><input type="checkbox" name="disable_smilies"{S_SMILIES_CHECKED} ></input></td>
 <td><span class="gen">{L_DISABLE_SMILIES}</span></td>
 </tr>
 <!-- END switch_smilies_checkbox --><!-- BEGIN switch_signature_checkbox -->
 <tr>
 <td><input type="checkbox" name="attach_sig"{S_SIGNATURE_CHECKED}></input></td>
 <td><span class="gen">{L_ATTACH_SIGNATURE}</span></td>
 </tr>
 <!-- END switch_signature_checkbox --><!-- BEGIN switch_notify_checkbox -->
 <tr>
 <td><input type="checkbox" name="notify"{S_NOTIFY_CHECKED}></input></td>
 <td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
 </tr>
 <!-- END switch_notify_checkbox --><!-- BEGIN switch_delete_checkbox -->
 <tr>
 <td><input type="checkbox" name="delete"></input></td>
 <td><span class="gen">{L_DELETE_POST}</span></td>
 </tr>
 <!-- END switch_delete_checkbox -->
 <!-- BEGIN switch_type_toggle -->
 <tr>
 <td></td>
 <td><span class="gen">{S_TYPE_TOGGLE}</span></td>
 </tr>
 <!-- END switch_type_toggle -->
 </table>
 </td>
 </tr>
</table>
<div width="100%" class="img_bas_simple" align="center"> </div>  
</div>
  
  

<!-- BEGIN switch_type_cal -->
<div id="calendaritems" style="display:{CALENDARITEMS_CLOSE}">
<table class="forumline" width="100%" border="0" cellspacing="20" cellpadding="0">
<tr><th class="thHead">
<table width="100%"><tr>
  <td width="10"></td><td align="center"><span class="gen"><b>{L_CALENDAR}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('calendaritems')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0"></img></a></td>
</tr></table>
</td></tr>
</table>
</div>
  
  
<div id="calendaritems_show" style="display:{CALENDARITEMS_OPEN}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="thHead" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_CALENDAR}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('calendaritems')"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0"></a></td>
</tr></table>
</td></tr>
<tr><td class="row1" width="22%"><span class="gen"><b>{L_CALENDAR_TITLE} :</b></span></td>
<td class="row2" width="78%"><span class="genmed">
{S_CALENDAR_DAY}{S_CALENDAR_MONTH}{S_CALENDAR_YEAR} 
<a href="javascript:void(0)" name="#" class="genmed" style="font-style:normal;font-weight:normal" onclick="document.post.topic_calendar_day.value={TODAY_DAY};document.post.topic_calendar_month.value={TODAY_MONTH};document.post.topic_calendar_year.value={TODAY_YEAR}" />{L_TODAY}</a>
</span>
</td>
</tr>
<tr>
<td class="row1"><span class="gen"><b>{L_TIME} :</b></span></td>
<td class="row2"><span class="genmed">
<input name="topic_calendar_hour" type="post" maxlength="2" size="3" value="{CALENDAR_HOUR}" class="post" /> {L_HOURS}  
<input name="topic_calendar_min" type="post" maxlength="2" size="3" value="{CALENDAR_MIN}" class="post" /> {L_MINUTES}
</span>
</td>
</tr>
<tr>
<td class="row1"><span class="gen"><b>{L_CALENDAR_DURATION} :</b></span></td>
<td class="row2">
<span class="genmed">
<input name="topic_calendar_duration_day" type="post" maxlength="5" size="3" value="{CALENDAR_DURATION_DAY}" class="post" /> {L_DAYS}  
<input name="topic_calendar_duration_hour" type="post" maxlength="5" size="3" value="{CALENDAR_DURATION_HOUR}" class="post" /> {L_HOURS}  
<input name="topic_calendar_duration_min" type="post" maxlength="5" size="3" value="{CALENDAR_DURATION_MIN}" class="post" /> {L_MINUTES}
<input name="create_event" type="hidden" value="{CREATE_EVENT}" />
<input name="calendar_d" type="hidden" value="{CALENDAR_D}" />
</span>
</td>
</tr>
</table>
</div>
<!-- END switch_type_cal -->
{POLLBOX}

<!-- BEGIN switch_display_menus -->
<script type="text/javascript">
//<![CDATA[
ShowHideLayernew('rolldice');
ShowHideLayernew('optionsitems');
ShowHideLayernew('calendaritems');
ShowHideLayernew('pollitems');
//]]>
</script>
<!-- END switch_display_menus -->

<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
</form>
<table width="100%" border="0" cellspacing="2" align="center">
<tr>
<td align="right" valign="top">{JUMPBOX}</td>
</tr>
</table>{TOPIC_REVIEW_BOX}

<!-- BEGIN switch_privmsg -->
<div id="find_username" class="jqmWindow"></div>

<script src="{JS_DIR}jquery/jqmodal/jqmodal.js" type="text/javascript"></script>
<!-- END switch_privmsg -->
<script type="text/javascript">
//<![CDATA[
$(function(){
<!-- BEGIN switch_privmsg -->
 privmsg_add_username('{U_SEARCH_USER}', '<br /><span class="genmed"><input class="post" style="margin:1px 0" type="text" name="username[]" size="25" /></span>');
<!-- END switch_privmsg -->
<!-- BEGIN switch_image_resize -->
    resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} });
<!-- END switch_image_resize -->
});
//]]>
</script>

{SCEDITOR}
nekotsuki

nekotsuki
*

Féminin
Messages : 34
Inscrit(e) le : 27/11/2011

http://db5k-onlylove.asianfreeforum.com/
nekotsuki a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Recherhce les template relatifs aux "sujets surveillés"

Message par Tech Dim 7 Juil 2013 - 17:39

nekotsuki a écrit:Pour les notification, pourrais-je personnaliser comme je le fais sur les template via le CSS? en fait  il faudrai juste que je mette une image en haut et en bas des cadres pour leur donner une forme arrondis. Je le fais sur les template mais il y a t-il un moyen de le faire à travers le CSS?
Oui, il y a sans doute moyen Wink

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Recherhce les template relatifs aux "sujets surveillés"

Message par nekotsuki Dim 7 Juil 2013 - 18:06

Je vais tenter de bidouiller quelque chose pour voir ce que ça donne alors sinon tant pis je laisserai comme ça....
nekotsuki

nekotsuki
*

Féminin
Messages : 34
Inscrit(e) le : 27/11/2011

http://db5k-onlylove.asianfreeforum.com/
nekotsuki a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Recherhce les template relatifs aux "sujets surveillés"

Message par nekotsuki Sam 13 Juil 2013 - 13:48

Bon je n'ai pas réussi à faire la modif que je voulais sur les notifications mais ce n'est pas bien grave je vais laisser juste comme ça =)

Merci pour votre aide ^^
Je vais mettre l'icône résolu pour ce sujet ^^
nekotsuki

nekotsuki
*

Féminin
Messages : 34
Inscrit(e) le : 27/11/2011

http://db5k-onlylove.asianfreeforum.com/
nekotsuki a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum