PDA

View Full Version : plugin is acting strange?


lukemax
06-07-2007, 02:33 AM
I am trying to create a template which uses some php code, anyway I created a hook (screenshot) and when I enable it, my other 2 templates with similar looks (only pointing to other php pages) dont work. However if I disable it, my other templates work.
Did I do something wrong?
Thanks...

Dismounted
06-07-2007, 06:22 AM
What happens in the PHP file you're including?

lukemax
06-07-2007, 04:20 PM
Thanks (for coming to my rescue again dismounted) I can get directly to the included page (www.miamiasp.com/providers_hook.php, username: luke, pass: urtnowski) and the page consists of a dynamically generated table (connects to the database)
If you want,
l'll send you the php page if thats all right!
Thank you....

Dismounted
06-08-2007, 10:03 AM
When you're saying 2 templates don't work, what do you mean don't work? And which are they?

lukemax
06-08-2007, 04:23 PM
I created two other templates (www.miamiasp.com/forum/reviewform.php and www.miamiasp.com/forum/requestform.php, user: luke, pass: urtnowski) which use the same hook system to output php into the pages. When I enable the problem hook, the two forms (non-vbulletin) stuff goes away, but when I disable it, they work?
Thank you...