1
Greetings one and all!
I have setup my first XOOPS site and am getting along fine with it, having come from using PHPNuke in the past I have to say that I like this better.
Anyway
The two questions I have, and I will understand if this gets moved out of the noob area, are as follows.
1. Mail Setup
I am using a hosted Linux server so I have no idea how, if at all, the send mail is configured. Does XOOPS always use send mail to send mails out and if not and the phpmail() is ment to work what is my best way of testing it. My issue will not be an issue with mail relay as I own the relay server and have access to it and it's logs.
2. Custom Block using PHP
I want to add a very simple bit of content to a block on the home page. This content is generated by a bit of PHP ~250 lines long. I know that this code works in a stand alone php page.
The code uses MySQL lookups and some other things.
The question is given that the code works out of XOOPS why does it not when I put it in a custom block? Is there a limit on the length / functions of that block?
Many, Many thanks to all
-SciFi