Englishyou can use extension:250 and make personal bloc
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?
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.
I will send a reminder for you.
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...
Done by Stripy with Photoshop (I presume).
VDigital, on which programs are designed these images?
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
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
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
?>
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
Is that question linked to this topic?
Please one question per topic.
when i try to upload i pictures then i get this error : http://s4.directupload.net/images/090912/kexyvnjl.jpg
where muss i add this code?
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