Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: p01-contact : simply add contact forms in your pages
Post: RE: p01-contact : simply add contact forms in your...

Oleg06 Wrote: (2014-07-17, 08:16:17) -- delete in the plugin settings -- Been there, done that Captcha is tricky
lukinhasb Plugins 494 1,639,189 2014-07-17, 08:37:02
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

What's the code to add the contact form directly to a template?
lukinhasb Plugins 178 510,845 2014-07-17, 08:30:39
    Thread: Get admin email
Post: RE: Get admin email

Thanks for all your help guys. It's solved though, found this code on Simple (C)ontact plugin: http://get-simple.info/forums/showthread.php?tid=1033&pid=44287#pid44287 PHP Code: -- /* * Return ema...
lukinhasb General Questions and Problems 13 31,389 2014-07-17, 08:19:30
    Thread: p01-contact : simply add contact forms in your pages
Post: RE: p01-contact : simply add contact forms in your...

How can I disable captcha? Possible to disable subject too?
lukinhasb Plugins 494 1,639,189 2014-07-17, 08:12:22
    Thread: p01-contact : simply add contact forms in your pages
Post: RE: p01-contact : simply add contact forms in your...

Rename it to Easy Contact Form, or Simple Contact Form, Simple Contact 2014, so on I don't think you should drop the word "Contact", because this is what this is all about.
lukinhasb Plugins 494 1,639,189 2014-07-17, 07:57:11
    Thread: MLD email newsletter plugin
Post: RE: MLD email newsletter plugin

This plugin is wonderful, but there are some things that should be fixed/reviewed to be perfect, one of them is disabling CKEditor for templating the header and footer, because the editor closes autom...
lukinhasb Plugins 158 431,572 2014-07-17, 06:13:21
    Thread: MLD email newsletter plugin
Post: RE: MLD email newsletter plugin

There's a bug in this plugin: If you write a new Newsletter and just click on (Preview and send), without clicking on (Save Newsletter) first, it will send a empty newsletter to the subscribers. ...
lukinhasb Plugins 158 431,572 2014-07-17, 03:45:17
    Thread: MLD email newsletter plugin
Post: RE: MLD email newsletter plugin

