Search found 65 matches
- Wed Aug 10, 2022 6:40 pm
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Re: Admin Required Link
Yes, the code is working out of FlatPress. It doesn't appear that it is going to work and I don't have the coding skills to develop a Plugin to set this up.
- Wed Aug 10, 2022 5:36 pm
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Re: Admin Required Link
Thanks for the follow up George.
I am using FlatPress version 1.2.1 and two different domains. One is running php version 5.6.39 and the other one is running php version 7.4.24
I am using FlatPress version 1.2.1 and two different domains. One is running php version 5.6.39 and the other one is running php version 7.4.24
- Wed Aug 10, 2022 2:59 pm
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Re: Admin Required Link
Yes, I know...I merely added that code to let him know that adding [exec] code [/exec] using the code I posted did not work.
- Wed Aug 10, 2022 3:44 am
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Re: Admin Required Link
Arvid, I have been playing around with the inlinePHP plugin and can't seem to make it work. I am specifically trying it on this code: if(!file_exists("data.txt")) { echo "The file cannot be found!"; exit; } $fp = fopen("data.txt", "r"); if(!$fp) { echo "F...
- Wed Aug 03, 2022 9:16 am
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Re: Admin Required Link
Where do I enable that? I'm still trying to figure out this blog application. And thanks for the response.
- Tue Aug 02, 2022 8:51 pm
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Re: Admin Required Link
Thanks George, I tried that but can't get php code to work in a static page. Is it possible?
- Tue Aug 02, 2022 4:22 pm
- Forum: General Support
- Topic: Admin Required Link
- Replies: 14
- Views: 353
Admin Required Link
Is it possible to set up a static page or any other linked page that only the admin can access? I looked for a plugin that might do this, but if it exists I wasn't able to find it. Thanks in advance.
- Wed Jul 27, 2022 7:04 pm
- Forum: General Support
- Topic: Static Page Usage
- Replies: 3
- Views: 222
Re: Static Page Usage
Thank you Arvid...perhaps it will be better to generate my own plugin once I find out how to make my own plugin. Baby steps...
- Thu Jul 21, 2022 1:50 pm
- Forum: General Support
- Topic: Static Page Usage
- Replies: 3
- Views: 222
Static Page Usage
I have gone through the Wiki and can't seem to find the answer to my question which is...can php be used in static pages and if so how. I tried it with the code tag but all that does is show the php code. Thanks in advance.
- Sun Jul 17, 2022 5:43 pm
- Forum: General Support
- Topic: Extract Data From Text File
- Replies: 2
- Views: 207
Re: Extract Data From Text File
With the help of a developer friend, I was able to display the subscriber list in columnar format. Here is the code in case anyone is interested. <body bgcolor="#fddabe"> <center> <table bgcolor="#ffffff" width="15%" border=1 cellpadding=3 cellspacing=4> <tr><th>Subscri...