Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Youtube Video Loader
Post: RE: Youtube Video Loader
I had to modify yourtube_video_loader.php to get it to work:
PHP Code:
--
function youtube_video_embed($id,$w,$h){
return "
";
}
--
|
|
olmy |
Plugins
|
8 |
19,196 |
2019-04-29, 20:12:00 |
|
|
Thread: UPDATES 2019!
Post: RE: UPDATES 2019!
It's been a while since I've posted here, but I've never stopped using getsimple for myself and friends.
This weekend I used it for https://bladeclamps.com/ (https://bladeclamps.com/)
Plugings u... |
|
olmy |
Announcements
|
47 |
93,171 |
2019-04-29, 20:04:36 |
|
|
Thread: News Manager (updated)
Post: RE: News Manager (updated)
I found it usefull to be able to clone a post. Here's how I did it:
added to the end of posts.php
PHP Code:
--
function nm_clone_post($slug) {
$oldfile = NMPOSTPATH.$slug.'.xml';
$v=0... |
|
olmy |
Plugins
|
1,730 |
5,143,238 |
2016-11-10, 18:28:22 |
|
|
Thread: News Manager (updated)
Post: RE: News Manager (updated)
I've done a dirty hack to get a few custom fields in NM, but it works fine for my use of NM as an event manager.
post edit pic below, the site is http://22330.fr.
Thanks Carlos for all your hard work... |
|
olmy |
Plugins
|
1,730 |
5,143,238 |
2016-11-06, 02:38:47 |
|
|
Thread: News Manager (updated)
Post: RE: News Manager (updated)
Riianna Wrote: (2016-10-29, 16:18:06)
--
How to get post number like addons plugins have?.
Example: 1 Published on Sep 29, 2016, 2 Published on Sep 29, 2016 etc.
--
Posts don't have ID numbers, ... |
|
olmy |
Plugins
|
1,730 |
5,143,238 |
2016-11-03, 02:54:23 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
datetest
I'm unable to reproduce this in GS 3.38 |
|
olmy |
Plugins
|
29 |
90,332 |
2016-02-17, 23:35:09 |
|
|
Thread: https://www.theblackboxonline.com/
Post: https://www.theblackboxonline.com/
THE BLACK BOX, a new theater and event venue, is the home of the Franklin Performing Arts Company. This flexible multi-use facility is located at 15 West Central Street in downtown Franklin, Massachus... |
|
olmy |
Sites Using GetSimple
|
3 |
10,150 |
2015-03-24, 01:59:50 |
|
|
Thread: Search plugin (I18N)
Post: RE: Search plugin (I18N)
a bit clearer now, I think I need to use something like the tables solution : http://mvlcek.bplaced.net/get-simple/i18nsearch/search-tables (http://mvlcek.bplaced.net/get-simple/i18nsearch/search-tabl... |
|
olmy |
Plugins
|
722 |
2,208,118 |
2014-07-29, 07:08:42 |
|
|
Thread: Search plugin (I18N)
Post: RE: Search plugin (I18N)
Hi mvcek, fantastic work...
I am trying to use your search and special pages plugins to make a list of events, where the event date is not the create or publish date. I am stuck trying to get i18n sea... |
|
olmy |
Plugins
|
722 |
2,208,118 |
2014-07-29, 01:39:13 |
|
|
Thread: Metrical
Post: RE: Metrical
This theme works great in Chrome & IE, but has problems in Firefox - the dividing rows under each block dissapear.
I did a quick hack to correct this:
add this below the .row definition in layout.... |
|
olmy |
Themes
|
22 |
63,489 |
2014-03-08, 10:40:28 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
version 0.4.9
- completed i18n
- language files English, French
- created github repository:
https://github.com/captainsensible/volunteer |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-19, 21:34:25 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
version 0.4.8
- horrible bug fixes
- started french translation |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-15, 15:15:11 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
version 0.4.7
- many databases can now be used (see http://www.php.net/manual/en/pdo.drivers.php)
- added group management
- added session logout after 30 minutes without activity
- added database i... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-14, 00:24:47 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
version 0.4.6
- added datetimepicker for events
- added debug option in volunteer.php
- only display volunteer email in event view if first or last name missing
please delete data/other/volunteer/vol... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-07, 10:21:38 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
Ack, fixed stupid typo...
olmy Wrote: (2013-11-06, 03:42:25)
--
another update - 0.4.4
- failed connections are logged in data/other/volunteer/login_fail.log
- sql delete, insert and update prot... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-06, 07:31:50 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
another update - 0.4.4
- failed connections are logged in data/other/volunteer/login_fail.log
- sql delete, insert and update protected against sql inject attacks |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-06, 03:42:25 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
1) I did this on purpose to stop people from using passwordss like 'abc123'
2) Yes, that's interesting. It could be an option. I'll add it to the TODO.
Thanks again for your feedback!
davetest... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-05, 19:37:38 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
Yes, of course, I'll do so.
The reason is simply that I have developed this plugin on this platform, which also guided my choice of PDO/Sqlite3.
Thanks for your feedback!
datiswous Wrote: (2... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-05, 07:20:54 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
Hi Dave,
I've uploaded another upgrade
can you test with all contact tags in the same page?
[vl_user]
[vl_connect]
[vl_register]
[vl_profile]
I'm thinking that these tags should become a s... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-04, 19:17:53 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
I've uploaded version 0.3
corrections:
- unset debugging reporting & display (doh!)
- removed erroneous spaces in $_SERVER vars
- added ini_set('output_buffering','On'); |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-04, 18:35:22 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
ah - I think I've found it, will check in new version tomorrow
olmy Wrote: (2013-11-04, 08:01:15)
--
Thanks for testing - what theme are you using? plugins?
davetest Wrote: (2013-11-04, 06:26:... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-04, 08:07:55 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
Thanks for testing - what theme are you using? plugins?
davetest Wrote: (2013-11-04, 06:26:41)
--
I installed the plugin and it works except after login I get:
Warning: Cannot modify header inf... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-04, 08:01:15 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
tested with clean gs install and i18n plugin, I don't see a problem. Will continue to check. |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-04, 01:02:46 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
thanks for the feedback, I'll check
Kolyok Wrote: (2013-11-03, 23:36:38)
--
Small info: The plugin is conflicting with i18n_navigation (check the header redirects)
Happens on Add New Page, Login/... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-03, 23:49:19 |
|
|
Thread: Volunteer plugin
Post: RE: Volunteer plugin
the plugin uses sqlite3 database via the Sqlite PDO driver
http://www.php.net/manual/en/ref.pdo-sqlite.php
edit:
Managing hundreds (or thousands) of contacts is IMHO beyond the scope of xml
and sqlit... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-03, 22:28:40 |
|
|
Thread: Volunteer plugin
Post: Volunteer plugin
I've just uploaded the first version of Volunteer, a plugin that allows hundreds of volunteers to register and subscribe to events. I coudn't find anything that did this, so I wrote my own.
Looking ... |
|
olmy |
Plugins
|
29 |
90,332 |
2013-11-03, 19:34:08 |
|
|
Thread: contents only visible to admin
Post: RE: contents only visible to admin
damn - I guess I should never post before coffee
Thanks! |
|
olmy |
General Questions and Problems
|
7 |
17,526 |
2013-10-26, 23:17:04 |
|
|
Thread: contents only visible to admin
Post: contents only visible to admin
Hi, this is my first post here.
How can I make certain page contents visible to the admin only?
Thanks! |
|
olmy |
General Questions and Problems
|
7 |
17,526 |
2013-10-26, 18:02:20 |