Very helpful links, and your forum looks fine? I didn't see anything wrong. I have the patcher, and I understand the command, etc, but I get a problem, saying "**** malformed patch at line 13: ----" What does this mean? Thank you so much for the help so far :) I'm upgrading from 2.0.6 to 2...
I didn't think that people with thousands upon thousands of support replies COULD mess up his own forum. (looks for flying monkies) I looked in source forge but couldn't find any programs like this. Can anyone (again) steer me in the right direction? I'm very very appreciative of the help I've had s...
I have many many mods installed and there doesn't seem to be any pratical way to upgrade (which I want to do for the security fixes, and to stay modern) without patching. I'd love to patch, but I'm not aware of any way to do this in Windows. I thought I had heard that EasyMod could do it, but appare...
I really just need the single line that says "if usergroup = 'tec' then" but in the proper format. I know the rest of the code needed, just need an example...
(hits self) I should have explained further. I'm not talking about a different template as in, Subsilver or Charcoal2 (for example), but simply a different index page for members of this TEC group. The headers and footers and all the other template files remain the same. And users will not be able t...
I am looking to display a certain template for users that are in a specific group, and a generic template for any other users. This code is in index.php, at: $template->set_filenames(array( 'body' => 'index_body.tpl') ); Now, while I know that the code must go here, I'm unsure how to check and see w...
There can't be any other reason for this than a not ran install file. I really don't know what the problem could be. :? Hey Naderman. Still using your mod, noticed one of your users had this problem where when they made changes to the admin section nothing was done. This is not a mod specific probl...
Enders, I can't find a reference to the <dont/> tag in any of the AIML manuals/tutorials I have, but if you can give me a pointer to some documentation I'll try it out on my installs. The word 'recalling' in your post pricked up my ears as I'm still having some kind of glitch with the <that> tags h...
Admin panel: Add Mav's code before //main page add if(is_array($_GET)) { extract($_GET, EXTR_PREFIX_SAME, "get"); } if(is_array($_POST)) { extract($_POST, EXTR_PREFIX_SAME, "post"); } I assume Mav's code will have no negative side effects for those who don't actually need it? Th...
How would I go about creating my own brain files for the bot? It works fine, but it's responses are a little... off. I've loaded all the brain files I could find, I'm interested in making my own,. I downloaded forumai_aiml_builder but it didn't come with instructions so I'm a little lost where to mo...