Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Contact Plugin
#10
matt Wrote:Newbie here! Is there something I'm missing? I can't seem to get this plugin to work. I've tried installing it on both GetSimple 2.0 and 2.01 versions, I've tried different permissions settings, and I've re-read and followed the instructions several times... nothing shows up.

Got this in when I turned on debug mode:

Notice: Undefined variable: thisfile in .../plugins/simple-contact.php on line 103
Notice: Undefined variable: thisfile in .../plugins/simple-contact.php on line 104

Any thoughts?

I'd be eternally grateful to have a working contact-form plugin with CAPTCHA!

Matt,

Make sure you've added this to your template (AT THE VERY TOP, LINE 1), AND that you've gone to that page and selected the template.
Code:
<?php if (function_exists('sc_show')) { sc_show(); } ?>

Also, change this:
Code:
function sc_show() {
    add_action('content-top', 'sc_mail', array($thisfile, 'Simple Contact'));
    add_action('content-bottom', 'sc_form', array($thisfile, 'Simple Contact'));
}


To this:
Code:
function sc_show() {
    global $thisfile;
    add_action('content-top', 'sc_mail', array($thisfile, 'Simple Contact'));
    add_action('content-bottom', 'sc_form', array($thisfile, 'Simple Contact'));
}
Clients always want to be able to change the content of their pages, but they are unwilling to do so.

Have you ever coded in your underwear before?
Reply


Messages In This Thread
Simple Contact Plugin - by internet54 - 2010-03-05, 15:10:47
Simple Contact Plugin - by ccagle8 - 2010-03-05, 21:30:59
Simple Contact Plugin - by bnowell - 2010-03-06, 00:37:46
Simple Contact Plugin - by internet54 - 2010-03-06, 01:14:11
Simple Contact Plugin - by bnowell - 2010-03-06, 02:21:06
Simple Contact Plugin - by internet54 - 2010-03-06, 02:34:36
Simple Contact Plugin - by Zegnåt - 2010-03-06, 03:40:10
Simple Contact Plugin - by matt - 2010-03-06, 04:48:05
Simple Contact Plugin - by Zegnåt - 2010-03-06, 07:12:28
Simple Contact Plugin - by internet54 - 2010-03-06, 08:50:02
Simple Contact Plugin - by matt - 2010-03-06, 10:07:35
Simple Contact Plugin - by internet54 - 2010-03-10, 06:11:38
Simple Contact Plugin - by spilarix - 2010-03-23, 08:53:09
Simple Contact Plugin - by internet54 - 2010-03-23, 11:08:04
Simple Contact Plugin - by Zegnåt - 2010-03-23, 16:33:26
Simple Contact Plugin - by spilarix - 2010-03-24, 01:21:17
Simple Contact Plugin - by kotos - 2010-04-01, 21:52:59
Simple Contact Plugin - by spilarix - 2010-04-02, 19:07:58
Simple Contact Plugin - by mouffin - 2010-04-04, 01:36:09
Simple Contact Plugin - by Oleg06 - 2010-04-04, 05:25:31
Simple Contact Plugin - by Oleg06 - 2010-04-06, 19:52:27
Simple Contact Plugin - by spilarix - 2010-04-07, 00:22:19
Simple Contact Plugin - by Oleg06 - 2010-04-07, 03:31:04
Simple Contact Plugin - by internet54 - 2010-04-07, 08:08:01
Simple Contact Plugin - by Oleg06 - 2010-04-11, 00:59:53
Simple Contact Plugin - by banter - 2010-04-12, 07:00:09
Simple Contact Plugin - by El-Cherubin - 2010-05-17, 05:25:53
Simple Contact Plugin - by morgenmuffel - 2010-05-17, 10:28:02
Simple Contact Plugin - by an8dres26h - 2010-05-18, 04:46:13
Simple Contact Plugin - by morgenmuffel - 2010-05-18, 07:06:26
Simple Contact Plugin - by Oleg06 - 2010-05-18, 16:13:52
Simple Contact Plugin - by an8dres26h - 2010-05-19, 01:14:12
Simple Contact Plugin - by morgenmuffel - 2010-05-19, 07:41:23
Simple Contact Plugin - by morgenmuffel - 2010-05-19, 08:46:10
Simple Contact Plugin - by NickC - 2010-05-20, 20:06:54
Simple Contact Plugin - by an8dres26h - 2010-05-21, 02:34:15
Simple Contact Plugin - by samrayner - 2010-05-22, 21:07:35
Simple Contact Plugin - by Oleg06 - 2010-05-22, 23:45:58
Simple Contact Plugin - by morgenmuffel - 2010-05-23, 08:38:12
Simple Contact Plugin - by Oleg06 - 2010-05-23, 16:22:13
Simple Contact Plugin - by cscott - 2010-06-17, 06:05:17
Simple Contact Plugin - by folieplus - 2010-07-07, 20:25:08
Simple Contact Plugin - by yojoe - 2010-07-08, 03:44:37
Simple Contact Plugin - by folieplus - 2010-07-08, 19:31:33
Simple Contact Plugin - by suprchic66 - 2010-07-09, 06:32:20
Simple Contact Plugin - by morgenmuffel - 2010-07-17, 10:30:35
Simple Contact Plugin - by Zegnåt - 2010-07-17, 20:06:32
Simple Contact Plugin - by morgenmuffel - 2010-07-20, 14:36:14
Simple Contact Plugin - by core - 2010-07-22, 00:26:25
Simple Contact Plugin - by simple123 - 2010-07-29, 04:33:28
Simple Contact Plugin - by NeBox - 2010-08-06, 23:35:36
Simple Contact Plugin - by martonos - 2010-08-07, 02:31:57
Simple Contact Plugin - by morgenmuffel - 2010-08-07, 09:57:27
Simple Contact Plugin - by internet54 - 2010-08-19, 13:19:34
Simple Contact Plugin - by vsky - 2010-08-19, 15:03:21
Simple Contact Plugin - by fotothink - 2010-08-19, 20:46:53
Simple Contact Plugin - by internet54 - 2010-08-19, 23:08:19
Simple Contact Plugin - by morgenmuffel - 2010-08-20, 07:18:25
Simple Contact Plugin - by fotothink - 2010-08-20, 18:34:56
Simple Contact Plugin - by vsky - 2010-08-20, 20:33:32
Simple Contact Plugin - by fotothink - 2010-08-20, 21:09:38
Simple Contact Plugin - by vsky - 2010-08-20, 21:19:45
Simple Contact Plugin - by fotothink - 2010-08-21, 01:20:17
Simple Contact Plugin - by vsky - 2010-08-21, 05:01:29
Simple Contact Plugin - by fotothink - 2010-08-21, 15:26:25
Simple Contact Plugin - by Rene - 2010-08-25, 17:19:12
Simple Contact Plugin - by 9dogs - 2010-09-04, 09:24:25
Simple Contact Plugin - by tankmiche - 2010-09-12, 20:13:12
Simple Contact Plugin - by rozmiar - 2010-09-15, 23:35:27
Simple Contact Plugin - by vsky - 2010-09-16, 09:25:19
Simple Contact Plugin - by rozmiar - 2010-09-24, 19:50:14
Simple Contact Plugin - by mikesalami - 2011-04-08, 09:49:36



Users browsing this thread: 1 Guest(s)