SMF Ads Support Forum

Themes/Language => Theme Support => Topic started by: Hagadoo on January 15, 2007, 01:23:13 PM

Title: Has anyone had any luck with Proton Theme?
Post by: Hagadoo on January 15, 2007, 01:23:13 PM
I have been having a hard time getting this to work with the proton theme, works great with the default theme, but My Site is based on the Proton Theme only. Using SMF 1.1.1

    I found some of the code to be inserted but have the following problems

In theme directory find and open index.template.php:

numerous occasions of </td>

Can't find template_menu();

can't find // Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!

In BoardIndex.template.php find:
can't find echo '
   </div>';

In MessageIndex.template.php find:

can't find

echo '
      </table>
   </div>';

Any help would be appreciated, as I really want to ad the ads to the Forum

Thanks,

Hag

http:www.hagadoo.com
Title: Re: Has anyone had any luck with Proton Theme?
Post by: bigguy on January 22, 2007, 11:46:37 AM
For this:

template_menu();

Try searching for this:

template_menu()

or this:

template_menu

And for this:

// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!

Try searching for this:

// Show the "Powered by" and "Valid" logos

The rest of them I usually compare the to a default template file. I find the code in the default template and then look for similiar spots in the template file I am modifying. If you can't find one of the edits always try searching for part of the edit, most of the time you will find it.