I need help for installing text link ads in my phpld site. I will sell the ads only at my homepage not sitewide. I can pay you $5 for your time. Please just let me know what will I do. Thanks.
Your posting in the wrong area for two reasons, one you should post in solicitations, secondly you might try asking over at their forum after all that's what its there for. It was brought to my attention by someone that they sent a mail shot for people to visit them so you'd be doing them a favour as well.
Im guessing its just a bit of code to copy n paste in? i dont know text link ads, is it a little bit of html or javascript or something or is there more to it than that?
Sorry I forgot to mention that I pasted TLA code before. Here is how I insert TLA code: I created a new file named "tla.php" as {php} TLA CODE {/php} and the xml file with 666 permission. Then included "tla.php" in "left.tpl" But I am getting this error: libs/smarty/Smarty.class.php on line 1095 I think that text link ads code has a problem with smarty.class.php file and I don't know how to solve this. I will also need to know how to show the ads only at the homepage.
i did it a different way to the above tutorial, i put the code directly into the template and to display it only on the homepage you need to use an IF statement like this: {if $category.ID eq 0 and not $list and not $search} you also have to mess around a little as there will still be some pages it shows up on, but that bit of advise above should point you in the right direction.
@articledirectory: thanks for your reply. I tried to put the code directly into the template. But I got the same error. I will try {if $category.ID eq 0 and not $list and not $search} if I can get rid of the smarty.class.php error.
I would need help with this as one of my directories was approved by TLA recently. Would like someone to help, thanks.
Put your code where you want it to appear, but try like this: {literal} Your TLA code {/literal} PHP:
I have just found where I am doing wrong. I am happy to share the solution: {php} Paste the TLA Code here. Remove "<?php" and "?>" from the TLA Code. They are the first and last things in the code. {/php} I didn't know about the removing which I mentioned above. I found this solution by myself by thinking of the meaning of {php} and {/php}. They have the same meaning with <?php ?>. So, there should not be any same functions in the code just because of different dictation. Many thanks to everyone here.