CBACK CrackerTracker »  Show posts from    to     

Icy Phoenix


Old Support Topics - CBACK CrackerTracker



Chaotic [ Tue 04 Mar, 2008 12:16 ]
Post subject: CBACK CrackerTracker
I have a small problem involving CBACK CrackerTracker. I'm running CrackerTracker Professional v5.0.6 on Icy Phoenix 1.2.0.27, using the Black Pearl template. The problem described below occurs in all templates.

In the ACP, you can select the footer image/text you wish to be displayed in the footer of your website. After selecting the image/text you want displayed, it never shows in the footer. It was, still is, a minor difference between the last version of IP and the current. Is there an additional setting/switch somewhere that will allow the image to be shown in the footer?

Thanks for your help.


paramine-gx [ Tue 04 Mar, 2008 18:49 ]
Post subject: Re: CBACK CrackerTracker
Chaotic wrote: [View Post]
In the ACP, you can select the footer image/text you wish to be displayed in the footer of your website. After selecting the image/text you want displayed, it never shows in the footer. It was, still is, a minor difference between the last version of IP and the current. Is there an additional setting/switch somewhere that will allow the image to be shown in the footer?

Thanks for your help.


Search this file templates/mg_themes/overall_footer.tpl

Search this code

Code: [Hide]
  1. <td nowrap="nowrap" width="250" align="right">  
  2. <span class="copyright">Design by <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a>&nbsp;</span>  
  3. </td> 


Replace with this

Code: [Hide]
  1. <td nowrap="nowrap" width="250" align="right">  
  2. <span class="copyright">Design by <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a>&nbsp;<br />{CRACKER_TRACKER_FOOTER}</span>  
  3. </td>  


Please, next time. Use the "search" function, this topic has been solved before.
Grettings!!!


Chaotic [ Tue 04 Mar, 2008 21:47 ]
Post subject: Re: CBACK CrackerTracker
I wouldn't have posted this topic if I had found the answer to my query using search.

The fix you posted does not work, however, if you make the change in the specific template file, you get results. I added {CRACKER_TRACKER_FOOTER} to my overall_footer_bl.tpl file.

Thanks for pointing me in the right direction though.


paramine-gx [ Tue 04 Mar, 2008 22:12 ]
Post subject: Re: CBACK CrackerTracker
Chaotic wrote: [View Post]
I added {CRACKER_TRACKER_FOOTER} to my overall_footer_bl.tpl file.


Before all, this is im talking about, i wrote you modify your overall_footer.tpl file.

And you have changed overall_footer_bl.tpl file.

Please do the change in the correct file and later you can come here to tell us your results.
And sorry, that post i was talking about a saw in other forum.


Chaotic [ Wed 05 Mar, 2008 00:56 ]
Post subject: Re: CBACK CrackerTracker
It's all fine man, lol.

I did edit the overall_footer.tpl file, as you said, but that didn't resolve the issue. I then tried editing my overall_footer_bl.tpl file and that took care of the problem. It's a little weird but it worked.


paramine-gx [ Wed 05 Mar, 2008 01:31 ]
Post subject: Re: CBACK CrackerTracker
Are you sure you replace the correct part of the code?.

Recently i have upgrade from RC3 to the ip final version.
I had the same problem. And this code works fine.

You can look it your self on this link
I can believe it's no working for you.


PD: I took a look of your site and the footer it´s working fine.
PD2: Nice customization of your site
greetings


buldo [ Fri 07 Mar, 2008 23:30 ]
Post subject: Re: SOLVED - CBACK CrackerTracker
paramine-gx wrote: [View Post]
[color=seagreen]Are you sure you replace the correct part of the code?.


"overall_header.tpl" is for Icy Phoenix and Autumn themes, while "overall_header_bl.tpl" is for Black/Blue Pearl theme.
Chaotic has solved, paramine-gx.


paramine-gx [ Sat 08 Mar, 2008 00:50 ]
Post subject: Re: SOLVED - CBACK CrackerTracker
buldo wrote: [View Post]
paramine-gx wrote: [View Post]
[color=seagreen]Are you sure you replace the correct part of the code?.


"overall_header.tpl" is for Icy Phoenix and Autumn themes, while "overall_header_bl.tpl" is for Black/Blue Pearl theme.
Chaotic has solved, paramine-gx.


understood.
Sorry, i didn't read carefully.




Powered by Icy Phoenix