How can I disable the e-mail verification before subscribing? I have set $config to false but it still requires verification: plugins/mld-newsletter.php PHP Code: -- /** * Subscribe email address...
lukinhasb Plugins 158 431,572 2014-07-17, 01:36:14
    Thread: 'Multi User 1.4' Plugin
Post: RE: 'Multi User 1.4' Plugin

Does someone knows about this? /\
lukinhasb Plugins 255 844,178 2014-07-16, 10:01:05
    Thread: Disable all jQuery calls from plugins
Post: Disable all jQuery calls from plugins

Hello, I want to insert the latest jquery script on my template, but there is a plugin calling jQuery 1.7.1, how can I disable this without having to look into every plugin file? Thanks!
lukinhasb General Questions and Problems 1 4,817 2014-07-16, 06:40:57
    Thread: Item Manager Extended (Beta)
Post: RE: Item Manager Extended (Beta)

Also, the image upload script is really, really bad... You can access it without even being logged as admin... I will leave the image upload form as a text input, and ask the user to upload it usin...
lukinhasb Plugins 139 402,385 2014-07-15, 07:40:47
    Thread: Item Manager Extended (Beta)
Post: RE: Item Manager Extended (Beta)

Hello, Any reason this isn't outputting nothing? template.php PHP Code: -- -- Or this also: some_component PHP Code: -- -- template.php PHP Code: -- -- This plugin is g...
lukinhasb Plugins 139 402,385 2014-07-15, 05:46:42
    Thread: 'Multi User 1.4' Plugin
Post: RE: 'Multi User 1.4' Plugin

Is it possible to assign an "admin level" to the user? I want to restrict only certain parts of plugins from the user, not the whole thing. For example, I want the user to be able to add slideshows, ...
lukinhasb Plugins 255 844,178 2014-07-15, 03:01:22
    Thread: Call plugin from template.php
Post: RE: Call plugin from template.php

In case anyone need it in the future, it's as shawh said, seems to be a plugin-related function. Here's the 118N Gallery code, for example: PHP Code: -- --
lukinhasb General Questions and Problems 3 7,944 2014-07-15, 01:20:46
    Thread: Call plugin from template.php
Post: RE: Call plugin from template.php

shawn_a Wrote: (2014-07-15, 01:03:11) -- Thats not a function it is a shortcode. The gallery plugin you are using most surely provides a function for you to use. You need to ask in proper thread for ...
lukinhasb General Questions and Problems 3 7,944 2014-07-15, 01:08:46
    Thread: Call plugin from template.php
Post: Call plugin from template.php

I'm trying to embed a plugin directly on template.php, what is the right way to call, let's say, this function? (% gallery name=my-slideshow %) Thanks a lot!
lukinhasb General Questions and Problems 3 7,944 2014-07-15, 01:01:19
    Thread: How to create a Theme Settings page?
Post: RE: How to create a Theme Settings page?

mvlcek Wrote: (2014-07-12, 08:37:15) -- shawn_a Wrote: (2014-07-12, 01:09:34) -- you would probably have to make a custom plugin for this, It would be nice if someone had a generic theme setting con...
lukinhasb General Questions and Problems 3 8,588 2014-07-15, 00:59:43
    Thread: Custom Fields (and I18N)
Post: RE: Custom Fields (and I18N)

How can I create a global/sitewide custom field? Eg: Site name, owner e-mail, color-scheme {light, dark} etc, to be used on header or any multi-page part of the site
lukinhasb Plugins 245 754,560 2014-07-12, 07:05:11
    Thread: How to create a Theme Settings page?
Post: How to create a Theme Settings page?

Well, it's me again I'm sorry but I couldn't find this information on the wiki or on the forums, so I'm posting another question :blush: I would like to know how can I make a theme settings page, ac...
lukinhasb General Questions and Problems 3 8,588 2014-07-12, 00:57:16
    Thread: Get admin email
Post: RE: Get admin email

shawn_a Wrote: (2014-07-12, 00:44:54) -- you did not specifcy from frontend or backend ? Logged in user, or any arbitrary user email ? There is no such thing as "admin" in getsimple. PHP Code: -- ...
lukinhasb General Questions and Problems 13 31,389 2014-07-12, 00:52:12
    Thread: Get admin email
Post: RE: Get admin email

Carlos Wrote: (2014-07-11, 23:27:50) -- Maybe with: Code: -- global $EMAIL; // ... then use the $EMAIL variable -- -- Sorry, I didn't understand your answer, can you explain it a little furt...
lukinhasb General Questions and Problems 13 31,389 2014-07-12, 00:35:27
    Thread: How to add subtitles to menu?
Post: RE: How to add subtitles to menu?

Did it. Added custom fields using i18N Custom Fields plugin, here's what I've done, in case someone looks for this in the future: 1 - Everything I mentioned in the first post 2 - Added i18N Custom F...
lukinhasb General Questions and Problems 5 11,804 2014-07-12, 00:34:15
    Thread: How to add subtitles to menu?
Post: How to add subtitles to menu?

I'm converting my website to Get-Simple, and I'm stuck at adding subtitles to the menu. Please take a look at the images below: What I want: http://i.imgur.com/reXr6O0.png How it is now: http://i.im...
lukinhasb General Questions and Problems 5 11,804 2014-07-12, 00:15:58
    Thread: Get admin email
Post: RE: Get admin email

Yes, but the name of the file is dynamic, the username isn't necessarily "admin" I was trying something like this: PHP Code: -- function admin_email() { $admin_file = scandir(GSUSERSPATH, 1); ...
lukinhasb General Questions and Problems 13 31,389 2014-07-11, 22:59:45
    Thread: Get admin email
Post: Get admin email

How can I get the admin e-mail inside a plugin php? The same entered during install, and seen on Settings Thanks. -- Edit -- If someone looks for this function on the future, here it is: PHP Cod...
lukinhasb General Questions and Problems 13 31,389 2014-07-11, 07:17:11