Announcement

#16 2020-12-29 15:04:18

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: paid customisation

with the rewrite entry I wrote?

another one you could check:
ist there a file named index.htm or index.html in Piwogo's root directory?


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#17 2020-12-29 15:17:51

Buttertubs
Member
2020-12-27
20

Re: paid customisation

no, I only seem to have index.php in root folder

I have no .htaccess file or index.html in the root folder

Last edited by Buttertubs (2020-12-29 15:19:57)

Offline

 

#18 2020-12-29 15:24:05

Buttertubs
Member
2020-12-27
20

Re: paid customisation

https://i.postimg.cc/sQTyS534/Capture.png

(ignore 'logo' files, they are mine which I uploaded)  :)

Last edited by Buttertubs (2020-12-29 15:24:59)

Offline

 

#19 2020-12-29 15:28:45

Buttertubs
Member
2020-12-27
20

Re: paid customisation

I'm going to add a new htaccess file with code to try and fix it :)

that fixed it! thanks for suggestions

Last edited by Buttertubs (2020-12-29 15:34:20)

Offline

 

#20 2020-12-29 15:47:24

Buttertubs
Member
2020-12-27
20

Re: paid customisation

thank you very much for your help Ralph, I'm very grateful!

I believe that is me ready to go now. everything sorted. :)

I have one last question, which I'm hoping you might know  - How can I add another menu entry into the navbar here , like eg if I wanted to link to another page or website and add the text link here.

https://i.postimg.cc/wy1y1xpM/Capture.png

which file do I edit to add the text, would you know?

Offline

 

#21 2020-12-29 16:02:25

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: paid customisation

have a look in the local file editor at the top right.
There you can open the 'config_defailt.inc-php' file - which opens in a new browser window.
Search for:
  $conf['links'] = array(

There are some examples listed.,


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#22 2020-12-29 16:19:15

Buttertubs
Member
2020-12-27
20

Re: paid customisation

ok, sorry the 'top right' of where,  Ralf?

Offline

 

#23 2020-12-29 16:22:35

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: paid customisation

local file editor plugin. There you can load the sample file-.


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#24 2020-12-29 16:45:17

Buttertubs
Member
2020-12-27
20

Re: paid customisation

ah yes, got it...thanks

Offline

 

#25 2020-12-29 17:35:56

erAck
Only trying to help
2015-09-06
2026

Re: paid customisation

Buttertubs wrote:

I have the site installed in a directory called 'selfpictures', however I noticed you need to add on index.php onto the path to be able to view it. ie -  selfpictures/index.php

Make sure the Apache configuration (e.g. /etc/apache2/httpd.conf) contains index.php, like

DirectoryIndex index.html index.php default.html default.htm index.htm


Running Piwigo at https://erack.net/gallery/

Offline

 

#26 2020-12-29 17:52:51

Buttertubs
Member
2020-12-27
20

Re: paid customisation

thanks, yes I got that fixed by adding a htaccess file with

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]


it solved the issue. thanks

Offline

 

#27 2020-12-29 17:58:11

Buttertubs
Member
2020-12-27
20

Re: paid customisation

still struggling a bit on how to enter a new text link in the menu though.
I can find this config file ok, thanks to Ralph

https://i.postimg.cc/7GgWF2sr/Capture.png

But I'm not sure what I'm supposed to do with that info. lol

Do I change that actual config file?  or do I enter the links in array in another file on the site?

Offline

 

#28 2020-12-29 18:05:03

Buttertubs
Member
2020-12-27
20

Re: paid customisation

ie lets say I want another text link in my menu - 'Flickr'  eg -  <a href="https://flickr.com">flickr</a>

in what actual file location do I place the link?

Offline

 

#29 2020-12-29 20:32:09

Buttertubs
Member
2020-12-27
20

Re: paid customisation

actually I did get it working,  appears though like you can only add the text 'links and then with a dropdown list of links. maybe not one simple link...not sure

Offline

 

Board footer

Powered by FluxBB

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