Quote:
Originally Posted by vfxtalk
- I have added a few menu/nav buttons in the CP header code of the forum, how do i mirror these for the vBHome index page ?
|
You can add them to the 'home_header' template in the Home Page Templates group
Quote:
Originally Posted by vfxtalk
- How do i configure the colours etc for the vBHome index page/header and footer areas ? I have read TECK say its in the cp.css file but i cant change the text colour ...
|
Colors are all defined in the home_headinclude template in the same group as above. You'd have to hunt down the class you're trying to edit and make the changes there
Quote:
Originally Posted by vfxtalk
- If i have a picture in an article post, is there a way to have the image aligned left, and have the text continue to the right of it....or do we have to have an image, and then lots of vacant horizontal space and then the text ?
|
If you have html enabled you should be able to add align="left" to your img code. The text will wrap around it then. Add a hspace="10" or vpsace="10" to seperate the text and image a bit. If you're not using html, you might have to create a new vbcode that does this for you...