• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] I'd like to code my own theme

Started by jaygrand,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jaygrandTopic starter

Hi! I bought PHPVibe recently, and I'd like to code my own theme for it.

The problem is that I don't know where to begin! Besides looking at the files for the default template and changing them(it's too time consuming) and a few blog posts that vaguely talk about it, there's not much else to go on. Is there any documentation made?
  •  

awsjulio

Quote from: jaygrand on
Hi! I bought PHPVibe recently, and I'd like to code my own theme for it.

The problem is that I don't know where to begin! Besides looking at the files for the default template and changing them(it's too time consuming) and a few blog posts that vaguely talk about it, there's not much else to go on. Is there any documentation made?

There is a little bit of info on the blog http://www.phpvibe.com/blog/

Either way it is going to be time consuming. If I were you I would code with element placeholders then extract the strings for them from an existing theme. One thing to note is that the header and footer are both in tpl.global and recently found out that some things are outside of the template directory....like the upload form for example. Which is something to keep in mind when updating/patching.
  •  

jaygrandTopic starter

Good to know, I was looking everywhere for the upload form! Any idea where it is?
  •  

awsjulio

Quote from: jaygrand on
Good to know, I was looking everywhere for the upload form! Any idea where it is?

I believe its com/com_share.php if I recall correctly
  •  

PHPVibe A.

Hi, com/com_add.php

The upload form's html is generated by lib/maxupload.js

Similar topics (7)