The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 140 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject: Re: Fox Contact
PostPosted: Fri Aug 17, 2012 3:02 pm 
User avatar
Joomla! Champion
Joomla! Champion

Joined: Thu Aug 18, 2005 2:09 am
Posts: 5154
Location: California
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.

.

_________________
██ AllMedia4Joomla Project
██ http://sourceforge.net/projects/allmedia4joomla/
██ AllMedia YouTube Feed Gallery module released
██ Download: http://sourceforge.net/projects/allmedia4joomla/files/


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Aug 30, 2012 9:33 am 
User avatar
Joomla! Intern
Joomla! Intern
Online

Joined: Thu Aug 30, 2012 9:31 am
Posts: 65
Location: London, UK
Quote:
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


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Sun Oct 21, 2012 6:04 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jan 25, 2008 5:31 am
Posts: 20
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.


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Tue Oct 23, 2012 2:22 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Oct 23, 2012 2:19 pm
Posts: 2
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.


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Wed Oct 24, 2012 1:41 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Oct 23, 2012 2:19 pm
Posts: 2
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 :)


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Oct 25, 2012 2:23 am 
Joomla! Intern
Joomla! Intern

Joined: Fri Mar 02, 2012 3:28 pm
Posts: 82
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".


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Wed Oct 31, 2012 3:49 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 02, 2007 4:31 pm
Posts: 28
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 ?


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Nov 22, 2012 9:09 am 
User avatar
Joomla! Intern
Joomla! Intern
Online

Joined: Thu Aug 30, 2012 9:31 am
Posts: 65
Location: London, UK
Such a poor chap.

_________________
Digital Forensics & Network Security Student
I like to play with Joomla!
http://www.subzeroentertainment.co.uk


Last edited by Aaron Hambleton on Thu Nov 22, 2012 9:15 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Nov 22, 2012 9:14 am 
User avatar
Joomla! Intern
Joomla! Intern
Online

Joined: Thu Aug 30, 2012 9:31 am
Posts: 65
Location: London, UK
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:
.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;
}

_________________
Digital Forensics & Network Security Student
I like to play with Joomla!
http://www.subzeroentertainment.co.uk


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Mon Nov 26, 2012 5:31 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue May 27, 2008 3:39 pm
Posts: 2
Hi,

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

Hello :-[


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Nov 29, 2012 12:51 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Nov 29, 2012 12:48 am
Posts: 3
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:
.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!


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Nov 29, 2012 4:23 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Nov 29, 2012 12:48 am
Posts: 3
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.


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Thu Nov 29, 2012 1:35 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue May 27, 2008 3:39 pm
Posts: 2
Not work in 2.0.19 version... :'(


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Fri Nov 30, 2012 5:24 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Nov 29, 2012 12:48 am
Posts: 3
Which part is not working?


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Sat Dec 01, 2012 1:41 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Dec 01, 2012 1:39 am
Posts: 1
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?


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Wed Dec 05, 2012 7:34 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Jun 06, 2011 7:12 am
Posts: 22
Location: Mumbai, India
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.

_________________
Learner


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Sat Jan 26, 2013 5:43 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jan 26, 2013 4:36 pm
Posts: 1
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.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Tue Feb 12, 2013 6:43 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Feb 12, 2013 6:39 pm
Posts: 1
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?...


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Wed Feb 13, 2013 12:37 pm 
User avatar
Joomla! Intern
Joomla! Intern
Online

Joined: Thu Aug 30, 2012 9:31 am
Posts: 65
Location: London, UK
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

_________________
Digital Forensics & Network Security Student
I like to play with Joomla!
http://www.subzeroentertainment.co.uk


Top
 Profile  
 
 Post subject: Re: Fox Contact
PostPosted: Fri Mar 22, 2013 4:27 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Mar 02, 2013 4:53 am
Posts: 28
How to bold the text in fox contact form which comes on mail after filling form..
reply fast..emergency..


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 140 posts ]  Go to page Previous  1, 2, 3, 4, 5



Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group