Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Terrible mistake in Multi Users Plugin
Post: RE: Terrible mistake in Multi Users Plugin
Unfortunately this plugin has been unmaintained for 10+ years and the author is no longer active.
I created a PR on Github 6 years ago to address some of the issues and it's still open: https://githu... |
|
Tyblitz |
Plugins
|
3 |
2,804 |
2021-11-30, 00:17:31 |
|
|
Thread: Not able to install GetSimple
Post: RE: Not able to install GetSimple
You might wanna switch host or try a static site generator (compile site locally, copy output directory to remote server over SSH/ FTP):
Some suggestions: Jekyll (https://jekyllrb.com) (runs on Ruby)... |
|
Tyblitz |
Installation & Setup
|
17 |
15,450 |
2020-08-31, 07:12:41 |
|
|
Thread: Custom CSS
Post: RE: Custom CSS
Hi Bokor,
I haven't tested the plugin, but just looking at the code it can impossibly work:
[c]$customcss_data[/c] is set only [c]if (isset($_POST['submit']))[/c] so the initial render will alwa... |
|
Tyblitz |
Plugins
|
2 |
3,456 |
2020-07-05, 19:48:42 |
|
|
Thread: Upload plugins from control panel
Post: RE: Upload plugins from control panel
gdfemia Wrote: (2020-07-05, 02:25:51)
--
shawn_a Wrote: (2020-07-05, 01:20:23)
--
There is a plugin for installing and updating plugins, actually I think there are 2 unofficial ones, they work for t... |
|
Tyblitz |
Plugins
|
4 |
4,994 |
2020-07-05, 19:04:05 |
|
|
Thread: Anyone use Adobe XD ?
Post: RE: Anyone use Adobe XD ?
In professional settings it's usually either XD or Sketch/Zeplin. Or Azure RP.
I use Diagrams.net desktop (formerly draw.io) & inkscape |
|
Tyblitz |
Developer Discussions
|
9 |
10,310 |
2020-06-27, 09:44:14 |
|
|
Thread: GS Plugin Installer
Post: RE: GS Plugin Installer
Dear all,
I'm bumping this forum topic to announce the release of Plugin Installer 1.5 that you can download from https://github.com/HelgeSverre/gs-plugin-installer (https://github.com/HelgeSverre/... |
|
Tyblitz |
Plugins
|
78 |
163,985 |
2019-12-04, 23:25:06 |
|
|
Thread: Components Extended [v0.9.3]
Post: RE: Components Extended [v0.9.3]
datiswous Wrote: (2019-04-09, 08:57:52)
--
Did you also check out this problem:
Removing text from a component is not seen by the plugin as an edit. This means in this situation that the possibil... |
|
Tyblitz |
Plugins
|
62 |
84,985 |
2019-04-10, 01:28:29 |
|
|
Thread: Components Extended [v0.9.3]
Post: RE: Components Extended [v0.9.1]
Components Extended v0.9.3 out
Think the permissions issue should be gone now. I've made the plugin a little more compatible with GS3.4, but it's going to take a lot of time to make this plugin bot... |
|
Tyblitz |
Plugins
|
62 |
84,985 |
2019-04-08, 08:46:03 |
|
|
Thread: I cant upload my theme to repository
Post: RE: I cant upload my theme to repository
TurkBalasy Wrote: (2019-04-04, 23:45:57)
--
I cant upload my theme to repository, after uploading nothing happened, how to upload it? Manage My Files is empty after uploading theme
--
For reference... |
|
Tyblitz |
Developer Discussions
|
3 |
5,096 |
2019-04-05, 09:27:37 |
|
|
Thread: UPDATES 2019!
Post: RE: UPDATES 2019!
multicolor Wrote: (2019-04-04, 17:09:29)
--
Good reaction, everyone can only complain and say what is wrong. it's harder to do something yourself.
--
I don't know if that statement was meant at my r... |
|
Tyblitz |
Announcements
|
47 |
61,172 |
2019-04-05, 08:35:35 |
|
|
Thread: UPDATES 2019!
Post: RE: UPDATES 2019!
@Felix, "The GS website is not on 2019 standard", acenda hinted at 2 specific examples:
Quote:
--
It's hard to find the needed plugin from the site. Admin-portal looks a bit oldish.
--
shawn_a ha... |
|
Tyblitz |
Announcements
|
47 |
61,172 |
2019-04-03, 01:46:35 |
|
|
Thread: “Warning: Server Setup non-Apache” (GS 3.3.13)
Post: RE: “Warning: Server Setup non-Apache” (GS 3.3.13)
Here's the installatron service: https://installatron.com/getsimple/install (I think it's commonly integrated into cPanel providers).
Btw, I once successfully installed GS on an Nginx server, but it d... |
|
Tyblitz |
Installation & Setup
|
5 |
8,776 |
2019-03-26, 10:22:47 |
|
|
Thread: Sites I developed with the GS tool
Post: RE: Sites I developed with the GS tool
Great job, thank you for sharing |
|
Tyblitz |
Sites Using GetSimple
|
4 |
7,026 |
2019-03-26, 10:18:05 |
|
|
Thread: Components Extended [v0.9.3]
Post: RE: Components Extended [v0.9.1]
Hi all, datiswous,
Thank you for your valuable feedback and patience.
A fix is under way for the permissions issue and correct versioning, as well as a few other minor tweaks.
I also noticed inc... |
|
Tyblitz |
Plugins
|
62 |
84,985 |
2019-03-26, 10:11:14 |
|
|
Thread: Correct way to post form data in ajax
Post: RE: Correct way to post form data in ajax
@vish93
If you are going to do it with your own plugin (which would indeed be better than in the theme folder),
GS provides some functions for handling AJAX together with auth ([c]requestIsAjax[... |
|
Tyblitz |
General Questions and Problems
|
7 |
9,127 |
2019-03-07, 09:26:06 |
|
|
Thread: 3.4.0 wish list
Post: RE: 3.4.0 wish list
Two relatively small items to add to the wishlist:
attach more common CSS styles to classes instead of #ids or nested tags, so plugin devs don't need to re-style everything (the .text class is also ... |
|
Tyblitz |
Feature Requests
|
184 |
394,250 |
2019-02-20, 10:05:16 |
|
|
Thread: 3.4.0 wish list
Post: RE: 3.4.0 wish list
Oleg06 Wrote: (2019-02-17, 01:10:09)
--
Is it possible to do the transliteration of the components?
https://prnt.sc/mlxcqr
--
Not sure but with Components Extended (http://get-simple.info/extend/plu... |
|
Tyblitz |
Feature Requests
|
184 |
394,250 |
2019-02-20, 09:59:08 |
|
|
Thread: Server error detected on update plugin
Post: RE: Server error detected on update plugin
shawn_a Wrote: (2019-02-11, 10:54:30)
--
I have not looked at it yet
--
Some more info on this problem as I just uploaded a new version of Components Extended:
40* error with blank page redirect... |
|
Tyblitz |
Developer Discussions
|
16 |
18,872 |
2019-02-20, 09:56:31 |
|
|
Thread: UPDATES 2019!
Post: RE: UPDATES 2019!
@shawn_a,
If you have a look at the metalsmith.io (small static site generator) homepage plugins section (https://metalsmith.io/#the-community-plugins), this browsable plugin listing is simply a JSO... |
|
Tyblitz |
Announcements
|
47 |
61,172 |
2019-02-14, 09:21:20 |
|
|
Thread: Need user cookie on logout
Post: RE: Need user cookie on logout
craiga Wrote: (2019-02-10, 01:51:24)
--
shawn_a Wrote: (2019-02-10, 00:58:25)
--
hmm, might have better luck in 3.4, Ill take a look though
--
Cheers Shawn, I've been thinking I may have to use ses... |
|
Tyblitz |
Plugins
|
3 |
5,287 |
2019-02-14, 09:02:06 |
|
|
Thread: Server error detected on update plugin
Post: RE: Server error detected on update plugin
shawn_a Wrote: (2019-02-05, 07:30:08)
--
Ok thanks
--
Any news on this? |
|
Tyblitz |
Developer Discussions
|
16 |
18,872 |
2019-02-11, 08:58:54 |
|
|
Thread: Server error detected on update plugin
Post: RE: Server error detected on update plugin
Actually, Helgesverre (GS Plugin Installer author) reported a similar issue on Github https://github.com/HelgeSverre/gs-plugin-installer/pull/17#issuecomment-459318658. I had no problem updating Compo... |
|
Tyblitz |
Developer Discussions
|
16 |
18,872 |
2019-02-02, 09:48:50 |
|
|
Thread: change form
Post: RE: change form
That doesn't look like the default theme at all.
Your best option is to go to Theme > Edit Theme > Choose sidebar.inc.php > Click Edit.
https://i.imgur.com/DKBRRBs.png |
|
Tyblitz |
General Questions and Problems
|
3 |
4,706 |
2019-01-29, 10:16:06 |
|
|
Thread: Calendar Start Day
Post: RE: Calendar Start Day
keframil Wrote: (2019-01-10, 05:07:29)
--
How can I make Sunday the first day of the week instead of Monday?
--
If you mean with the Calendar plugin (http://get-simple.info/extend/plugin/calendar/3... |
|
Tyblitz |
Plugins
|
4 |
6,333 |
2019-01-29, 09:54:13 |
|
|
Thread: Will there be an update for "Multi User"?
Post: RE: Will there be an update for "Multi User"?
Hi Holger,
A good while ago I started an effort to create a new "Multi-user" (I named it usermgr to avoid name confusion).
You can find the forum thread here: http://get-simple.info/forums/showthr... |
|
Tyblitz |
Plugins
|
7 |
9,027 |
2019-01-29, 09:28:07 |
|
|
Thread: Components Extended [v0.9.3]
Post: RE: Components Extended [v0.9.1]
Components Extended v0.9.1 out
Finally got some time to update this. I think I resolved the permissions issue (it incorrectly set folder perms to files when GSCHMOD was undefined). @datiswous & @yo... |
|
Tyblitz |
Plugins
|
62 |
84,985 |
2019-01-29, 09:18:47 |
|
|
Thread: Components Extended [v0.9.3]
Post: RE: Components Extended [v0.9]
datiswous Wrote: (2018-01-31, 23:54:08)
--
Shasaar Wrote: (2017-05-07, 22:25:29)
--
Hello Tyblitz,
installed your plugin and suddenly, components don't work anymore, i get the message:
getFiles: U... |
|
Tyblitz |
Plugins
|
62 |
84,985 |
2018-04-24, 07:50:02 |
|
|
Thread: Is GetSimple still alive?
Post: RE: Is GetSimple still alive?
Except for a handful of theme/ plugin developers and testers and the lead developer there is no contributing community.
Look at the declining amount of plugin updates chart I posted (http://get-simpl... |
|
Tyblitz |
General Questions and Problems
|
28 |
37,973 |
2017-10-24, 00:52:25 |
|
|
Thread: Most downloaded plugins (Extend)
Post: RE: Most downloaded plugins (Extend)
I gathered the data Carlos posted here (thanks a lot) to be able to visualize a trend:
https://i.imgur.com/qwEJQBS.png
Below you can also see a summary for the 25 most downloaded plugins over the ... |
|
Tyblitz |
Plugins
|
95 |
164,280 |
2017-10-16, 02:25:45 |
|
|
Thread: Recently updated/uploaded plugins (Extend)
Post: RE: Recently updated/uploaded plugins (Extend)
I gathered the data Carlos posted here every month in a more structured format to be able to visualize a trend:
https://i.imgur.com/wcjmdNU.png |
|
Tyblitz |
Plugins
|
79 |
117,690 |
2017-10-16, 02:17:43 |