Hi, I am having trouble getting the coop to work on my SM forum. I have located the footer area in index.template.php If I add a text link to this area it works fine, however if I add the COOP code I get this message on my site This is the area where I am pasting the code The code that I chose to use was in the class 'other', I am not that sure if this was the right code to choose as I'm not that great on bulletin board sites and was not sure what SMF fall into. Thanks for any advice
I tried that suggestion on my SMF site and it did not work. So, I put the code AFTER the table ended: This works fine. Of course, I centered it. You don't have to.
Thanks minstrel I meant to get back to you earlier, I gave it a go, but it did not work (I did it at about 1 in the morning, most of the things I do at that time don't work . I'll give your suggestion a go jazzmark.
Sorry, Deano. Jazzmark is of course correct - you don't need to surround it in <?php ?> tags because of course the whole file is PHP. My apologies for misleading you.
Not a problem at all. I've learnt a couple of new things from this experience; that's got to be a good thing
If you're used to other forum software, SMF does take a little getting used to because ALL of the code is in PHP using echo commands for the HTML - where before you could just slam in a table or a link, now you have to use echo '{insert HTML code here}'; Once you understand that part, the rest is usually easy - except where you try to take PHP code and echo that too as i did above
hi, i would like to display 5 link ads on my smf footer too. and i don't know what to paste, since there's no guide in installing the coop ad for smf. my questions are: 1. can i just copy the code posted by jazzmark above, or do i have to edit it? 2. do i have to create php/txt files, like in the installation guide for phpbb? TIA