Page 5 of 5

Re: Fox Contact

Posted: Fri Aug 17, 2012 3:02 pm
by kenmcd
matrice wrote:. . .
This code is search engine friendly and he got his backlink.
Having unrelated outgoing links on your website is not "search engine friendly."
If the implication is that this will not harm your SEO, that is complete nonsense.

.

Re: Fox Contact

Posted: Thu Aug 30, 2012 9:33 am
by Aaron Hambleton
I have version 2.0.17 and use above way and works for me.

What I did is open :

modules/mod_foxcontact/tmpl/default.php
component/com_foxcontact/views/foxcontact/tmpl/default.php

using search function for "powered by" and remove the complete <h href "link" powered by....</a> and save it.
worked PERFECTLY for me. Thanks so much! :D

Re: Fox Contact

Posted: Sun Oct 21, 2012 6:04 pm
by F0l2saken
None of this works with the new extension, but because I've never seen someone who puts so much time into forcing his backlink on people I'll tell you what works

open neon.css in the css directory of the component, add a display:none !important tag to the fox-copyright problem solved.

Re: Fox Contact

Posted: Tue Oct 23, 2012 2:22 pm
by teakias
F0l2saken wrote:None of this works with the new extension, but because I've never seen someone who puts so much time into forcing his backlink on people I'll tell you what works

open neon.css in the css directory of the component, add a display:none !important tag to the fox-copyright problem solved.
Can you please be more specific :) thnx in advance.

Re: Fox Contact

Posted: Wed Oct 24, 2012 1:41 pm
by teakias
ok found it at \components\com_foxcontact\css\neon.css

and put the highlighted tag

.fox-copyright {display: none !important;} {
float: right;
}
html[dir="rtl"] .fox-copyright {
float: left;
}
.fox-copyright a {
text-decoration: none !important;
font-family: arial,verdana,sans-serif !important;
font-variant: small-caps !important;
}

all thanx to F0l2saken :)

Re: Fox Contact

Posted: Thu Oct 25, 2012 2:23 am
by mdivk
So funny to see this poor developer got and still getting so much attacks, maybe he should learn something from this? May God have mercy on him and forgive his "arrogance".

Re: Fox Contact

Posted: Wed Oct 31, 2012 3:49 pm
by masih_ad
in new version the problem is : "components/com_foxcontact/js/fileuploader.js"
when i delete the file, copyright removed but cant use upload field in form.
can anyone solve it ?

Re: Fox Contact

Posted: Thu Nov 22, 2012 9:09 am
by Aaron Hambleton
Such a poor chap.

Re: Fox Contact

Posted: Thu Nov 22, 2012 9:14 am
by Aaron Hambleton
Okay, so this is the correct code to wipe out all "Powered By Fox Contact" back links.

Replace the code in /components/com_foxcontact/css/neon.css at line 390 to 400 with the code below:

Code: Select all

.fox-copyright {display: none !important;} {
float: right;
}
html[dir="rtl"] .fox-copyright {
float: left;
}
.fox-copyright a {display: none !important;} {
text-decoration: none !important;
font-family: arial,verdana,sans-serif !important;
font-variant: small-caps !important;
}

Re: Fox Contact

Posted: Mon Nov 26, 2012 5:31 pm
by Guazzabuglio
Hi,

does not work with the new version.
Does anyone have a solution?

