Search found 466 matches

by wGEric
Tue Feb 17, 2004 2:44 am
Forum: [3.0/Olympus] Discussion
Topic: Why is it called php 2.2 and not 3.0?
Replies: 6
Views: 6161

Re: Why is it called php 2.2 and not 3.0?

On 2.1 it is the milestone. Usually it is the revision number though. Revisions are bug fixes and other things like that.
by wGEric
Tue Feb 17, 2004 2:36 am
Forum: General EM Discussion
Topic: Need a hand please
Replies: 3
Views: 4053

Re: Need a hand please

http://www.phpbb.com/" target="_blank

That is probably the best place to find MODs that will install using EasyMOD.
by wGEric
Sat Feb 14, 2004 5:16 pm
Forum: Installing MODs with EasyMOD
Topic: error
Replies: 1
Views: 2783

Re: error

Moved to the correct forum.

You need to run the sql for the MOD.
by wGEric
Thu Feb 12, 2004 12:58 am
Forum: Installing EasyMOD
Topic: Error EM FTP PASS
Replies: 6
Views: 7099

Re: Error EM FTP PASS

Moved to support forum.
by wGEric
Thu Feb 12, 2004 12:57 am
Forum: General EM Discussion
Topic: Moving directorys?
Replies: 7
Views: 6918

Re: Moving directorys?

Eventually you will be able to do copies like

Code: Select all

copy templates/subSilver/*.* to templates/subSilver/*.*
That way you could move directories.
by wGEric
Mon Feb 09, 2004 10:28 pm
Forum: Installing EasyMOD
Topic: Could not find [templates/subSilver/admin/mod_install.tpl].
Replies: 6
Views: 5183

Re: Could not find [templates/subSilver/admin/mod_install.tp

Next time, make a new topic instead of replying to a sticky when you are asking for support. Thanks.
by wGEric
Thu Feb 05, 2004 10:37 pm
Forum: General EM Discussion
Topic: Community Dev: MOD History
Replies: 9
Views: 10239

Re: Community Dev: MOD History

Here's the language. Just add this anywhere in lang_easymod.php $lang['EM_details'] = 'Details'; $lang['EM_No_mod_selected'] = 'No MOD selected.  Please go back and select one.'; $lang['EM_tables_added'] = 'Tables Added'; $lang['EM_tables_altered'] = 'Tables Altered'; $lang['EM_rows_added'] = 'Rows ...
by wGEric
Thu Feb 05, 2004 4:54 am
Forum: General EM Discussion
Topic: EasyMOD 0.0.12 - When will it be released?
Replies: 4
Views: 5871

Re: EasyMOD 0.0.12 - When will it be released?

but since phpBB time seems to be longer than Earth time
Its all volunteer work so one day to us is 365 of yours :P

Anyways, EasyMOD will upgrade it self so it is really easy to upgrade.
by wGEric
Wed Feb 04, 2004 4:44 am
Forum: General EM Discussion
Topic: Community Dev: MOD History
Replies: 9
Views: 10239

Re: Community Dev: MOD History

Thanks ET!

I forgot the language. I'm not on the computer that has this so I'll post them tomorrow and update the zip.
by wGEric
Wed Feb 04, 2004 1:40 am
Forum: General EM Discussion
Topic: Community Dev: MOD History
Replies: 9
Views: 10239

Re: Community Dev: MOD History

Here it is. On the details page, it checks to see what files are there. Depending on what files you have, it will give you different actions in the drop down menu. I have it set up so all that is needed to be done is coding the 'guts' of the actual actions. If you find any errors please report. I ho...