Hello,
I cannot find the function to make a topic sticky "always on top of the site". Can somebody help ?
Thanks
sticky article
- virtualsky
- Posts: 67
- Joined: Thu Mar 11, 2021 4:50 am
- Location: Saskatchewan, Canada
- Contact:
Re: sticky article
I could be wrong, but I don't think there is an option in FlatPress to do a sticky/pinned entry. I think, if there's something important you want to permanently appear (or give easy access to) on the main page, you use a "Static" page, which appears in the site's "main menu".
Not saying you can't do it, but you probably have to do some adjustments to the .tpl code. I'm sure someone here will correct me if I'm mistaken.
Not saying you can't do it, but you probably have to do some adjustments to the .tpl code. I'm sure someone here will correct me if I'm mistaken.
It ain't retro to me.... it's just how I live!
https://www.thegrove.in.nf/retroblog
https://www.thegrove.in.nf/retroblog
- fraenkiman
- Posts: 253
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: sticky article
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Re: sticky article
Perfect. Exactly what I was looking for. Thanks
Re: sticky article
Code: Select all
<?php
$lang['admin']['plugin']['submenu']['frontpage'] = 'Configurazione Pagina Principale';
$lang['admin']['plugin']['frontpage'] = array(
'frontpage' => 'Pagina Principale',
'frontdescription'=>'Selezionate la categoria della Pagina Principale. Scegliete una categoria per il flusso principale di articoli del vostro blog.',
'hide' => 'Nascosta',
'hidedescription'=> 'Selezionate una categoria che <strong>non</strong> volete mostrare nel flusso principale degli articoli.',
'defcat'=> '<strong>Visualizza tutto</strong> (predefinito)',
'defexcat'=> '<strong>Non nascondere nulla</strong> (predefinito)',
'submit' => 'Salva la categoria'
);
$lang['admin']['plugin']['frontpage']['msgs'] = array(
1 => 'La categoria della Pagina Principale è stata salvata.',
-1 => 'Errore nella configurazione della Pagina Principale'
);
?>
- fraenkiman
- Posts: 253
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: sticky article
Thanks a lot eagleman
I have added the italian language file for Frontpage.
With best regards
Frank
I have added the italian language file for Frontpage.
With best regards
Frank
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests