How can I remove the 'manditory link'?
#1
Posted 25 September 2004 - 08:31 PM
Also, I'm having trouble updating snippets, mostly the old SimpleBlog (I use that 7 or 8 times) snippet. Please help me!
#2
Posted 25 September 2004 - 08:52 PM
#3
Posted 25 September 2004 - 08:58 PM
You'll need to use phpMyAdmin to change the blocked field from 1 to 0, within the user table.Also, my password for the admin account was saved incorrectly, because I use the same password as my MySQL database, and I have that password stored in a .txt file. Now I can't login, and after 3 tries I'm SOL. I'm really getting pissed off at Etomite. Phase 0.5.3. was nearly perfect, barring some problems. This is just a major pain in the ass. frell this. This is the second time I installed it and it didn't work correctly. I am seriously pissed now.
And rather than whine about it, switch to another CMS if you're not happy - no one forces you to use it.. it's called FREE WILL
#4
Posted 25 September 2004 - 09:00 PM
#5
Posted 25 September 2004 - 09:03 PM
#6
Posted 25 September 2004 - 09:06 PM
#7
Posted 25 September 2004 - 09:09 PM
Ok, I can, but you need to make sure that you have agreed to Alex's Terms & Conditions....Thanks, can you help me with that manditory link? I deleted the poweredby snippet, and none of it is put in my templates at all. Why are they included in there?
I kindly request you leave the copyright notice and the link to etomite.com intact to show your appreciation of the time I and the contributors to the Etomite project have (freely) spent on the system. Removal of the copyright notice and the link, without the permission of the author, may affect or even cause us to deny any support requests you make. By leaving this link intact, you show your support of the project, and help to increase interest, traffic and use of Etomite, which will ultimately benefit all who use the system. To save bandwidth, you may remove this message, as long as the link and copyright notice stay in place.
Etomite is Copyright 2004 and Trademark of the Etomite Project.
I read somewhere that you need to provide Alex with something etc...
If you open index.php, it shows tells you you're allowed to remove it under certain conditions. Already having a link to Etomite is one of the conditions that qualifies removal. Easy as that. If you already have a link, you can remove the link placed by Etomite.
#8
Posted 25 September 2004 - 09:10 PM
Thanks, can you help me with that manditory link? I deleted the poweredby snippet, and none of it is put in my templates at all. Why are they included in there?
As mentioned in another forum thread, you can remove the Etomite blurb, with restrictions... Search the main index.php file for "Content managed", or look at the code starting at line 327... The explanation is given there, as well as the code which produces the message... I just adjusted the code for adaptation to my template...
As for your login problem, one of the first things you should do on a new install is to create a secondary admin account so you don't get locked out again...
#9
Posted 25 September 2004 - 11:07 PM
I edited the index.php, but I would like Alex's permission to do so. Obviously I'm not selling this, but I will add a link in my copyright if neccesary, I just find it looks very unprofessional, and very PHPNukish (ewww). Also, when I click on edit a template/snippet/etc, I get sent to the Etomite copyright page. Anyone know why? It seems to be like every 20th link inside the options tree sends me to that page. I don't think the script was coded to do that if the copyright link was deleted, or altered in anyway (I just edited the link so it displays nothing and the lines aren't skipped), but this happens.
#10
Posted 26 September 2004 - 07:58 PM
This is why:Also, when I click on edit a template/snippet/etc, I get sent to the Etomite copyright page. Anyone know why? It seems to be like every 20th link inside the options tree sends me to that page.
Friendly Reminder
When you installed this software, you agreed to it's license, the GPL. Every time you log in, you are asked once more to abide by this license. You chose, specifically, not to. Please note that usage of this software whilst not agreeing to it's license is unlawful and unethical. Please, in future, either agree to the license, or discontinue you usage of the software.
As a friendly reminder, here is the full text of the GPL license for your perusal.
#11
Posted 26 September 2004 - 08:18 PM
#12
Posted 26 September 2004 - 09:42 PM
#13
Posted 27 September 2004 - 09:23 AM
I did the following things to get rid of this link. I'd only had one time a redirection to the CMS homepage about copyright thingies.
Find the method
addNotice ()
in index.php and replace the whole function with this:
function addNotice($content, $type="text/html") {
}
Now find this in index.php:
$documentOutput = $this->addNotice($output, $type);
and replace with this:
$documentOutput = $output;
Alex better should have made this thing a snippet which is placed in the default template shipped with the CMS like all other systems does. I don't know of ONE system placing this kind of stuff in the core code.
Hope this helps!
Best,
Remon
#14
Posted 27 September 2004 - 07:13 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










