Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2227 connectés 

  FORUM HardWare.fr
  Programmation
  PHP

  creer rang phpBB pose probleme (resolu)

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

creer rang phpBB pose probleme (resolu)

n°1019504
eric6779
Posté le 21-03-2005 à 02:16:50  profilanswer
 

sous internet explorer je peux voir les rangs attribuer dans le panneau d'admin mais en surfant sur le forum je ne vois rien de changer concernant les rangs rien ne s'afficher ,j'ai suivi l'aide pour creer des rangs mais cela ne suffis pas !
sous mozilla ca ne fonctionne po ,juste IE m'affiche les images dans le panneau d'amin mais sur le forum rien .
 
pour modifier les rangs ils disent d'aller dans Templates/subSilver
viewtopic_body.tpl :

Code :
  1. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  2. <tr>
  3. <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
  4. <span class="gensmall"><b>{PAGINATION}</b><br />
  5. &nbsp; </span></td>
  6. </tr>
  7. </table>
  8. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  9. <tr>
  10. <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
  11. <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
  12. -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  13. </tr>
  14. </table>
  15. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  16. <tr align="right">
  17. <td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td>
  18. </tr>
  19. {POLL_DISPLAY}
  20. <tr>
  21. <th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
  22. <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
  23. </tr>
  24. <!-- BEGIN postrow -->
  25. <tr>
  26. <td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
  27. <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  28. <tr>
  29. <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
  30. <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
  31. </tr>
  32. <tr>
  33. <td colspan="2"><hr /></td>
  34. </tr>
  35. <tr>
  36. <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
  37. </tr>
  38. </table></td>
  39. </tr>
  40. <tr>
  41. <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
  42. <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  43. <tr>
  44. <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--
  45. if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  46. document.write(' {postrow.ICQ_IMG}');
  47. else
  48. document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
  49. //--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
  50. </tr>
  51. </table></td>
  52. </tr>
  53. <tr>
  54. <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  55. </tr>
  56. <!-- END postrow -->
  57. <tr align="center">
  58. <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  59. <tr><form method="post" action="{S_POST_DAYS_ACTION}">
  60. <td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
  61. </form></tr>
  62. </table></td>
  63. </tr>
  64. </table>
  65. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  66. <tr>
  67. <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
  68. <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
  69. -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  70. <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span>
  71. </td>
  72. </tr>
  73. <tr>
  74. <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
  75. </tr>
  76. </table>
  77. <table width="100%" cellspacing="2" border="0" align="center">
  78. <tr>
  79. <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
  80. &nbsp;<br />
  81. {S_TOPIC_ADMIN}</td>
  82. <td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
  83. </tr>
  84. </table>


 
 
y a quelque chose a modifier ?
j'ai bien transferer sur ftp comme le chemin es indiquer :
templates\subsilver\images\rang\ puis les images des differents rang .
un conseil svp?
 
plus d'info içi


Message édité par eric6779 le 21-03-2005 à 14:40:24
mood
Publicité
Posté le 21-03-2005 à 02:16:50  profilanswer
 

n°1019528
esox_ch
Posté le 21-03-2005 à 08:33:20  profilanswer
 

On est pas un service apres vente du phpbb, va sur leur site :)


---------------
Si la vérité est découverte par quelqu'un d'autre,elle perd toujours un peu d'attrait
n°1019547
Hermes le ​Messager
Breton Quiétiste
Posté le 21-03-2005 à 09:41:46  profilanswer
 

+1

n°1019689
ToxicAveng​er
Posté le 21-03-2005 à 13:13:57  profilanswer
 

chez moi ca fonctionne le mod "rang"... T'as du t'emmeler les pinceaux stout :o


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  PHP

  creer rang phpBB pose probleme (resolu)

 

Sujets relatifs
GDI+ graphisme probleme[XML/XSL] tri dynamique [résolu]
MFC Problème d'affichage (OnPaint() et ON_WM_PAINT())problème de driver mysql
gros problème de driver jdbcinfos sur Portails php style phpbb, e107, phpnuke...
[Debutant] Problème pour les évènements wxWidget[Résolu] executer un fichier et afficher le résultat
[MySQL] Problème avec une requète (jointure ...)Menu dynamique (problème avec visibility)
Plus de sujets relatifs à : creer rang phpBB pose probleme (resolu)


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR