Announcement

#16 2009-10-24 22:53:28

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

[extension by Piwigo Team] LocalFiles Editor active

First tab

Add for example:

$conf['links'] = array(
   'http://www.sos-madagascar.org' => 'SOS Madagascar',
   'http://www.nassier.info' => 'Le Nassier',
   'http://www.vdigital.org/sharing/' => 'Savoir et partage',
   'http://piwigo.org/forum' => 'Piwigo forum',
   'http://fr.piwigo.org/doc/doku.php' => 'PWG wiki',
   'http://photograph.piwigo.net/' => 'Photograph',
);






This will create the mbLinks and the position of this menu can be changed by Admin > Configuration > Menu


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#17 2009-10-24 23:02:32

webdesign
Guest

Re: Header Like Demo

where muss i add this code?

 

#18 2009-10-24 23:04:37

webdesign
Guest

Re: Header Like Demo

when i try to upload i pictures then i get this error : http://s4.directupload.net/images/090912/kexyvnjl.jpg

 

#19 2009-10-24 23:40:48

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

Is that question linked to this topic?
Please one question per topic.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#20 2009-10-25 10:41:43

webdesign
Guest

Re: Header Like Demo

VDigital wrote:

[extension by Piwigo Team] LocalFiles Editor active

First tab

Add for example:

$conf['links'] = array(
   'http://www.sos-madagascar.org' => 'SOS Madagascar',
   'http://www.nassier.info' => 'Le Nassier',
   'http://www.vdigital.org/sharing/' => 'Savoir et partage',
   'http://piwigo.org/forum' => 'Piwigo forum',
   'http://fr.piwigo.org/doc/doku.php' => 'PWG wiki',
   'http://photograph.piwigo.net/' => 'Photograph',
);


where musst i added this code?

ok o will open a new post

This will create the mbLinks and the position of this menu can be changed by Admin > Configuration > Menu

 

#21 2009-10-25 10:46:24

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

webdesign wrote:

where muss i add this code?

In the Config tab.
of Admin > Specials > Plugins > LocalFiles Editor
Config tab

New lines must be added between
<?php

and

?>


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#22 2009-11-01 12:01:27

sonreir
Member
2009-05-03
27

Re: Header Like Demo

VDigital wrote:

HTLM

Code:

<ul class="primary-links">
                <li class="menu-115 first"><a title="All you should know about Piwigo" href="http://piwigo.org/basics">Basics</a></li>
                <li class="menu-116"><a title="The demonstration gallery" href="http://piwigo.org/demo">Demo</a></li>
                <li class="menu-117"><a title="Read and search online documentation" href="http://piwigo.org/doc">Documentation</a></li>
                <li class="menu-118"><a title="Read what others have asked and ask for support." href="http://piwigo.org/forum">Support</a></li>
                <li class="menu-119"><a title="Plugins, themes, templates, tools" href="http://piwigo.org/ext">Extensions</a></li>
                <li class="menu-120 last"><a title="Help us, help other users, help yourself" href="http://piwigo.org/contribute">Contribute</a></li>
        </ul>

CSS

Code:

