The InfoStride Forum

TECHNOLOGY => Computing and Internet => Topic started by: wealth on Apr 13, 2011, 12:10 PM

Title: How to hard code advert under smf link tree
Post by: wealth on Apr 13, 2011, 12:10 PM
Hello people. Just have little problem placing ad under SMF link tree. That is these areas with example in bold

     The InfoStride » TECHNOLOGY & INNOVATION » WebMasters | SMF Help

I do not use ad management mod but I will appreciate your support. Do not know if I did the right thing in index.template.php as when I did, it display the ad three times.

Note pls:Do not mean placing it under main menu but the given area as done likewise on theinfostrides.com. Thanks....
Title: Re: How to hard code advert under smf link tree
Post by: MyInfoStride on Apr 14, 2011, 11:06 AM
I will post the instruction later.
Title: Re: How to hard code advert under smf link tree
Post by: wealth on Apr 14, 2011, 04:05 PM
Hmmm.. I finally stumbled upon it and got it fixed

// Show the navigation tree.
theme_linktree();

echo '
<div style="text-align: center">
adv code
</div>';


Thanks for responding...
Title: Re: How to hard code advert under smf link tree
Post by: MyInfoStride on Apr 14, 2011, 04:39 PM
Ok. Good!