Quote:
Originally Posted by Christos Teriakis
@Iain
------
Yes, my English is poor. Very poor. But I'm pround that even this low level English I teached them myself. 40-45 years ago where I was in high school and being a child of a 5 children family, there were no money for studying English. I learned English on the same time that I learned coding. I had the English book for programming, read it, then using my vocabulary I was trying to understand what on heck that "locate" means and then I was testing the code in my PC. That's why I'm pround. Because I got all my education just by reading books. Never studied more than hight school and not because I didn't wanted it.
So, as a lat step to drop the masks, and see if it's true what you wrote, that you can't modify the code to exclude the pages powered by my mods. Here is the code. As you can see it's just 4 lines of code. Check the validity of this code, then check (if your don't count my word), that my mods have nothing to do with other mods and/or vB forum engine, and finally add this code to you mod. If you really believe in fair play, you can do it.
I'm not placing my terms as you said. I'm just offering a solution in case that you believe in fair play, in case that you're really gentleman with the good meaning of these words which are English words using worldwide as standard for their meaning.
Code:
$restrictedpages = array('ads','adsusercp','adsmodcp','auctions','aucusercp','aucmodcp','reviews','revusercp','revmodcp');
if (!in_array(THIS_SCRIPT, $restrictedpages)
{
.......show your copyright.....
}
This code will hides your copyright from my Classifieds, Auctions and Reviews pages. It will appears in all other pages.
--------------- Added [DATE]1370627702[/DATE] at [TIME]1370627702[/TIME] ---------------
I can say that latelly things are goind better in vb.org in 2 ways: - Less users are removing the copyright
- Much less users are rating your mod as Terrible before even finish your post
. It was impossible to believe what happening a couple of years ago. Without any download you were founding a 1 star rating.
|
Words like "ads" and "reviews" could potentially cause that script to remove our copyright from many, MANY unintended pages, and could even cause issue with our OWN ad (and upcoming review) mod.
In addition we would have to put a script like that in all of our hundred or so mods. Then if another coder requested it, we would have to make a script for HIS mods as well, because it wouldn't be fair to only do it for YOUR mods.
Before long we would have scripts trying to cover dozens of mods having to be applied, tested and added to about a hundred mods.
Then we need to update that any time you, or someone else, makes a new mod. Which means editing the files and uploading the new files on about a hundred mods, on several sites.
All of this so one person, you, doesn't have to see our copyright, which the user CHOSE to have there, on a page generated by your mod.
That doesn't seem remotely proportional to me and it strikes me as an extremely unreasonable request. You are asking us to spend/risk a significant amount of time and money, not to improve our mods for the USERS or CUSTOMERS, but to improve them for YOU.
We would much rather take that time and effort and redirect it into continuing to make great, free mods for the users here on vBulletin.org, and i'm sure most people would agree that's the more reasonable course of action.
Iain