19
Quote:
psaxtiri wrote:
Ok i don't want to be annoying but i haven't already a "terms of use" html page or advertise page or privacy policy.
Thats the point.
I want to make for each of them an HTML page and connect them with the links i have at the footer.
But the point is how XOOPS makes it to open at the same page?
What do i have to do?
PS: I use the default theme of Xoops
Bluestocking is pretty much confusing the matter here, ok:
a. if you need a content module to display the tos, disclaimers, etc, etc, then choose one, I tend to use the smart modules alot as I like their usability.
You can find their modules at:
http://www.smartfactory.ca/have a look at smartsections.
If your theme contains the xoops_footer smarty tag as mentioned before in my post, then you can add the links in the XOOPS admin:
admin ---> system ---> Meta Tags and Footer
If the theme your using doesn't have that smarty tag then you can either add it yourself and make the changes in your admin, or hard code the links into your theme.
to open a page in the same window use the target='self'
link titleI believe the default theme has the smarty tags in them, however it's been a long time since I played with the default theme, so don't quote me on that.
I hope this is of help.
PM me if your still stuck and we can msn or something.
[edit] by omitting the target frame self it should load in the same page though.