VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

How can I remove the link at the bottom?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How can I remove the link at the bottom?

How can I remove the link at the bottom? 08 Oct 2012 08:16 #1201

Hello,

It's me again. There's an image link at the bottom of this <a href="www.joomfreak.com/joomla-templates.html" title="template">template</a> which directs to www.<a href="www.joomfreak.com/joomla-cms.html" title="joomla">joomla</a>.it.
I've tried to remove the logo and link but then I got some strange codes showing on the page.
I don't know how to change it in copyright.php file so that I can keep the copyright info at right without the rest info and link.

Here's the original code in copyright.php.
--------------------------
<?php // no direct access
/*------------------------------------------------------------------------
# JF-FOTOSNAP - JOOMFREAK.COM JOOMLA 1.5 TEMPLATE
# ------------------------------------------------------------------------
# COPYRIGHT: (C) 2011 JOOMFREAK.COM / KREATIF MULTIMEDIA GMBH
# LICENSE: Creative Commons Attribution
# AUTHOR: JOOMFREAK.COM
# WEBSITE: www.joomfreak.com - www.kreatif-multimedia.com
# EMAIL: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access'); ?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3"><a href="www.joomla.it" target="_blank" title="Powered by Joomla! Open Source Matters!"><img src="<?php echo $templateUrl; ?>/images/joomla.png" border="none" alt="Logo Joomla" align="left" /></a></td>
<td align="right"><span class="copyright">Copyright © <?php echo date('Y');?> <?php echo $title; ?></span></td>
</tr>
<tr>
<td align="right"><span class="copyright">Powered by <a href="www.joomla.org/" title="Visit Joomla.org!" target="blank">Joomla!</a> -
<!-- COPYRIGHT - DO NOT REMOVE -->
<!-- COPYRIGHT - CREATIVE COMMONS ATTRIBUTION LICENSE 2.5 ITALY -->
Designed by joomfreak - <a href="www.joomfreak.com" title="JoomFreak.com" target="blank">joomla templates</a></span>
<!-- END COPYRIGHT --></td>
</tr>
<tr>
<td align="right"><a href="jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;">
<img src="<?php echo $templateUrl; ?>/images/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" hspace="0" /></a><a href="validator.w3.org/check/referer" target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;"><img src="<?php echo $templateUrl; ?>/images/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" /></a></td>
</tr>
</table>
--------------------------

I just remove the line in bold blue and then I got a messed table as shown in the attachment.
Please kindly help! Thank you very much.

*The page is at http://140.136.187.3/j15/
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 08 Oct 2012 08:17 by meankid76.
The following user(s) said Thank You: okmean

  • Posts:5
  • meankid76
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: How can I remove the link at the bottom? 08 Oct 2012 10:34 #1204

You can remove :
<tr>
<td rowspan="3"><a href="www.joomla.it" target="_blank" title="Powered by Joomla! Open Source Matters!"><img src="<?php echo $templateUrl; ?>/images/joomla.png" border="none" alt="Logo Joomla" align="left" /></a></td>
<td align="right"><span class="copyright">Copyright © <?php echo date('Y');?> <?php echo $title; ?></span></td>
</tr>
  • mars

Re: How can I remove the link at the bottom? 08 Oct 2012 10:56 #1205

Hi,

Thank you for your reply.
I did remove the codes you suggested. However, I got some other codes showing on the page as in the attachment.
This image is hidden for guests. Please log in or register to see it.

Or you may want to see it here.

It is from the original codes.(below in bold dark pink)
-----------------------
<?php // no direct access
/*------------------------------------------------------------------------
# JF-FOTOSNAP - JOOMFREAK.COM JOOMLA 1.5 TEMPLATE
# ------------------------------------------------------------------------
# COPYRIGHT: (C) 2011 JOOMFREAK.COM / KREATIF MULTIMEDIA GMBH
# LICENSE: Creative Commons Attribution
# AUTHOR: JOOMFREAK.COM
# WEBSITE: www.joomfreak.com - www.kreatif-multimedia.com
# EMAIL: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access'); ?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>
<td align="right"><span class="copyright">Powered by <a href="www.<a href="www.joomfreak.com/joomla-cms.html" title="joomla">joomla</a>.org/" title="Visit Joomla.org!" target="blank">Joomla!</a> -
<!-- COPYRIGHT - DO NOT REMOVE -->
<!-- COPYRIGHT - CREATIVE COMMONS ATTRIBUTION LICENSE 2.5 ITALY -->
Designed by joomfreak - <a href="www.joomfreak.com" title="JoomFreak.com" target="blank">joomla templates</a></span>
<!-- END COPYRIGHT --></td>
</tr>
<tr>
<td align="right"><a href="jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;">
<img src="<?php echo $templateUrl; ?>/images/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" hspace="0" /></a><a href="validator.w3.org/check/referer" target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;"><img src="<?php echo $templateUrl; ?>/images/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" /></a></td>
</tr>
</table>
-----------------------
Last Edit: 08 Oct 2012 10:57 by meankid76.
The following user(s) said Thank You: okmean

  • Posts:5
  • meankid76
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: How can I remove the link at the bottom? 09 Oct 2012 03:40 #1208

so you can remove all code from <table> to </table>
  • mars

Re: How can I remove the link at the bottom? 11 Oct 2012 05:06 #1222

Hi,

Thanks for your suggestion. I've tried and I found there's something about php codes between index.php and copyright.php because whenever I change anything to the table, I got table messed and strange codes on the page.

This image is hidden for guests. Please log in or register to see it.



This is the copyright file I uploaded.
(removing <table></table>)
-------------------------------------------------------------------------------------------
<?php // no direct access
/*------------------------------------------------------------------------
# JF-FOTOSNAP - JOOMFREAK.COM JOOMLA 1.5 TEMPLATE
# ------------------------------------------------------------------------
# COPYRIGHT: (C) 2011 JOOMFREAK.COM / KREATIF MULTIMEDIA GMBH
# LICENSE: Creative Commons Attribution
# AUTHOR: JOOMFREAK.COM
# WEBSITE: www.joomfreak.com - www.kreatif-multimedia.com
# EMAIL: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access'); ?>
-------------------------------------------------------------------------------------------

After uploading, I downloaded the copyright.php again and this is the exact file running on the server.
-------------------------------------------------------------------------------------------
<?php // no direct access
/*------------------------------------------------------------------------
# JF-FOTOSNAP - JOOMFREAK.COM JOOMLA 1.5 TEMPLATE
# ------------------------------------------------------------------------
# COPYRIGHT: (C) 2011 JOOMFREAK.COM / KREATIF MULTIMEDIA GMBH
# LICENSE: Creative Commons Attribution
# AUTHOR: JOOMFREAK.COM
# WEBSITE: www.joomfreak.com - www.kreatif-multimedia.com
# EMAIL: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access'); ?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><a href="www.<a href="www.joomfreak.com/joomla-cms.html" title="joomla">joomla</a>.it" target="_blank" title="Powered by Joomla! Open Source Matters!"></a></td>
<td align="right"><span class="copyright">Copyright © <?php echo date('Y');?> <?php echo $title; ?></span></td>
</tr>
<tr>
<td align="right"><span class="copyright">Powered by <a href="www.joomla.org/" title="Visit Joomla.org!" target="blank">Joomla!</a> -
<!-- COPYRIGHT - DO NOT REMOVE -->
<!-- COPYRIGHT - CREATIVE COMMONS ATTRIBUTION LICENSE 2.5 ITALY -->
Designed by joomfreak - <a href="www.joomfreak.com" title="JoomFreak.com" target="blank">joomla templates</a></span>
<!-- END COPYRIGHT --></td>
</tr>
<tr>
<td align="right"><a href="jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;">
<img src="<?php echo $templateUrl; ?>/images/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" hspace="0" /></a><a href="validator.w3.org/check/referer" target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;"><img src="<?php echo $templateUrl; ?>/images/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" /></a></td>
</tr>
</table>ut-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" /></a></td>
</tr>
</table></a></td>
</tr>
</table>

-------------------------------------------------------------------------------------------
It automatically brought back the whole table and in addition to it, there are incomplete codes(in bold red) which make this line "ut-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" />"showing on the page.


So I'm thinking if we should change some php codes so it won't check and then generate the table and strange codes again. I have no idea about how php works or if there's any easy way solving this problem?

Thank you for your help again!!!
Last Edit: 11 Oct 2012 05:08 by meankid76.
The following user(s) said Thank You: okmean

  • Posts:5
  • meankid76
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.89 seconds
Tuesday 19 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.