Search found 558 matches

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: 4451

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: 16356

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: 4248

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: 6771

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: 2179

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: 1653

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...
by Arvid
Wed Jul 27, 2022 12:25 pm
Forum: General Support
Topic: Static Page Usage
Replies: 3
Views: 2179

Re: Static Page Usage

Hi, the code tag is indeed not for executing code, just for displaying it. Take a look at the Inline PHP plugin - but make sure to read and understand the red warning box carefully. The better (although more complex) way is always to embed your custom PHP code into a dedicated FlatPress plugin and/o...
by Arvid
Sat Jul 09, 2022 12:44 pm
Forum: Show off
Topic: ScrapBlox's Flatpress blog
Replies: 11
Views: 12694

Re: ScrapBlox's Flatpress blog

ScrapBlox wrote: Tue Jun 14, 2022 6:52 pm Sorry if this is to self promo
Nah, it's called "Show Off section" for a reason :)
by Arvid
Sat Jul 09, 2022 12:43 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37446

Re: Need help testing: Smarty update

There is still some work to be done, especially in the current Smarty template engine? Hi, no, Smarty is fine as of v4, this is all FlatPress code that still needs to be fixed ( issue 92 ). This is my next big task on our way to PHP 8.1 compatibility - I'll let you know when I'm done! :) All the be...
by Arvid
Sat Jul 09, 2022 12:38 pm
Forum: General Support
Topic: Adding a Form To Site
Replies: 9
Views: 5941

Re: Adding a Form To Site

I was thinking of adding a form to have readers subscribe to the blog. I already have the form completed, I just want to know how to make the page look like the rest of the pages... Use the developer tools of your browser, accessible via the F12 key. With the selector tool (most left botton in the ...