Search found 7 matches

by warlock
Tue Feb 06, 2007 3:19 pm
Forum: General discussions
Topic: php code in templates
Replies: 6
Views: 4713

yikes......ok thanks.....I'll read up on it.
by warlock
Tue Feb 06, 2007 12:11 am
Forum: General discussions
Topic: php code in templates
Replies: 6
Views: 4713

Judebert ok thanks I will look into that.......Is there any security concerns with setting that variable?
by warlock
Mon Feb 05, 2007 10:46 pm
Forum: General discussions
Topic: Memeber login
Replies: 4
Views: 3467

Thanks Judebert. I guess I should have said how I figured it out...not very considerate of me :( I'll do better next time I swear.....
by warlock
Mon Feb 05, 2007 6:55 pm
Forum: General discussions
Topic: php code in templates
Replies: 6
Views: 4713

Thanks for your help......however using a path doesnt seem to work either.

Any more ideas?
by warlock
Mon Feb 05, 2007 4:21 am
Forum: General discussions
Topic: Memeber login
Replies: 4
Views: 3467

Nevermind I figured it out :)
by warlock
Mon Feb 05, 2007 3:53 am
Forum: General discussions
Topic: Memeber login
Replies: 4
Views: 3467

Memeber login

I know this is dumb but......

Which plugin do I need to active in order to show a member login box on my blog?
by warlock
Mon Feb 05, 2007 3:50 am
Forum: General discussions
Topic: php code in templates
Replies: 6
Views: 4713

php code in templates

Hi all,


I'm trying to use some custom php code by including it in a template (tpl) file with smarty code like
{include_php file="http://domain.com/path/to/load_nav.php"}

and can't get it to work, it says something like not a trusted resource according to smarty.

Is there something else I need ...