Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
Are you responsible for making OJS work -- installing, upgrading, migrating or troubleshooting? Do you think you've found a bug? Post in this forum.
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
Forum rules
What to do if you have a technical problem with OJS:1.
Search the forum. You can do this from the
Advanced Search Page or from our
Google Custom Search, which will search the entire PKP site. If you are encountering an error, we
especially recommend searching the forum for said error.
2.
Check the FAQ to see if your question or error has already been resolved.
3.
Post a question, but please, only after trying the above two solutions. If it's a workflow or usability question you should probably post to the
OJS Editorial Support and Discussion subforum; if you have a development question, try the
OJS Development subforum.
by TaB » Thu Oct 26, 2006 8:15 pm
Hi,
I saw an earlier posts about footers and I attempted to move the <div id="footer"> and <div id="footerContent"> outside of the {if $enableDebugStats} conditional, but I when I did this my entire footer disappeared and now none of my pages closes their divs at the bottom of the page and my </body> and </html> are also missing.
-
TaB
-
- Posts: 3
- Joined: Thu Oct 26, 2006 8:05 pm
-
by asmecher » Fri Oct 27, 2006 11:22 am
Hi TaB,
You probably still need to move the close div tags outside of the end conditional {/if}.
Regards,
Alec Smecher
Open Journal Systems Team
-
asmecher
-
- Posts: 5769
- Joined: Wed Aug 10, 2005 12:56 pm
-
by TaB » Fri Oct 27, 2006 12:24 pm
Hmm...I'm still not sure what I'm doing wrong. Here's what I have:
{**
* footer.tpl
*
* Copyright (c) 2003-2005 The Public Knowledge Project
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Common site footer.
*
* $Id: footer.tpl,v 1.14 2006/01/05 19:32:40 alec Exp $
*}
</div><!-- content -->
</div><!-- main -->
</div><!-- body -->
<div id="footer">
<div id="footerContent">
{if $pageFooter}
<br /><br />
{$pageFooter}
{/if}
</div><!-- footerContent -->
</div><!-- footer -->
{get_debug_info}
{if $enableDebugStats}
<div class="debugStats">
{translate key="debug.executionTime"}: {$debugExecutionTime|string_format:"%.4f"}s<br />
{translate key="debug.databaseQueries"}: {$debugNumDatabaseQueries}<br/>
{if $debugNotes}
<strong>{translate key="debug.notes"}</strong><br/>
{foreach from=$debugNotes item=note}
{translate key=$note[0] params=$note[1]}<br/>
{/foreach}
{/if}
</div>
{/if}
</div><!-- container -->
</body>
</html>
-
TaB
-
- Posts: 3
- Joined: Thu Oct 26, 2006 8:05 pm
-
Return to OJS Technical Support
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest