Announcement

#1 2013-01-11 04:24:24

Nick
Guest

How to Change the links of the top menubar

Right now, it says "Menu>>Home" and the words "Home" link to the gallery home and not the website home. Is there a way to change that to link to the actual website home? Better yet, is there a way to just edit the HTML?

 

#2 2013-01-11 06:37:49

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

Re: How to Change the links of the top menubar

Hi :-)

1/ Go to Administration ->Plugins -> Manage
activate [extension by Piwigo Team] LocalFiles Editor

2/ Go to Administration -> Plugins -> Localfile editor

a) Tab local paste

<?php
$conf['gallery_url'] = 'http://piwigo.org';
?>

b) Tab 'Languages' edit en_UK and paste

<?php
$lang['Home'] = 'Piwigo';
?>


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

 

#3 2013-01-12 01:10:44

novw
Member
2013-01-06
74

Re: How to Change the links of the top menubar

Looks to me like I will be editing local/config/config.inc.php than?

The big box states "file does not exist and will be created by localfiles editor"

Anyway: when I click save files:

-----
Method Not Implemented

GET to /catalog3/admin.php not supported.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
----

So a direct location to edit might be quicker?

Last edited by novw (2013-01-12 01:11:17)

Offline

 

#4 2013-01-12 15:50:56

flop25
Piwigo Team
2006-07-06
7037

Re: How to Change the links of the top menubar

Hello
you should contact your host or try another browser : this type of error http://www.checkupdown.com/status/E501.html is not form Piwigo side
Do you have any proxies?

And yes, you can directly edit if you prefer : we recommend the use of Localfiles Editor for low skilled people in IT


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2013-01-12 16:04:05

flop25
Piwigo Team
2006-07-06
7037

Re: How to Change the links of the top menubar

Oh wait : it's the same host which is in safe mode, etc ? If yes choose onather one or try with "SecRuleEngine off" in an .htaccess file


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#6 2021-02-06 06:45:33

cme101
Member
Ohio, USA
2021-02-05
2

Re: How to Change the links of the top menubar

In my case, I was able to use the cPanel File Manager to locate and edit the local/config/config.inc.php file directly, after backing it up of course. Found the URL group and changed $conf['gallery_url'] = NULL to my desired URL.

Offline

 

Board footer

Powered by FluxBB

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