Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: SimpleDir - Directory listing plugin
Post: RE: SimpleDir - Directory listing plugin

I'll need to look at the [c]-->[/c] problem. What GetSimple version are you using? Does the [c]showInitial[/c] parameter do what you were suggesting (e.g [c]showInitial=3[/c]? (I'm referring to ...
lokothodida Plugins 46 123,900 2016-05-27, 19:05:37
    Thread: Donations patreon paid support etc
Post: RE: Donations patreon paid support etc

I'm not sure about a tier system for support, but a donation structure to contribute to server uptime (for your points on Website, Forum, Extend and Hosting) sounds pretty reasonable. So do the paid d...
lokothodida Developer Discussions 19 34,430 2016-05-14, 17:14:09
    Thread: Donations patreon paid support etc
Post: RE: Donations patreon paid support etc

I'm not sure if it's people having no opinions, but worry over voicing them. By far, you've contributed the most to GetSimple since 2012. You are the lead developer. But Chris was the initial creat...
lokothodida Developer Discussions 19 34,430 2016-05-14, 05:43:05
    Thread: I18N Gallery
Post: RE: I18N Gallery

newdeepdan Wrote: (2016-05-04, 06:42:03) -- I'm having an issue with the I18N Gallery where if I place the shortcode on a page (sidebar) and the template page has getcontent from the page of that sid...
lokothodida Plugins 1,504 4,251,527 2016-05-11, 01:28:46
    Thread: Another plugin example needed please
Post: RE: Another plugin example needed please

@cobber: Can you give examples of what things you think should/want to be explained in plugin development? I've tried writing tutorials for plugin development in the past, but they lost focus pretty q...
lokothodida Developer Discussions 8 15,493 2016-04-20, 17:01:30
    Thread: Navigateable Pages Manu
Post: RE: Navigateable Pages Manu

I think that I18N (http://get-simple.info/extend/plugin/i18n/69/) (Navigation) does this? Nevertheless, you can try wrapping this up in a plugin with your own "View Pages" page so that it avoids mo...
lokothodida Scripts & Components 2 9,080 2016-04-19, 16:36:00
    Thread: I18N Gallery
Post: RE: I18N Gallery

lakaroth Wrote: (2016-04-19, 00:58:48) -- Hello there, i have a conflict if i try to show hidden content using I18N Gallery. I'll explain whati need to do, i will create some hidden galleries wh...
lokothodida Plugins 1,504 4,251,527 2016-04-19, 02:52:18
    Thread: SimpleDir - Directory listing plugin
Post: RE: SimpleDir - Directory listing plugin

DesruX Wrote: (2016-04-16, 18:45:42) -- lokothodida Wrote: (2016-04-16, 05:52:57) -- The current beta (https://github.com/lokothodida/gs-simpledir/tree/11f76e650c132ada357667fd4b6e2f206cc93d7a) addr...
lokothodida Plugins 46 123,900 2016-04-17, 21:40:15
    Thread: SimpleDir - Directory listing plugin
Post: RE: SimpleDir - Directory listing plugin

DesruX Wrote: (2016-04-15, 06:31:02) -- mackur Wrote: (2014-06-16, 05:44:48) -- Hello, Do you know how can I change plugin to browse one folder per one page, second folder for second page? It is po...
lokothodida Plugins 46 123,900 2016-04-16, 05:52:57
    Thread: SimpleDir - Directory listing plugin
Post: RE: SimpleDir - Directory listing plugin

DesruX Wrote: (2016-04-14, 17:27:27) -- lokothodida Wrote: (2016-04-14, 05:33:33) -- I've briefly tried to work on an unofficial v0.4 of RobA's plugin to address people's issues. Makes the dir...
lokothodida Plugins 46 123,900 2016-04-14, 23:28:58
    Thread: SimpleDir - Directory listing plugin
Post: RE: SimpleDir - Directory listing plugin

I've briefly tried to work on an unofficial v0.4 of RobA's plugin to address people's issues. Makes the directory path default to /data/uploads/ (leave the fields in the admin panel empty to set it to...
lokothodida Plugins 46 123,900 2016-04-14, 05:33:33
    Thread: Support for multilanguage sites, Internationalization (I18N)
Post: RE: Support for multilanguage sites, International...

smsHH Wrote: (2016-04-08, 17:48:15) -- Hello, I have a question on the mutlilevel navigation. Is it possible to have the parent page button also on the menu on the left side? Like so (e.g. Btn ...
lokothodida Plugins 1,068 3,067,866 2016-04-09, 00:18:49
    Thread: I18N Special Pages
Post: RE: I18N Special Pages

Oleg06 Wrote: (2016-03-29, 21:35:39) -- lokothodida, thank you very much, I'm not good in php :) -- No problem :shy: @mvlcek: A couple of suggestions which I hope wouldn't be too cumbersome to ...
lokothodida Plugins 539 1,416,561 2016-04-02, 00:58:59
    Thread: I18N Special Pages
Post: RE: I18N Special Pages

Change [c]return[/c] to [c]get[/c]. The former returns the value, the latter echos/prints the value. PHP Code: -- -- Either that or you can directly echo the value, e.g. [c]echo return_special_...
lokothodida Plugins 539 1,416,561 2016-03-29, 19:58:01
    Thread: Components for theme
Post: RE: Components for theme

Right. I think that makes things a bit clearer. So let's see if I understand now: The theme developer wants to have certain components defined when their themes are used. The admin wants to be able ...
lokothodida Scripts & Components 18 32,882 2016-03-27, 19:48:07
    Thread: Components for theme
Post: RE: Components for theme

It should be possible to write a plugin that has the same (or a similar enough) interface for editing components, but with an additional section for the template-specific ones (and redirect from the o...
lokothodida Scripts & Components 18 32,882 2016-03-27, 10:32:49
    Thread: Components for theme
Post: RE: Components for theme

I'm not quite sure that I understand the discussion, so someone may need to explain it again to me, but here are my 2 cents. You want to have component-like functionality for themes, so that theme ...
lokothodida Scripts & Components 18 32,882 2016-03-26, 21:49:11
    Thread: Front Router
Post: RE: Front Router

Ahh - the [c]index-postdataindex[/c] hook is what I wanted. Thanks. The plugin has been updated to version 0.2 (https://github.com/lokothodida/gs-front-router/releases/tag/v0.2) and has language file...
lokothodida Plugins 5 10,376 2016-03-25, 20:35:47
    Thread: Front Router
Post: RE: Front Router

Thanks. I got slightly inconsistent behaviour when using the [c]data_index[/c] filter for some reason. I wasn't able to simply use the same function that I used on [c]error-404[/c], because then it w...
lokothodida Plugins 5 10,376 2016-03-25, 09:51:53
    Thread: Front Router
Post: Front Router

GetSimple Front Router Plugin A plugin that executes custom-defined actions dependent on the front-end request URL. Designed to be used in conjunction with other plugins in order to build desired U...
lokothodida Plugins 5 10,376 2016-03-25, 02:57:35