ul.primary-links { float:right; margin:0; padding:0; position:absolute; z-index:4; list-style-type: none;
font-family:Verdana,sans-serif; font-size:12px; line-height:170%; left:351px; top: 0px; width:680px; }
ul.primary-links li {
background-image:none; float:left; margin:0 1em 0 0; padding:0; }
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
border:0; color:#FF7700; display:block; margin:0 1em;
padding:0.75em 0 0; text-decoration:none; }
ul.primary-links li a:hover { color: #ff3333; border-bottom: 1px solid #ff3363; outline: 0; }
ul.primary-links li.menu-115 { /* BASICS */ padding-left: 50px; padding-top: 30px; }
ul.primary-links li.menu-116 { /* DEMO */ padding-left: 62px; padding-top: 0px; }
ul.primary-links li.menu-117 { /* DOC */ padding-left: 0px;   margin-left: -35px; padding-top: 89px; }
ul.primary-links li.menu-118 { /* FORUM */ padding-left: 0px;   padding-top: 50px; font-weight: bold; }
ul.primary-links li.menu-119 { /* EXT */ padding-left: 0px;   margin-left: -12px; padding-top: 80px; }
ul.primary-links li.menu-120 { /* CONTRIB */ padding-left: 14px; margin-left: 0px; padding-right:0; padding-top: 55px; }
ul.primary-links li.menu-120 a { padding-right:0;}

/* hacks for IE7 */
*+html .primary-links { white-space: nowrap; }
*+html ul.primary-links li.menu-116 { /* DEMO */ padding-left: 72px; }
*+html ul.primary-links li.menu-117 { /* DOC */ margin-left: -33px; }
*+html ul.primary-links li.menu-118 { /* FORUM */ margin-left: 1px; }
*+html ul.primary-links li.menu-120 { /* CONTRIB */ margin-left: -5px; }
*+html ul.primary-links li.menu-120 a { padding-right:0; margin-left: 18px;}

Hi,

so this code will add me a box in the header with some links like in your demo, is that right ?
My question is now....where do i have to add this code exactly so that it would work properly ?

Regards

Last edited by sonreir (2009-11-01 12:06:02)

Offline

 

#23 2009-11-02 17:07:16

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Header Like Demo

sonreir wrote:

Hi,

so this code will add me a box in the header with some links like in your demo, is that right ?
My question is now....where do i have to add this code exactly so that it would work properly ?

Regards

For HTML
Administration -> Configuration -> General -> Page banner

For CSS
Administration -> Specials -> Plugins -> LocalFiles Editor -> Tab CSS -> file template-common/local-layout.css


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#24 2009-11-14 12:20:02

Fargon
Guest

Re: Header Like Demo

VDigital, on which programs are designed these images?

 

#25 2009-11-14 14:25:06

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

Done by Stripy with Photoshop (I presume).


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#26 2009-11-19 13:19:54

Fargon
Guest

Re: Header Like Demo

VDigital wrote:

Done by Stripy with Photoshop (I presume).

How may I know exactly? I asked on the the other forum ( http://piwigo.org/forum/viewtopic.php?p … 48#p110048 ) , but still no respond from Stripy. Maybe he is offline...or maybe he is not aware of this question...

 

#27 2009-11-19 14:39:46

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

I will send a reminder for you.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#28 2009-11-20 23:13:45

stripy
Former Piwigo Team
2007-11-26
1082

Re: Header Like Demo

Fargon wrote:

VDigital wrote:

Done by Stripy with Photoshop (I presume).

How may I know exactly? I asked on the the other forum ( http://piwigo.org/forum/viewtopic.php?p … 48#p110048 ) , but still no respond from Stripy. Maybe he is offline...or maybe he is not aware of this question...

Hello Fargon,
Sorry, here is it: [Forum, post 110279 by stripy in topic 13813] Butterfly 2 - Graphic and CSS feedback
:-)

Thanks, VDigital.

Last edited by stripy (2009-11-20 23:15:53)

Offline

 

#29 2012-03-23 23:46:26

nighthawk
Member
2010-11-07
18

Re: Header Like Demo

VDigital wrote:

[extension by Piwigo Team] LocalFiles Editor active

First tab

Add for example:

$conf['links'] = array(
   'http://www.sos-madagascar.org' => 'SOS Madagascar',
   'http://www.nassier.info' => 'Le Nassier',
   'http://www.vdigital.org/sharing/' => 'Savoir et partage',
   'http://piwigo.org/forum' => 'Piwigo forum',
   'http://fr.piwigo.org/doc/doku.php' => 'PWG wiki',
   'http://photograph.piwigo.net/' => 'Photograph',
);

Is it possible to add a 'title' to the links so that when you hover over them it tells you what they are?

Offline

 

#30 2012-03-24 06:38:30

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Header Like Demo

you can use [extension by grum] Advanced Menu Manager and make personal bloc


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact