PDA

View Full Version : PHP Widget Help Pse


CFodder
08-06-2010, 07:57 AM
I've created a php direct execution widget containing my code (a mixture of php and html) and placed it on my home page. The contents of the widget appear above my forum banner and the widget itself, with the title, where it should be on the page.

I've also tried creating this as a static html page but all I got was the html portions displayed with none of the php data in them.

Have also tried using obj_start(); & obj_clean(); at the start and end of the php, but this just seems to have stopped any output being displayed at all.

Read through some of the articles here re creating templates (also tried this with the module not even being displayed) but nothing I've tried with them has worked either.

If anyone could help, or point me in the right direction I'd appreciate it thanks.

Lynne
08-06-2010, 02:15 PM
You need to have the output from your widget get assigned to a variable and then put the variable into your widget template. Go download one of the many widgets in the modification forums and see how they do it.

CFodder
08-06-2010, 07:23 PM
Thanks Lynne I'll give that a go. I know this is a reasonably simple thing but damned if I can get my head around it at the moment.