We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how to customize top image | Forum

Billy Pip
Billy Pip Dec 8 '14
Hi

I want script shows this big image Only on 'main' page not other pages . and put another image for rest of pages . How can do that

thanks

The Forum post is edited by Billy Pip Dec 8 '14
Attachments:
  u.png (668Kb)
  u.jpg (35Kb)
ross Team
ross Dec 8 '14
Please attach jpeg image, we have an issue with png format right now. 
Billy Pip
Billy Pip Dec 8 '14
done
ross Team
ross Dec 8 '14
Read this post: http://www.oxwall.org/forum/topic/15053

The same applies to Darklets theme

Billy Pip
Billy Pip Dec 8 '14
I got it

but coz my php knowledge is poor , if i want setup it to for example www.jpg image .

how put that image in below code :


<div class="ow_header">
            {if isset($imageControlValues.headerImage.src)}
                <div style="background: url({$imageControlValues.headerImage.src}) no-repeat; height: {$imageControlValues.headerImage.height}px;"></div>
            {else}
                <div class="ow_header_pic"></div>
            {/if}

ross Team
ross Dec 8 '14
Topic was moved from General Questions.
Billy Pip
Billy Pip Dec 8 '14
what happened
Billy Pip
Billy Pip Dec 8 '14
i did change but main page and all pages change same!!
Sprintally®
Sprintally® Dec 8 '14
you need to edit master pages and   theme.xml  
Billy Pip
Billy Pip Dec 8 '14
what should edit inside theme.xml