Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Hey guys! Soon ill post an updated version (cleaned & organized the code, improved & added a few things). Another addition will be validating form/captcha through ajax call and the possibility to hide...
Kolyok Plugins 178 511,266 2014-03-17, 21:22:38
    Thread: My Movie API Plugin
Post: RE: My Movie API Plugin

I know its been long ago but it looks like I'll have time again for these kind of projects in the near future so probably I'll finish it sooner or later. :) (Currently My Movie API website seems to be...
Kolyok Developer Discussions 3 15,702 2014-03-17, 20:53:12
    Thread: Block ip address
Post: RE: Block ip address

Maybe it should be Code: -- order allow,deny allow from all deny from xxx.xxx.xxx.xxx -- Where xxx.xxx.xxx.xxx the IP should be written that u wanna ban.
Kolyok General Questions and Problems 12 27,209 2014-03-15, 01:08:59
    Thread: Extended XML saving, editing, etc...
Post: RE: Extended XML saving, editing, etc...

Well there is no reason for not using xpath its just that first I totally forgot about it then I thought I might change it later. Thanks for reminding me about it, gonna work rewrite it later. As for...
Kolyok Developer Discussions 2 11,080 2013-11-24, 05:58:58
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

yojoe: Currently no way of adding. Everything is static but I'm thinking of extending it so dynamic fields can be added. mklemme: If the site language in the backend is set to german (de_DE.php) the ...
Kolyok Plugins 178 511,266 2013-11-24, 04:24:46
    Thread: Extended XML saving, editing, etc...
Post: Extended XML saving, editing, etc...

Hello guys. Lately I've been working on a project where I had to write, save, edit, etc multiple items in xml files and found that there was not much possibilities to do this in the base GetSimple so...
Kolyok Developer Discussions 2 11,080 2013-11-24, 04:09:58
    Thread: Bootstrap3
Post: RE: Bootstrap3

I also like the method of dropdowns in bootstrap its just that sometimes some people/clients/etc want it in a different way. As for the img max-width I'd rather use the existing (bootstrap built-in) i...
Kolyok Themes 88 236,644 2013-11-18, 01:29:00
    Thread: Bootstrap3
Post: RE: Bootstrap3

Quote: -- Kolyok, What solution do you use for number 2. I'm also looking for a way to have the parent menu hover for dropdown (on desktops) and click to go to URL. Some customers still want a parent...
Kolyok Themes 88 236,644 2013-11-15, 21:58:58
    Thread: Bootstrap3
Post: RE: Bootstrap3

The only "issue" with bootstrap is the navigation with dropdowns (if you use multilevel menus). Well not exactly an issue but if you want to have parent menu items to be clickable(well to navigate to ...
Kolyok Themes 88 236,644 2013-11-14, 03:36:07
    Thread: News Manager (updated)
Post: RE: News Manager (updated)

Well actually I'm using randomly the functions but to be more specific I'm interested in the custom templating (like the NM Addons nm_custom_display_posts()). Also (not sure if this already part of th...
Kolyok Plugins 1,730 4,733,608 2013-11-11, 06:21:24
    Thread: News Manager (updated)
Post: RE: News Manager (updated)

Hello. Is there any chance the News Manager Addons plugin functions will become core functions in any future version of News Manager?
Kolyok Plugins 1,730 4,733,608 2013-11-11, 01:02:18
    Thread: Random quotes XML
Post: RE: Random quotes XML

Try this modified plugin: http://dev.nagysandorart.com/random_quotes_mod.zip This should create the xml file if it doesn't already exists and it doesn't create duplicate nodes. Note: This is jus...
Kolyok Plugins 2 9,789 2013-11-10, 22:24:13
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Invalid form data error message appears if: 1. More fields/less fields are submitted than the allowed. 2. The tokens aren't submitted or they are out of validity or they just don't get generated prope...
Kolyok Plugins 178 511,266 2013-11-08, 09:19:23
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

~GW~: Currently working on other things so i cant give an eta but i will add ajax validation on the captcha. However the situation is normal since the fields are validated through jquery first and the...
Kolyok Plugins 178 511,266 2013-11-08, 07:38:06
    Thread: A New default GS Theme
Post: RE: New default GS Theme

I just got it to work and 2 things i would change is: 1. Some minimal styling for the main content + sidebar content containers (maybe some minimal styling for links, lists, headings) 2. Since the foo...
Kolyok Announcements 24 73,624 2013-11-08, 00:06:45
    Thread: GetSimple Next Version
Post: RE: GetSimple Next Version

Well for a new default theme i would say it should be a simple/clean responsive(ready) theme built on a lightweight framework like bootstrap/foundation/skeleton/etc... since theres a lot of potential ...
Kolyok Feature Requests 149 482,490 2013-11-05, 02:00:38
    Thread: Volunteer plugin
Post: RE: Volunteer plugin

Ahh i forgot to mention this happens on latest beta version. (everything seems to work fine on GS 3.2.3) You might want to check the beta installation + i18n + volunteer too.
Kolyok Plugins 29 83,258 2013-11-04, 01:15:48
    Thread: Volunteer plugin
Post: RE: Volunteer plugin

Small info: The plugin is conflicting with i18n_navigation (check the header redirects) Happens on Add New Page, Login/Logout on frontend.
Kolyok Plugins 29 83,258 2013-11-03, 23:36:38
    Thread: Volunteer plugin
Post: RE: Volunteer plugin

Well it wasn't mentioned here on the topic so thats why i asked but after i noticed on the demo site. Thanks for the answer though. Gonna test it soon :) olmy Wrote: (2013-11-03, 22:28:40) -- the pl...
Kolyok Plugins 29 83,258 2013-11-03, 23:24:26
    Thread: Volunteer plugin
Post: RE: Volunteer plugin

Ive just downloaded it and took a look at it. I have a question: whats with all the PDO queries in the plugin?
Kolyok Plugins 29 83,258 2013-11-03, 21:54:57
    Thread: 500 Internal Server Error
Post: RE: 500 Internal Server Error

vdonatiello Wrote: (2013-11-03, 02:57:37) -- hameau Wrote: (2013-10-31, 21:12:40) -- Issue raised: https://github.com/GetSimpleCMS/GetSimpleCMS/issues/682 Edit to add: @vdonatiello – I suggest th...
Kolyok Installation & Setup 20 100,950 2013-11-03, 03:49:28
    Thread: Release 3.3.0 Beta
Post: RE: Release 3.3.0 Beta

It could be related to this(?) Issue: https://github.com/GetSimpleCMS/GetSimpleCMS/issues/674 Quote: -- I have added logic to send a 503 and a new lang string when visiting front end after upgrades....
Kolyok GS Development Testing - (alpha/beta) 88 237,711 2013-11-02, 19:12:38
    Thread: GetSimple Next Version
Post: RE: GetSimple Next Version

Another thing that would be very nice to have hooks on plugin/theme activation. For example before activating the selected plugin/theme developers could check for dependencies and ignore activation of...
Kolyok Feature Requests 149 482,490 2013-11-02, 00:10:19
    Thread: 500 Internal Server Error
Post: RE: 500 Internal Server Error

I believe this could be related to the 'order' directives but maybe you can post your error log so we can check it? Also check this snippet from the Apache documentation: Kolyok Wrote: (2013-10-31, 2...
Kolyok Installation & Setup 20 100,950 2013-10-31, 20:38:20
    Thread: Apache 2.4
Post: RE: Apache 2.4

Since the 'order' directive is heavily used in GetSimple CMS you will need to: 1. Wait until (if) an official method will come from GetSimple or 2. Try to use Apache 2.2 or 3. Manually modify all the ...
Kolyok Installation & Setup 5 20,735 2013-10-31, 20:36:14
    Thread: Question about hooks
Post: RE: Question about hooks

Edit: Frontend hooks works in functions.php of the theme. (Not sure if you meant that none of the hooks are supported outside plugins or just backend hooks) Edit 2: Nevermind the above >< im always...
Kolyok Developer Discussions 2 7,999 2013-10-30, 01:24:28
    Thread: Question about hooks
Post: Question about hooks

Hello guys. I've been messing with filters and hooks inside a template's functions.php and i couldn't find a way to get a working backend hook. The reason why i wanted this is that i use a lot of plug...
Kolyok Developer Discussions 2 7,999 2013-10-29, 14:10:52
    Thread: CKEditor is hidden
Post: RE: CKEditor is hidden

Im not very familiar with lighttpd but i think you need to add js and css mime types in your lighttpd.conf file: PHP Code: -- mimetype.assign = ( ".js" => "text/javascript", ...
Kolyok General Questions and Problems 3 12,978 2013-10-28, 03:23:12
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Its in the first post but here you go: Quote: -- (currently max 1 attachment with a 1MB max filesize and [.jpg, .jpeg, .png, .gif, .bmp, .pdf (Portable Document Format; Adobe Acrobat), .doc, .docx (...
Kolyok Plugins 178 511,266 2013-10-28, 03:10:10
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Version 1.3.0 available in Extend GetSimple Contact 1.3.0 - Download from Extend (http://get-simple.info/extend/plugin/getsimple-contact/719/) Just overwrite the existing files with the new ones. 1....
Kolyok Plugins 178 511,266 2013-10-28, 01:42:02