I think, sufficient is note about vocinelweb.it in readme.txt
Term of Use:
Our templates are free as long as you leave at least one of the link to vocinelweb.it.
You may not sell the template in anyway.
Search found 27 matches
- Fri Apr 16, 2021 7:20 am
- Forum: Theme support
- Topic: 24 themes to convert
- Replies: 2
- Views: 54
- Fri Apr 16, 2021 5:49 am
- Forum: General Support
- Topic: What does everyone hope to see in the next version?
- Replies: 17
- Views: 3275
- Sun Mar 21, 2021 6:09 pm
- Forum: Plugin support
- Topic: create blog post by email
- Replies: 2
- Views: 103
Re: create blog post by email
plugin.remoteposting.php
Implements some methods to allow remote posting (using Windows Live Writer, Scribefire and such)
Look at Chrome extension ScribeFire
Implements some methods to allow remote posting (using Windows Live Writer, Scribefire and such)
Look at Chrome extension ScribeFire
- Sun Mar 14, 2021 7:33 am
- Forum: General Support
- Topic: Possible to open URL links in a new tab?
- Replies: 2
- Views: 234
Re: Possible to open URL links in a new tab?
use html tag <html> <a href="http://www.vets.estranky.cz/clanky/vpm-okres-znojmo/resice" target="_blank"> Pokus</a> </html> or edit BBCode (add target="_blank"), line 138 in plugin.bbcode.php $extern = !$local ? ' class="externlink" target="_blank" t...
- Fri Mar 05, 2021 10:40 am
- Forum: Plugin support
- Topic: "read more" tag on static page
- Replies: 1
- Views: 131
"read more" tag on static page
Its enable?
- Sat Feb 20, 2021 5:38 pm
- Forum: General Support
- Topic: How add a sharing button on Static pages ?
- Replies: 9
- Views: 567
Re: How add a sharing button on Static pages ?
replace page_link with post_link
- Sat Feb 20, 2021 3:50 pm
- Forum: General Support
- Topic: How add a sharing button on Static pages ?
- Replies: 9
- Views: 567
Re: How add a sharing button on Static pages ?
Add "Share this:" to template with Awesome font
View this source and copy with .css link to entry-default.tpl
View this source and copy with .css link to entry-default.tpl
- Tue Feb 16, 2021 11:40 am
- Forum: General Support
- Topic: Use PHP in entries
- Replies: 18
- Views: 1359
Re: Use PHP in entries
Sorry, I compare "version" and all is 1.0
- Tue Feb 16, 2021 10:47 am
- Forum: General Support
- Topic: Use PHP in entries
- Replies: 18
- Views: 1359
Re: Use PHP in entries
Tongara: Move to the previous page
dsteuer: autor is ChrisBlank https://wiki.flatpress.org/res:plugins: ... #inlinephp
Code: Select all
[html]<a href="javascript:history.back(1)">Back</a>[/html]
- Tue Feb 16, 2021 5:24 am
- Forum: General Support
- Topic: Use PHP in entries
- Replies: 18
- Views: 1359
Re: Use PHP in entries
YES, you can run file /fp-plugins/locale.php
Code: Select all
[exec]require_once('../locale.php');[/exec]