Customizing SMF > Modifications and Packages

Custom Form Mod

<< < (2/310) > >>

Lady Night Owl:

--- Quote from: LHVWB on July 09, 2008, 11:59:49 PM ---Okay, I am working on porting this backwards for SMF 1.1.5. It might take a while though...

There are millions of things which need to be changed such as db queries, templates and etc, but I will try...

--- End quote ---

OK, sweet! :D Thanks!

Angelotus:
Hi, seems like a nice mod, I installed it, but there is no link in modifications! How to add one? And what is the link to edit?

Nathaniel:
@ Paracelsus, I've been a bit slack, I will try to get some demo sites up and running as well as soon as possible, I will also write some decent documentation, because its not very good at the moment. ;)

@ Angelotus, I am not sure why you can't see a link, please make sure that you are viewing it in English because otherwise there will not be text for the link. If you are viewing it in English then see if you can access the settings at "index.php?action=admin;area=modsettings;sa=customform;".

If that doesn't work then the mod may not have installed correctly and you should try to re-install it.

Angelotus:
I have only english installed and the mod does work, only the link in the modifications center doesn't work. I think the necessary language string isn't on it's place because if I take a look in the source I see the link tagged, but no txt for the link.
I have manually gone through all steps adding the language strings, but no succes...

Nathaniel:
Okay, there are three possible places where something could have gone wrong:

1. This line: "$txt['CustomForm_tabheader'] = 'Custom Forms';" could be missing from your 'themes/{theme}/languages/Modifications.english.php' file.

2. The line below could be missing from your 'sources/Admin.php' file.

--- Code: ---                  //   Place the Custom Form Mod Link.
                  'customform' => array($txt['CustomForm_tabheader']),
--- End code ---

3. The code "loadLanguage('Modifications');" could be missing from the beginning of the AdminMain() function from Admin.php.

If you have check your 'Modifications.english.php' file then maybe you could post your Admin.php file and I could check over it?

All of those errors would have only occurred if there was some sort of mistake made by the package manager so it may be fixed by re-installing the mod.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version