jotix Posted February 3, 2016 at 02:23 AM Report Share #592984 Posted February 3, 2016 at 02:23 AM Tenho um pequeno fórum que arrancou em janeiro e gostava de poder retirar as informações de horas de registo dos membros Por exemplo, sempre que alguém posta qualquer coisa, o avatar do membro aparece com informações de registo detalhadas e isso não é necessário Vejamos o exemplo: Confesso que percebo pouco ou nada de programação. Mas já andei a ver nos ficheiros do template e não encontro soluções Alguém tem ideias de como isto se faz? Obrigado pela ajuda 😉 Link to comment Share on other sites More sharing options...
jotix Posted February 3, 2016 at 08:27 AM Author Report Share #592985 Posted February 3, 2016 at 08:27 AM (edited) Encontrei o código: <!-- IF postrow.POSTER_POSTS != '' --><dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF --> <!-- IF postrow.POSTER_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> <span class="timestamp">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_WARNINGS --><dd class="profile-warnings"><strong>{L_WARNINGS}{L_COLON}</strong> {postrow.POSTER_WARNINGS}</dd><!-- ENDIF --> Mas apenas queria apagar as horas ... Edited February 3, 2016 at 08:28 AM by jotix Link to comment Share on other sites More sharing options...
jonhyhvaftn Posted February 3, 2016 at 11:51 AM Report Share #593030 Posted February 3, 2016 at 11:51 AM <span class="timestamp">{postrow.POSTER_JOINED}</span> Tenta apagar isso. Link to comment Share on other sites More sharing options...
jotix Posted February 4, 2016 at 01:51 AM Author Report Share #593080 Posted February 4, 2016 at 01:51 AM Foi o que eu fiz 😉 Link to comment Share on other sites More sharing options...
jonhyhvaftn Posted February 4, 2016 at 11:15 AM Report Share #593101 Posted February 4, 2016 at 11:15 AM (edited) Foi o que eu fiz 😉 Então se não deu há de haver uma função para adicionar apenas a data. Sugiro que dês uma vista de olhos aqui: https://www.phpbb.com/community/viewtopic.php?f=71&t=2023845 É alguém com o mesmo problema que tu. Edited February 4, 2016 at 11:15 AM by jonhyhvaftn Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now