Martyn_imported
OMG Member
- Joined
- Oct 7, 2010
- Messages
- 26
Could someone please explain how to custom create a page, i know the basic bit, but seems to show pages/example. i wish for it to be linked as /example only...?
thanks
thanks
Might be mistaken but I believe it's actually using a nice modification here: http://xenforo.com/community/threads/team-staff-page-templates.4974/Hey Floris, would you share the custom HTML used in your "Meet the Team" page? It's very sleek and looks very nice.
Thanks.
Additional page question, probably simple.
What do you enter in the PHP Callback boxes? Just starting to muck around with pages and can't get pass this entry.
NopeMight be mistaken but I believe it's actually using a nice modification here: http://xenforo.com/community/threads/team-staff-page-templates.4974/
<div class="primaryContent">
<div class="primaryContent"><em><span style="color: #008000;">Floris Fiedeldij Dop</span></em><br />
- bio: Male, 33, Dutch, more: http://mrfloris.com/about<br />
- url: http://wetalknation.net<br />
- team: xenfans.com site owner<br />
- contact: floris@xenfans.com</div>
<div class="secondaryContent"><em><span style="color: #008000;">Christopher Nadeau</span></em><br />
- bio: Male, 21, Canadian, more: http://chrisnadeau.com<br />
- url: http://outershift.com<br />
- team: xenfans.com product developer<br />
- contact: chris@xenfans.com</div>
</div><!-- /primaryContent -->
Yes you can do two things.
a) Use the default system to make a custom Page that's based on a node. The url portion will be prefixed with /Pages/
or
b) Use a customization on top of the framework of XenForo, so you can be in more control of it.