Search found 9 matches

by pidee
Mon Sep 04, 2006 4:21 pm
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

ah, never mind, i give up.

anyway, thanks for your time

p.
by pidee
Sun Sep 03, 2006 11:02 pm
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

Hi!

Yes, you can. What is not working? How does your full plugin look like? You did install the plugin through the interface, right? Without installing a plugin, nothing will happen?

Regards,
Garvin

i just took the file mgroeninger linked me to, and changed 1 line as I posted...

in fact all i ...
by pidee
Sat Sep 02, 2006 9:47 pm
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

ok, i know eval is supposed to be avoided...
so i'm willing to give it a go at writing my own SIMPLE plugin..

lets take the code mentioned in the post above and lets say i just want to do a echo can i then change this code :

function generate_content(&$title, $output = true)
{
$title = $this ...
by pidee
Sat Sep 02, 2006 5:53 pm
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

can someoneplease point me to that plugin cause in dont seem to be able to find it on this site...

...

p.
by pidee
Thu Aug 31, 2006 12:50 pm
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

i dont understand that smarty thingie... so i am limited to using that external code script...
by pidee
Thu Aug 31, 2006 12:18 pm
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

Re: execute php code in html nugget ?

garvinhicking wrote:Hi!

or use the "Include PHP script / External Code" sidebar nugget, where you can specify an external PHP script.

thanks Garvin but where do i find that script... i dont find it on the s9y site, and i dont find it on sourceforge...


p.
by pidee
Thu Aug 31, 2006 12:08 pm
Forum: General discussions
Topic: which entries.tpl ?
Replies: 2
Views: 1737

thanks for the fast reply !
by pidee
Thu Aug 31, 2006 11:49 am
Forum: General discussions
Topic: execute php code in html nugget ?
Replies: 13
Views: 5579

execute php code in html nugget ?

hi,

how can php be executed in a html-nugget ?

i'm trying to echo a "simple text" as a test

<?php echo "simple text"; ?>
echo "simple text";
{php}echo "simple text";{/php}

neither one does the trick...


tia,

p.
by pidee
Thu Aug 31, 2006 11:18 am
Forum: General discussions
Topic: which entries.tpl ?
Replies: 2
Views: 1737

which entries.tpl ?

hi there,

i'm using the theme idea

now, i want to do what is told inhere http://www.s9y.org/121.html => add a <hr> after each post...

because my \templates\idea-folder doesn't have its own entries.tpl, i was woundering which one to alter ?
i tried the entries.tpl in the default folder... but am ...