no meu caso eu so quero arruma o botao de thanks que nao ta aparecendo nas mensagen:

falando nisso poderia me falar como funciona o sistema de botoesno phpbb agora pq ante era so editar as html , mas agora noa e assim
estilo e o flatboots
vlw abracosrxu escreveu: 10 Ago 2017, 12:571st, you need to connect the extension with your custom style. To start that, you can copyeunaumtenhoid escreveu: 10 Ago 2017, 11:05 Before in 3.0 it was only edit HTML, in 3.1 I do not know where to edit to change buttons/ext/gfksx/ThanksForPosts/styles/prosilver/
to/ext/gfksx/ThanksForPosts/styles/FLATBOOTS/
. Purge the cache.
Then, you can edit/ext/gfksx/ThanksForPosts/styles/FLATBOOTS/theme/thanks.css
and html files in/ext/gfksx/ThanksForPosts/styles/FLATBOOTS/template/
and/ext/gfksx/ThanksForPosts/styles/FLATBOOTS/template/events/
.
F.e. to adjust the thumbs up/down button, you'd need to change the code in/ext/gfksx/ThanksForPosts/styles/FLATBOOTS/theme/thanks.css
by deleting thefont-size: 14px;
for both
.thanks-icon:before
and.removethanks-icon:before
and replacing the content of/ext/gfksx/ThanksForPosts/styles/FLATBOOTS/template/viewtopic_body_post_buttons_after.html
with the followingThen purge the cache (that needs to be done after every change like that).Código: Selecionar todos
<!-- IF not postrow.S_FIRST_POST_ONLY or postrow.S_ONLY_TOPICSTART --> <!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --> <div class="btn-group btn-group-sm hidden-xs visible-sm visible-md visible-lg" role="group"> <a id='lnk_thanks_post{postrow.POST_ID}' href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}" class="btn btn-default btn-sm" role="button"> <i class="icon {postrow.THANKS_IMG} fa"></i> </a> </div> <!-- ENDIF --> <!-- ENDIF -->