Search found 572 matches

by Arvid
Thu Jul 28, 2022 1:53 pm
Forum: General Support
Topic: drop down menu ?
Replies: 3
Views: 2575

Re: drop down menu ?

Okay, thanks for your feedback.
by Arvid
Thu Jul 28, 2022 1:45 pm
Forum: General Support
Topic: Extract Data From Text File
Replies: 2
Views: 2272

Re: Extract Data From Text File

Sorry, was too slow for this one - explode() is of course the function of choice. Good to know it works now!
by Arvid
Thu Jul 28, 2022 1:42 pm
Forum: General Support
Topic: Adding a Form To Site
Replies: 9
Views: 6129

Re: Adding a Form To Site

Glad it works now - great to see you guys supporting each other 8-)
by Arvid
Thu Jul 28, 2022 1:40 pm
Forum: General Support
Topic: Possible to open URL links in a new tab?
Replies: 4
Views: 4992

Re: Possible to open URL links in a new tab?

The same, just line 142 :)
by Arvid
Thu Jul 28, 2022 1:37 pm
Forum: Plugin support
Topic: Getting BBCode to work
Replies: 19
Views: 16524

Re: Getting BBCode to work

Hi, just as an idea: Maybe it's not the BBCode plugin that's broken. It might as well be any other JavaScript (maybe from another plugin as fraenkiman suspected, or even the theme) that contains errors and breaks the whole site. You'd need to inspect this with the help of the JavaScript console of t...
by Arvid
Thu Jul 28, 2022 1:28 pm
Forum: Plugin support
Topic: using webshare API
Replies: 5
Views: 4650

Re: using webshare API

Awesome, thanks! :)

If anyone is curious: https://wiki.flatpress.org/doc:tips:webshareapi
by Arvid
Thu Jul 28, 2022 1:25 pm
Forum: Show off
Topic: Flatpress on a Raspberry
Replies: 2
Views: 6891

Re: Flatpress on a Raspberry

FlatPress on a Raspi, I love it 8-)
This is a fantastic example of how few resources are actually needed to run an attractive website - feels like the web how it should be. Thanks for sharing!
by Arvid
Thu Jul 28, 2022 12:09 pm
Forum: General Support
Topic: Static Page Usage
Replies: 3
Views: 2235

Re: Static Page Usage

Don't worry, it's no rocket science, not at all :) Start with the custom BBCode example, it's basically all you need to have a) your first own plugin that comes b) with your first own BBCode tag. In the plugin_custombbcode_acronym() callback function that is called whenever a "acronym" tag...
by Arvid
Wed Jul 27, 2022 12:39 pm
Forum: General Support
Topic: how to import txt file as entries?
Replies: 1
Views: 1687

Re: how to import txt file as entries?

Hi and welcome to FlatPress :) When you install an example FlatPress instance, you can inspect its content structure quite easily. All your content - images, files, entries, pages; also settings - is stored under fp-content/ . If you want to import a blog entry from, say, Christmas 2012, you would n...