×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How to remove "Powered By Lunajoom"

How to remove "Powered By Lunajoom" 13 years 7 months ago #10356

  • Bianca
  • Bianca's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi, I would have posted this in the Newbie or Installation section but it says "Access Denied"...

How do I remove the Hotspots footer "Hotspots is powered by lunajoom.de"?

I paid for the component so expecting I should be able to remove advertising...

thanks for advising,

How to remove "Powered By Lunajoom" 13 years 7 months ago #10360

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Bianca,
Sorry for the inconvenience, for some reason your account was missing the appropriate rights and that was why you was not able to post to the hotspots section.
Right now the versions that you have don't have the option to turn the backlink off. If you want to remove it you will have to edit the view files. However, next week Monday/Tuesday we will release hotspots1.0 beta2 and I will make such an option in the backend.

If you cannot wait till next week, then I will tell you exactly which lines to remove, but first I will need to know which version of hotspots you are using.
Daniel

How to remove "Powered By Lunajoom" 13 years 7 months ago #10362

  • Bianca
  • Bianca's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thanks Daniel - if you can let me know that would be great (we launch our website this weekend) - I have version 0.9.4 beta installed...

How to remove "Powered By Lunajoom" 13 years 7 months ago #10363

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Bianca,
I understand :)
Please go to components/com_hotspots/utils.php . Around line 810 you will find the following function:

function ftDisp() {
	$ft_disp = "<div class=\"hs_ft\">\n";
	$ft_disp .= "  <div class=\"hs_ftbox\">";
	$ft_disp .= "     Hotspots is powered by <a href=\"http://www.compojoom.com\">compojoom.com</a>";
	$ft_disp .= "  </div>\n";
	$ft_disp .= "</div>\n";
	return $ft_disp;
}

change it to this:
function ftDisp() {
//	$ft_disp = "<div class=\"hs_ft\">\n";
//	$ft_disp .= "  <div class=\"hs_ftbox\">";
//	$ft_disp .= "     Hotspots is powered by <a href=\"http://www.compojoom.com\">compojoom.com</a>";
//	$ft_disp .= "  </div>\n";
//	$ft_disp .= "</div>\n";
//	return $ft_disp;
}
or to this:
function ftDisp() {
}

May I ask what are your impressions from hotspots so far?
Daniel
  • Page:
  • 1
Time to create page: 0.219 seconds