Can't show Creative Commons License

I’ve check the files…

<div class="footer">
<div class="container">
<div class="row col-md-12">
<div class="row col-md-6 ajustefooter">

is in \cache\t_compile%%CF^CF5^CF5BA9DF%%footer.tpl.php

class="ajusteleft"

is in \cache\t_compile%%38^38D^38D7420B%%article.tpl.php

the header of both files have this:
<?php /* Smarty version 2.6.26, created on 2017-05-19 17:32:30
compiled from core:common/footer.tpl */ ?>

The former administrator add some plugins and made some changes that i don’t know how to fix now

Hmmm…

What is in your file lib/pkp/templates/common/footer.tpl? Does it look like this file: pkp-lib/footer.tpl at ojs-3_0_2-0 · pkp/pkp-lib · GitHub?
What is in your input field Settings > Website > Appearance > Page Footer ?

What is in the header (‘compiled from’) of that cached article template: \cache\t_compile%%38^38D^38D7420B%%article.tpl.php?

Maybe you are using a plugin that overwrites the OJS templates?

What theme do you use? – to be find under Settings > Website > Appearance > Theme.

Hmmm…

@bozana, in answer to your question: Yes the “Reset Article Permissions” button is intended to remove any stamped copyright/license information from articles.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

My footer has this:

{**
 * templates/common/footer.tpl
 *
 * Copyright (c) 2013-2017 Simon Fraser University
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Common site footer.
 *
 *}
{if $displayCreativeCommons}
	{translate key="common.ccLicense"}
{/if}
{call_hook name="Templates::Common::Footer::PageFooter"}
{if $pageFooter}
	<br /><br />
	<div id="pageFooter">{$pageFooter}</div>
{/if}
</div><!-- content -->
</div><!-- main -->
</div><!-- body -->

{get_debug_info}
{if $enableDebugStats}{include file=$pqpTemplate}{/if}

</div><!-- container -->

doesn’t look like the footer you sent me

The page footer is:

<div class="header-h1">Visita nuestras redes sociales:</div><center><div class="social-icons"><ul><li class="facebook" style="background-color: #f0f0f0;"><a href="http://www.facebook.com/RevistaSummaPsicologicaUst" target="_blank">Facebook</a></li><li class="twitter" style="background-color: #f0f0f0;"><a href="http://twitter.com/SummaPsicoUST" target="_blank">Twitter</a></li><li class="googleplus" style="background-color: #f0f0f0;"><a href="http://plus.google.com/+SummapsicologicaCl" target="_blank">Google +</a></li><li class="academia" style="background-color: #f0f0f0;"><a href="http://ust-cl.academia.edu/SummaPsicol%C3%B3gicaUST" target="_blank">Academia.edu</a></li><li class="youtube" style="background-color: #f0f0f0;"><a href="http://www.youtube.com/user/SummaPsicologicaUST" target="_blank">Youtube</a></li><li class="rss" style="background-color: #f0f0f0;"><a href="http://feeds.feedburner.com/SummaPsicologicaAvisos" target="_blank">RSS Anuncios</a></li></ul></div></center>

Not sure where is coming from (being compiled)
I guess the plugin overwrites the template, but not sure how to fix

Hi @mmellaa

Hmmm… The footer you have posted is from the OJS version 2.4.8-2, s. pkp-lib/footer.tpl at ojs-2_4_8-2 · pkp/pkp-lib · GitHub. Are you sure that your code is fully correct/clean i.e. totally equal with the OJS 3.0.2?
Hmmm… :open_mouth:
What about other questions above?

Best,
Bozana

My OJS is version 2.4.8-2
I’ve never said different

El El lun, 25 de sep. de 2017 a las 04:25, Bozana Bokan <
pkp@forum.pkp.sfu.ca> escribió:

Yes sorry…
What is in your footer input field: Journal Management > Setup 5 > 5.4 Journal Page Footer ?
What is in the header (‘compiled from’) of that cached article template: \cache\t_compile%%38^38D^38D7420B%%article.tpl.php? – where you find the content that is displayed on your page…