Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Optimal Server Settings
Post: RE: Optimal Server Settings
I'm familiar with unix file permissions, but I'm no expert. The default umask is 0022 on my VPS provider. I'm using SSH to SFTP into the server. I kept myself as the owner and set the group to be Apac... |
|
michaellindahl |
Installation & Setup
|
5 |
13,735 |
2013-08-04, 12:37:44 |
|
|
Thread: Optimal Server Settings
Post: Optimal Server Settings
I have my own VPS (Ubuntu 12.04 on Digital Ocean (https://www.digitalocean.com/?refcode=78b3a8278035)) that I am installing GetSimple onto. My DocumentRoot is /home/username/domain.com/public_html/. ... |
|
michaellindahl |
Installation & Setup
|
5 |
13,735 |
2013-08-04, 05:53:10 |
|
|
Thread: Smart Hooks/Do Hooks hurt performance
Post: Smart Hooks/Do Hooks hurt performance
I'm developing a plugin that I want to give the user an option on where it should appear. The user will decide what page it should be on, and if it should be before or after the content. Is there anyw... |
|
michaellindahl |
Developer Discussions
|
1 |
5,083 |
2013-01-04, 09:45:03 |
|
|
Thread: Facebook Events Plugin Support
Post: RE: Facebook Events Plugin Support
PiN Wrote: (2012-11-23, 17:32:06)
--
How does it work? I am getting only:
Plugin Description Status
{FacebookEvents / PLUGIN_TITLE} {FacebookEvents / PLUGIN_DESC}
Version 1.0 - Author: Michael Lin... |
|
michaellindahl |
Plugins
|
13 |
30,734 |
2012-11-23, 18:46:12 |
|
|
Thread: Facebook Events Plugin Support
Post: RE: Facebook Events Plugin Support
soy Wrote: (2012-11-18, 21:43:51)
--
Sorry at this moment I do not have the time to test it for myself, but is it possible to import the events of an facebook site (fanpage) too?
//EDIT: Had time,... |
|
michaellindahl |
Plugins
|
13 |
30,734 |
2012-11-19, 05:31:03 |
|
|
Thread: Facebook Events Plugin Support
Post: Facebook Events Plugin Support
I just created a plugin that allows you to add a list of your events pulled from Facebook. Just add the plugin and then add this line of code to the template:
Code:
--
--
It is best to create a n... |
|
michaellindahl |
Plugins
|
13 |
30,734 |
2012-11-18, 17:29:05 |
|
|
Thread: Club Theme (w/ settings plugin)
Post: Club Theme (w/ settings plugin)
datiswous Wrote:
--
Hello, the edit button does not work if a website is installed as a subsite of the domain, like:
mywebsite.com/gs
--
Thanks for bringing this to my attention. Fixed this in the ... |
|
michaellindahl |
Themes
|
5 |
14,111 |
2012-10-28, 07:59:10 |
|
|
Thread: 'Multi User 1.4' Plugin
Post: 'Multi User 1.4' Plugin
Can you add the feature that allows for one user to be able to edit only certain pages? (I would like to have one admin user and then several users that can only edit one page.) Thanks! |
|
michaellindahl |
Plugins
|
255 |
782,689 |
2012-10-11, 00:57:00 |
|
|
Thread: Club Theme (w/ settings plugin)
Post: Club Theme (w/ settings plugin)
Timbow Wrote:
--
Nice work Michael.
You make it look easy with all that clarity and simplicity (but I know it isn't).
And the 'responsive' - essential now. All the old fixed width sites are going t... |
|
michaellindahl |
Themes
|
5 |
14,111 |
2012-10-08, 06:14:37 |
|
|
Thread: Club Theme (w/ settings plugin)
Post: Club Theme (w/ settings plugin)
I just finished my first GetSimple theme! It is a fully responsive theme that supports multiple true columns. However the columns do require some explicit HTML. You can optionally have a logo, defaul... |
|
michaellindahl |
Themes
|
5 |
14,111 |
2012-10-03, 11:16:28 |
|
|
Thread: Perpetual Beta
Post: Perpetual Beta
darkblue Wrote:
--
I've just launched my new personal homepage/weblog using GetSimple: http://darkblue.sdf.org/
GetSimple is awesome. It is exactly what I needed in a CMS to get the Perpetual Beta w... |
|
michaellindahl |
Sites Using GetSimple
|
16 |
31,123 |
2012-10-02, 10:18:47 |
|
|
Thread: Allow a theme to call a plugin's functions
Post: Allow a theme to call a plugin's functions
n00dles101 Wrote:
--
in NAME.php make your you include the common_functions.php file. like this:
Code:
--
include GSPLUGINPATH.'/NAME/common_functions.php';
--
--
That's what I was thinking, ho... |
|
michaellindahl |
Developer Discussions
|
5 |
14,349 |
2012-10-02, 00:41:13 |
|
|
Thread: Allow a theme to call a plugin's functions
Post: Allow a theme to call a plugin's functions
n00dles101 Wrote:
--
once the plugin is activated and the common_functions.php file has been included as part of the plugin, all the functions are available to your theme.
--
I believe that is the c... |
|
michaellindahl |
Developer Discussions
|
5 |
14,349 |
2012-10-01, 23:49:09 |
|
|
Thread: Allow a theme to call a plugin's functions
Post: Allow a theme to call a plugin's functions
I am making a theme and have a plugin to add additional settings. The theme works without the plugin, the plugin just adds additional capabilities. I would rather not place plugin related functions in... |
|
michaellindahl |
Developer Discussions
|
5 |
14,349 |
2012-10-01, 23:26:15 |
|
|
Thread: Replace CKEditor with Redactorjs
Post: Replace CKEditor with Redactorjs
n00dles101 Wrote:
--
It's a commercial product , and so will not find its way into the core.
Its a great editor though....
--
Can I include Redactor in any products that I intend to give away for f... |
|
michaellindahl |
Feature Requests
|
3 |
10,708 |
2012-09-23, 07:09:04 |
|
|
Thread: Good way to use multiple columns and sidebar?
Post: Good way to use multiple columns and sidebar?
Connie Wrote:
--
I understand your question as you want to mix theme-creation and component administrations....
which role of user are you thinking of? Do you think that it is a good idea to give mo... |
|
michaellindahl |
Developer Discussions
|
4 |
13,601 |
2012-09-23, 06:15:52 |
|
|
Thread: Good way to use multiple columns and sidebar?
Post: Good way to use multiple columns and sidebar?
Is there any good way that developers can develop a site that has multiple columns and a sidebar? Adding a sidebar is simple as the component feature can be used. However having the user create and ... |
|
michaellindahl |
Developer Discussions
|
4 |
13,601 |
2012-09-22, 18:08:31 |
|
|
Thread: Admin Notes/Help Section
Post: Admin Notes/Help Section
I would like to have an Admin Notes section to have notes/pages that only logged in users can see. I would like it to be under the admin panel and have various pages in it. Possibly as a Help Section... |
|
michaellindahl |
Feature Requests
|
1 |
5,497 |
2012-09-22, 14:46:20 |
|
|
Thread: Set Default Content for New Pages
Post: Set Default Content for New Pages
evan70 Wrote:
--
michaellindahl Wrote:
--
Is there a way that I can set default HTML content for new pages? I would like this so that the end user can easily edit the existing content which will be... |
|
michaellindahl |
Developer Discussions
|
4 |
10,411 |
2012-09-22, 14:42:21 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
mikeh Wrote:
--
I will be releasing the new version sometime today or tomorrow. If you have a request, submit it now.
--
I would really love to see more support for customization. As of right now to... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-09-22, 14:31:28 |
|
|
Thread: Set Default Content for New Pages
Post: Set Default Content for New Pages
Is there a way that I can set default HTML content for new pages? I would like this so that the end user can easily edit the existing content which will be a custom layout so the user doesn't need to... |
|
michaellindahl |
Developer Discussions
|
4 |
10,411 |
2012-09-21, 15:57:34 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
irperera Wrote:
--
i'm using fancy url with .html
--
That might be the problem, why are you using it with .html? It might be better to use /advertising/index.html This way all your pages will look ... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-09-12, 09:40:14 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
irperera Wrote:
--
I'm trying to get this plugging to work with fancy url but i keep getting
/advertising.htmlpost/a-limo-bus when it should be /advertising/post/a-limo-bus
--
Can you give us to f... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-09-10, 13:12:15 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
mikeh Wrote:
--
I have started on a new version of this plugin, taking into consideration about 20 fixes, issues, and suggestions that have been posted here in the past couple months.
Thank you to m... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-09-10, 08:15:27 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
magik Wrote:
--
You seem to have pretty-urls activated. It might be the culprit. I would check the .htaccess in your main GetSimple directory for a possible error, maybe your page isn't redirecting c... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-09-02, 08:36:50 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
mikeh Wrote:
--
focoves Wrote:
--
problem with SPECIAL CHARACTERS into excerpt
special characters are well showed in full articule, but excerpt show a bad decode
look here:
http://decorametacrilat... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-08-31, 16:13:58 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
What's the best way to use a Custom Blog Page Layout? Right now I am using
Code:
--
if (substr($_SERVER['REQUEST_URI'], 0, 11) == "/blog/post/")
--
to determine whether to write the code for the b... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-08-31, 15:38:48 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
magik Wrote:
--
You seem to have pretty-urls activated. It might be the culprit. I would check the .htaccess in your main GetSimple directory for a possible error, maybe your page isn't redirecting c... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-08-31, 15:27:28 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
magik Wrote:
--
michaellindahl Wrote:
--
I think I found a new error. Searching on posts via tags (.com/blog/tag/blogtaghere) is throwing an error page.
--
What error are you getting? Do you get a... |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-08-31, 15:15:16 |
|
|
Thread: GS Blog v1.4
Post: GS Blog v1.4
I think I found a new error. Searching on posts via tags (.com/blog/tag/blogtaghere) is throwing an error page. |
|
michaellindahl |
Plugins
|
506 |
1,341,738 |
2012-08-31, 14:49:06 |