[wikka-community] Background Images

Dario Taraborelli dartar
Wed May 12 13:02:02 GMT 2010


Mahefa, yes that's a much more clever (and modular) way to do it.

Just one minor point, custom actions such should be saved in the /plugins/actions tree (not under /actions) otherwise they will be lost during an upgrade!

Dario

On 12 May 2010, at 13:56, mahefa randimbisoa wrote:

> I'm talking as for the future version 1.3 to come, but you have to test with the version you're using.
> 
> Wikka has a method called AddCustomHeader(), so, Actions could also do the trick. lets call it custombg.php, which you put on actions/custombg/custombg.php
> 
> <?php
> $url = $vars['url']; // call your action with {{custombg url="xxx.jpg"}}
> //sanitization
> $url = str_replace(array('<', '>', '"', "'"), '', $url);
> $custom_header = "<style type='text/css' media='print'> body { background: url('$url'); }</style>";
> $this->AddCustomHeader($custom_header);
> 
> 
> In any page, you could then write {{custombg url="mybg.jpg"}} to customize its background. (if what you need is personnalized background for every specific page)
> 
> --
> Work hard at whatever you do! (Ecc. 9. 10a, CEV)
> Mahefa
> 
> 
> 
> 
> On Wed, May 12, 2010 at 3:31 PM, Kevin Timmons <KTimmons at insurance-institute.ie> wrote:
> Hi All,
> 
>  
> Just a quick question,
> 
> I know you can edit the style sheet in order to add a background image but what I need to know is if it is possible to somewhere add a different background image for different pages within the wikka site?
> 
>  
> Thanks,
> 
> Kevin
> 
>  
> 
>  
>  
>  
> 
> _______________________________________________
> WikkaWiki Community mailing list
> community at wikkawiki.org
> http://mail.wikkawiki.org/mailman/listinfo/community_wikkawiki.org
> 
> 
> _______________________________________________
> WikkaWiki Community mailing list
> community at wikkawiki.org
> http://mail.wikkawiki.org/mailman/listinfo/community_wikkawiki.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wikkawiki.org/pipermail/community_wikkawiki.org/attachments/20100512/9c2f709f/attachment-0001.html>



More information about the community mailing list