Hello :-[

Re: Fox Contact

Posted: Thu Nov 29, 2012 12:51 am
by jfg80
Aaron Hambleton wrote:Okay, so this is the correct code to wipe out all "Powered By Fox Contact" back links.

Replace the code in /components/com_foxcontact/css/neon.css at line 390 to 400 with the code below:

Code: Select all

.fox-copyright {display: none !important;} {
float: right;
}
html[dir="rtl"] .fox-copyright {
float: left;
}
.fox-copyright a {display: none !important;} {
text-decoration: none !important;
font-family: arial,verdana,sans-serif !important;
font-variant: small-caps !important;
}
This makes the link only invisible but does not disable it!

Re: Fox Contact

Posted: Thu Nov 29, 2012 4:23 am
by jfg80
In order to disable the invisible link you have to edit line 104 in /helpers/fsubmitter.php, eliminate the link and its attributes but not the whole line.

Re: Fox Contact

Posted: Thu Nov 29, 2012 1:35 pm
by Guazzabuglio
Not work in 2.0.19 version... :'(

Re: Fox Contact

Posted: Fri Nov 30, 2012 5:24 am
by jfg80
Which part is not working?

Re: Fox Contact

Posted: Sat Dec 01, 2012 1:41 am
by midje
I now have it nicely removed but have an ugly DIV at the bottom of the form which I can't seem to shift. Anyone?

Re: Fox Contact

Posted: Wed Dec 05, 2012 7:34 am
by tusharraut
Hello Guys,

I had got the solution the other way to remove back link from module form,

Please go to neon.css file and make
.fox-copyright {display: none}
html[dir="rtl"] .fox-copyright {display: none}
.fox-copyright a { display: none}

Then go to /components/com_foxcontact/helpers/fsubmitter.php

find:

return $result . '</div><div class="" style="padding:10px 0 !important;text-indent:0 !important"><a target="_blank" title="Joomla contact form" href="http://www.legalera.in" style="visibility: visible !important; display: inline !important; font-size:10px !important;">powered by fox contact</a></div>';

replace it with:

return $result . '</div>';

Enjoy.

Re: Fox Contact

Posted: Sat Jan 26, 2013 5:43 pm
by zztop42
Fox Contact is a really nice extension that I recently came across. I wanted to use it for a site of mine. As far as the licensing is concerned, something does not stick right. GPL is about freedom. That is how I feel it at least. I became more than a bit frustrated while trying to remove the backlink. Version 2.0.19 of Fox Contact. Playing with the DOM, at some point, after some time on the page, the link would re-appear. Long story short, because nobody would care, after coming across obfuscated javascript for the first time (the horror!), using some simple transformations, I got the mostly deobfuscated (did not care to provide better names for some variables) fileuploader.js file. It took hours to be honest. The file is attached.

I believe it will not be removed, since it is greatly readable. Just replace the old fileuploader.js with this. This file contains stuff related to attachment uploading, the captcha, and the backlink (misty programming principles seem to creep in, when evil ways are employed, since the filename "hides" the file contents).

Note to the developer. Spending hours on this, I wonder what would happen if someone took your code, properly removed your backlink, deobfuscating some code or replacing it, and published it as an extension. Asking for donations only, donating part of them back to you. GPL can backfire like that, when you push things too far. Respect it. I did not like the feeling I got from trying to remove the backlink. I can say that I am definitely not the only one. Imagine that I signed up here just for this post (although the account will definitely come in handy for more topics). Be careful.

Re: Fox Contact

Posted: Tue Feb 12, 2013 6:43 pm
by angelo85ct
Hello to all,
I hope to be in the right section.


Let me explain my problem:
I implemented Fox Contact to my site and it works fine the problem is that the mail I receive from the site and I get as I know, the sender name field Form Now I want to change this parameter and do get emails with Mail Sender Address field.
How Can I do?...

Re: Fox Contact

Posted: Wed Feb 13, 2013 12:37 pm
by Aaron Hambleton
tusharraut wrote:Hello Guys,

I had got the solution the other way to remove back link from module form,

Please go to neon.css file and make
.fox-copyright {display: none}
html[dir="rtl"] .fox-copyright {display: none}
.fox-copyright a { display: none}

Then go to /components/com_foxcontact/helpers/fsubmitter.php

find:

return $result . '</div><div class="" style="padding:10px 0 !important;text-indent:0 !important"><a target="_blank" title="Joomla contact form" href="http://www.legalera.in" style="visibility: visible !important; display: inline !important; font-size:10px !important;">powered by fox contact</a></div>';

replace it with:

return $result . '</div>';

Enjoy.
This is the correct way :) if you are using 2.19

Re: Fox Contact

Posted: Fri Mar 22, 2013 4:27 am
by deepakjangra13
How to bold the text in fox contact form which comes on mail after filling form..
reply fast..emergency..

Re: Fox Contact

