Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exec-PHP disables p01-contact?
#1
hi,
(me again, sorry)

I need Exec-PHP (http://get-simple.info/extend/plugin/exec-php/17/) for the Guestbook (http://get-simple.info/extend/a/cumbe), but I recognize, that my contact form p01-contact (http://get-simple.info/extend/plugin/p01-contact/35/) is gone and redused to the string (% contact : name, email!, subject, message! %), after activating Exec-PHP.
[GS3.1.2, Exec-PHP1.1, p01-contact0.9.1]

regards,
Hope
Reply
#2
Belletage Wrote:hi,
(me again, sorry)

I need Exec-PHP (http://get-simple.info/extend/plugin/exec-php/17/) for the Guestbook (http://get-simple.info/extend/a/cumbe), but I recognize, that my contact form p01-contact (http://get-simple.info/extend/plugin/p01-contact/35/) is gone and redused to the string (% contact : name, email!, subject, message! %), after activating Exec-PHP.
[GS3.1.2, Exec-PHP1.1, p01-contact0.9.1]

regards,
Hope

Exec-PHP has some issues, use DynPages instead.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#3
thank you, mvlcek
For Exec-PHP the code was
Code:
<!--?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?-->
should I place for dynpages the php-code like that?
Code:
<!--{% guestbook sv_book('belle', 3, 'D', 'Y', 'Y'); %}-->
<!--{% dynpages <?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?> %}-->
<!--{% dynpages sv_book('belle', 3, 'D', 'Y', 'Y'); %}-->
does dynpages recognize php like that? You have some examples?
best, Bell.
Reply
#4
Belletage Wrote:thank you, mvlcek
For Exec-PHP the code was
Code:
<!--?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?-->
should I place for dynpages the php-code like that?
Code:
<!--{% guestbook sv_book('belle', 3, 'D', 'Y', 'Y'); %}-->
<!--{% dynpages <?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?> %}-->
<!--{% dynpages sv_book('belle', 3, 'D', 'Y', 'Y'); %}-->
does dynpages recognize php like that? You have some examples?
best, Bell.

You have to create a component e.g. svbook (Admin Themes/Components) with the code, i.e. in your case the following content:
Code:
<?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?>
and add {% svbook %} to your page.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#5
thank you,
it works well! :-)
by, B.
Reply




Users browsing this thread: 1 Guest(s)