Quote:
The only slight issue I have found is this. When you approve an account, the message that says 'User accounts validated and users notified" is missing the sort of "silver header bar" it normally has. If you comment out:
require_once('./global.php');
then the header bar reappears, but then the post that is created is blank, it does not contain any text.
I am guessing that using global.php twice is causing the header bar to vanish. This itself is not a problem, however I worry about what other side effects this is having.
Perhaps an expert coder could point us in the right direction as we are NEARLY there!
|
I believe require_once says not to call it again, if it has already been called, so I don't think that's the issue. There weren't any hooks listed in the area that you pasted the code?
Its getting late, I'll try to look at it again tomorrow in my spare time. It shouldn't be that hard to get going. Odd...