Posted: Thu Aug 29, 2013 9:55 am
by ehz350
I have Fox Contact 3.1.1 and it runs very slowly. After you submit the form, it takes 2-3 minutes for the success message to show up. Any ideas on how to fix this?

Re: Fox Contact

Posted: Sat Aug 31, 2013 10:52 am
by tweedsolutions
I've used Fox Contact on a couple of sites and never seen any problem.

Re: Fox Contact

Posted: Sat Aug 31, 2013 11:26 am
by -Fox-
ehz350 wrote:After you submit the form, it takes 2-3 minutes for the success message to show up. Any ideas on how to fix this?
Hello,
it happened to another user long time ago.
It means that your server has DNS related problems.
You can find here details about the problem and the related solution.

Re: Fox Contact

Posted: Sat Aug 31, 2013 1:00 pm
by 2u3
Mr. Fox,
I have been in IT business for a long time (backend programmer), and I have used many opensource applications/modules/etc. , and have always appreciated the effort of other people to help others. I wrote opensource code too, and asked nothing in return.
Now I bumped into your contact extension, installed it, and there was no option to remove your backlink. I got very frustrated, because it is clearly stated:
Fox Contact Form is released under the GNU/GPL 3 license, which grants the freedom to share, copy, distribute and install this software unlimited times, on unlimited websites, and charge for it if you wish.
No further restrictions are being placed other than those imposed by the GPL license itself.
Well that's simply not true.
So not only this extension is not opensource, but it makes you a liar too.

Of course I was able to remove the link by altering the code, it was actually funny to see how a man can get so paranoid to spend a lot of time and effort (and you did, I admit it), to stop others to change the "opensource" code. (?!)

I think this way of deceiving people is unfair, and should be judged by software community itself.

Re: Fox Contact

Posted: Mon Sep 02, 2013 6:58 am
by ehz350
-Fox- wrote:
ehz350 wrote:After you submit the form, it takes 2-3 minutes for the success message to show up. Any ideas on how to fix this?
Hello,
it happened to another user long time ago.
It means that your server has DNS related problems.
You can find here details about the problem and the related solution.
Thanks for the reply! I tried removing the function, as well as changing the database DNS value. It still takes the same amount of time.

Re: Fox Contact

Posted: Sat Nov 30, 2013 6:02 pm
by miro123
There is a very easy way to hide it.
simply add this piece of css style into your templates css file

.fox-copyright {
display: none !important;
}

Re: Fox Contact

Posted: Mon Dec 02, 2013 3:31 pm
by CptIglo
I managed to fix it my own noobish way. I got in Notepad++ and opened default.php. This file was located in components\com_foxcontact\views\foxcontact\tmpl. The file your looking for is default.php

At line 60 there is the following: <a href="http://fox.ra.it" title="Joomla contact form" target="_blank">Powered by Foxcontacts</a>

I first tried removing the entire code, but that resulted in a 500 Internal Server Error when reloading the page, so I wisely put that back. Then what I did (I've been at this thing, reading through this topic and trying stuff all day) was just leave the space between

_blank">

and

</a>

empty. And the link was gone. Its not the cleanest way of getting rid of it. But hey, it works.

This worked for me in Joomla 2.5.7.
Fox Contacts version 2.0.17

Cheers!

EDIT:

I completely agree with 2u3. Under the GNU/GPL license, the code is supposed to be completely opensource. People using this extension should be able to just choose if they want the link there or not. Thats what opensource is supposed to be. You are trying very hard to stop people from doing that, and actually asking money for removing it. What you are doing, is actually a violation of the GNU/GPL license, and I could take this to court if I wanted to, but thats just not worth my time.

Apart from that, this is a great extension, its very easy to use, just a bit hard to customize to your own needs ;) Actually, if it was easier to modify (manually or from within the Joomla backend) I would've payed money for it

Re: Fox Contact

Posted: Tue Mar 03, 2015 7:51 am
by SusantOnline
Hi Everybody,

This message has been showing on my website after changed the language "en-GB" to "en-US".

"English (USA) translation has not been installed, but is available. To fix this problem simply install this extension once again, without uninstalling it. Learn more."

Please help me how to fix this issue.

Thank you...
Susant Srichandan