rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: Philip on December 13, 2007, 09:39:15 AM

Title: About page
Post by: Philip on December 13, 2007, 09:39:15 AM
How create About Page? Opens inside template.
Title: Re: About page
Post by: TSG on December 13, 2007, 09:53:16 AM
More details please...
Title: Re: About page
Post by: Philip on December 13, 2007, 12:22:42 PM
Search | About | Register | Active Transfers | Bottom | Login Here

Click by "About" opens "About Page" with template skin.

P.S. Sorry for my English.
Title: Re: About page
Post by: TSG on December 13, 2007, 01:11:23 PM
If you know html, just copy the code from the 'bottom' navbar button. Then point it to a /about.htm and change the <a> content to say About, you will have to skin the page yourself, use the main section of the .tpl (very top) as template to work off. Other than that i can't really help you much more, I am busy making a new template for hfs lately.

Take a look at the source of the homepage, I made the ToG homepage using the same method. http://www.rawr-designs.com/tog

You can embed a .htm in the template itself, but i am trying to make this as simple as possible. Actually you could even use a macro to detect if the url has ?about and show the about information in place of the filelist ;D but thats just getting too complex, i don't know your level of programming.
Title: Re: About page
Post by: Philip on December 13, 2007, 02:08:56 PM
Thanks. It's work.