Xenforo - Coding

Michael Dance

Active member
I'm just wondering a few things here.

1. How easy is it to code for XenForo.
2. How do you code a skin for Xenforo from an image?
3. Is there a basic code for a mod you can build from?

3. Eg:
Code:
<xen:title>Title goes here</xen:title>

<xen:head>JS / Etc here</xen:head>

<xen:nav>All the basic Nav code already is here.</xen:nav>

<xen:body>Mod code goes here.</body>

something like that so we can build from it. That code is wrong though.
 
I've moved the thread to Development Questions as that's more appropriate than the Off Topic forum.
 
thank you brogan, and i have sliced a image on photoshop before but coding it not yet, i just learned basic php and html xml is ment to be the future of websites.
 
I'm just wondering a few things here.

1. How easy is it to code for XenForo.
2. How do you code a skin for Xenforo from an image?
3. Is there a basic code for a mod you can build from?

3. Eg:
Code:
<xen:title>Title goes here</xen:title>

<xen:head>JS / Etc here</xen:head>

<xen:nav>All the basic Nav code already is here.</xen:nav>

<xen:body>Mod code goes here.</body>

something like that so we can build from it. That code is wrong though.

Hi Michael, yes, the code looks wrong but it's actually html5. It might have been wrong from an xhtml standpoint but XenForo is written with html5/css3/and jQuery in mind.

As far as coding a skin, take a look at some of the ones in the Show Us Your XF pinned thread. Esp starting about halfway when we got Beta 3.

Looking forward to seeing what you come up with. Welcome
 
Top Bottom