PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   can i put php in custom sidebar pals? (http://www.photopost.com/forum/photopost-pro-how-do-i/121544-can-i-put-php-custom-sidebar-pals.html)

scrapster December 14th, 2005 01:45 PM

can i put php in custom sidebar pals?
 
i'm trying to put a script in a custom pal, is this possible? (i could be screwing it up, but if it's not possible, i'll stop trying!) :D thanks!

scrapster December 14th, 2005 01:47 PM

specifically this?
<?php include ('http://www.digitalscrapbookplace.com/includes/iotw.php') ?>

Chuck S December 14th, 2005 03:00 PM

You can surely use an include in the custom pal just make it like this. I take it that it prints its own html

Code:

Content visible to verified customers only.

scrapster December 15th, 2005 06:47 PM

thanks!

Tattooz January 3rd, 2007 08:35 PM

I have tried to get this to work and have had no luck.

Here is the error I get

Parse error: syntax error, unexpected T_SL in /mounted-storage/home37c/sub006/sc29438-CQRT/www/photopost/templates/custom1pal.tmpl on line 19

Any ideas?

Chuck S January 3rd, 2007 09:35 PM

Make sure whatever your using is valid PHP with no parse errors as given that error line it looks to be within your code


All times are GMT -5. The time now is 04:48 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97