Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exec-PHP disables p01-contact?
#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


Messages In This Thread
Exec-PHP disables p01-contact? - by Belletage - 2012-10-06, 23:42:28
Exec-PHP disables p01-contact? - by mvlcek - 2012-10-07, 00:52:55
Exec-PHP disables p01-contact? - by Belletage - 2012-10-08, 02:23:10
Exec-PHP disables p01-contact? - by mvlcek - 2012-10-08, 09:50:23
Exec-PHP disables p01-contact? - by Belletage - 2012-10-08, 13:03:23



Users browsing this thread: 1 Guest(s)