Search found 940 matches

by Nux
Wed Mar 01, 2006 12:14 pm
Forum: Installing MODs with EasyMOD
Topic: Shop mods
Replies: 1
Views: 2656

Re: Shop mods

Maybe you can convince any of MOD authors to work on their MODs so they will work with EasyMOD?

Good luck :).
by Nux
Wed Mar 01, 2006 12:12 pm
Forum: Installing MODs with EasyMOD
Topic: SQL Errors
Replies: 1
Views: 2847

Re: SQL Errors

You could try phpMyAdmin... Could you paste the whole SQL query?
by Nux
Wed Mar 01, 2006 12:10 pm
Forum: Installing MODs with EasyMOD
Topic: Could not open [./mods/modfolder/modsetup.txt] for reading.
Replies: 7
Views: 8101

Re: Could not open [./mods/modfolder/modsetup.txt] for readi

Please paste your Debug Info. Where is it? Debug info starts with the words: (formatted for forum posting) And it means that! So do not place it in [ code ] tags. OK, so when you will see those words you will know that you found it. There are three cases here: If you didn't installed EM yet and you'...
by Nux
Wed Mar 01, 2006 11:57 am
Forum: Installing MODs with EasyMOD
Topic: Mod Installation Order
Replies: 5
Views: 6397

Re: Mod Installation Order

It said: IN-LINE FIND FAILED: In file [includes/usercp_register.php] could not find: 'username' => 'username', And that's where you should look (in includes/usercp_register.php look for lines similar to 'username' => 'username'). ...just checked. There is no such text as this MOD is trying to look f...
by Nux
Wed Mar 01, 2006 11:56 am
Forum: Installing MODs with EasyMOD
Topic: Help with Birthday Mod
Replies: 4
Views: 5356

Re: Help with Birthday Mod

It was either something temporary or something with permissions.

Check permissions and chmod if you will have to.
by Nux
Wed Mar 01, 2006 11:41 am
Forum: Installing MODs with EasyMOD
Topic: Problems installing any MOD´s
Replies: 1
Views: 2627

Re: Problems installing any MOD´s

Have you read and followed this:
http://easymod.sourceforge.net/readme/# ... _inst_main" target="_blank
:?:
by Nux
Wed Mar 01, 2006 11:39 am
Forum: Installing MODs with EasyMOD
Topic: Unistalling Remove Hidden Users
Replies: 3
Views: 4170

Re: Unistalling Remove Hidden Users

When phpBB will be up then you can try this article on manual uninstallation.
by Nux
Wed Feb 22, 2006 3:40 pm
Forum: General EM Discussion
Topic: Installing Mods on new Templet? & Global Admin Issues?
Replies: 3
Views: 4533

Re: Installing Mods on new Templet? & Global Admin Issue

As for your first question - it will add the code again to all existing templates and all other files and might fail in doing that. You might try to clear all actions not related to modifying templates to try to install just on template files. You might then try to save backup of current files and r...
by Nux
Wed Feb 22, 2006 3:14 pm
Forum: General EM Discussion
Topic: uninstall a mod
Replies: 1
Views: 2865

Re: uninstall a mod

Hi. Try this article on manual uninstallation. If the MOD you are trying to uninstall was the latest to be installed, then you can just go into the history, choose this MOD and restore backups... But beware - some SQL changes might also have to be reverted so please ask the author of the MOD for mor...
by Nux
Wed Feb 22, 2006 3:06 pm
Forum: EMC Discussion
Topic: COPY command, from subSilver to different template?
Replies: 2
Views: 8795

Re: COPY command, from subSilver to different template?

Have you tried something like: copy ../../templates/subSilver/admin/board_config_body.tpl to templates/Chronicles/admin/board_config_body.tpl (not sure how many updirs there should be) In general this will be hard to do as EM assumes that in copy (1) to (2) (1) - is somewhere in the MOD folder (2) -...