Piwigo.org

You are not logged in. (Register / Login)

Announcement

Post a reply

Write your message and submit

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

ddtddt
2012-03-24 06:38:30

you can use extension:250 and make personal bloc

nighthawk
2012-03-23 23:46:26

VDigital wrote:

extension:144 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?

stripy
2009-11-20 23:13:45

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: post:110279
:-)

Thanks, VDigital.

VDigital
2009-11-19 14:39:46

I will send a reminder for you.

Fargon
2009-11-19 13:19:54

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...

VDigital
2009-11-14 14:25:06

Done by Stripy with Photoshop (I presume).

Fargon
2009-11-14 12:20:02

VDigital, on which programs are designed these images?

ddtddt
2009-11-02 17:07:16

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

sonreir
2009-11-01 12:01:27

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

VDigital
2009-10-25 10:46:24

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

?>

webdesign
2009-10-25 10:41:43

VDigital wrote:

extension:144 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

VDigital
2009-10-24 23:40:48

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

webdesign
2009-10-24 23:04:37

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

webdesign
2009-10-24 23:02:32

where muss i add this code?

VDigital
2009-10-24 22:53:28

extension:144 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

Board footer

Powered by FluxBB

About this website · Donate · Contact Piwigo project © 2002-2013