17
tarkhorani,
Quote:
where can I see my pages, where is the links.
If you have set up the group-access, then it should appear in the normal main menu. You should see one entry named "example", and when you click on it, the three sub-pages should appear.
If you have not put any of your own html or php into the files, then you will see empty pages, but the menu-entries will still be there.
Quote:
why it has not admin icon so click on it and make a new page?
You asked for a way to make a module where you could put in your own php code.
This is it, and it allows for both html and php code.
You will have to edit the files manualy to add new contents.
And you can add new pages by making new files and linking to them from the xoops_version.php file.
Adding an admin page would require much more code.
And security wise, too. If you relyed on putting php code into the admin page, and you made some wrong code, then it may be difficult (even impossible) to gain access to the code, to correct the error.
So you must have filesystem access, and edit the files manually.
Best regards,
Daigoro