PDA

View Full Version : Any sample pages?


Kadi
05-12-2007, 11:42 AM
Hi,

I've been working on vBadvanced for the past couple of weeks and through trial and error I'm doing pretty well for a person who has no background in coding and stuff. (Not nearly as good as some vBadv sites I've seen :o )

One of the things I still dont get is adding pages. I would appreciate sample pages of the types of pages, just to get an idea of what the results look like. I checked the manual but didn't find any samples.

Module Page

BBCode Page

Template Page

PHP File Page

HTML Page


Thanks

Kadi
05-14-2007, 11:45 AM
All I'm asking is samples (links) from actual sites applying them. Especially an html page.

Please.

Our Sponsors
 

Brian
05-14-2007, 01:39 PM
You won't really see any differences in a different type of page. The different types just allow you to display data from different sources. If you just want to add a simple page with some text and light HTML formatting, use the BB code page. If you want to use more advanced HTML, then you would want to use a template page. If you have a PHP file or HTML file already on your server that you want to include the contents from, then you would use the corresponding type of page for that. Or if you just want a new page that displays modules you already have without any additional content from one of the other types of pages, then you would use a Module page.

Kadi
05-15-2007, 07:32 AM
Thanks. I created my first vba html and bbcode page. Not perfect but I get the idea now. :)