SMF Ads Support Forum
May 21, 2013, 02:55:36 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Help keep this project going by donating.
 
   Home   Help Downloads Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Help with manual install  (Read 893 times)
0 Members and 1 Guest are viewing this topic.
a3des
Newbie
*
Offline Offline

Posts: 1


« on: November 21, 2008, 11:49:55 am »

I get some error durin install in Themes/default/index.template.php
I had a close look on the file, prepaired myself to manual install and I got stuck like the package installer when I reach to following modification:
Find: [Select]
                     </td>
Add After: [Select]

                     //Welcome Ads
                     if (function_exists("show_welcomeAds"))
                     {
                        $ads = show_welcomeAds();
                        if(!empty($ads))
                        {
                           echo '<td class="windowbg2">';
                           if($ads['type']==0)
                              echo $ads['content'];
                           else
                              eval($ads['content']);
                           echo '</td>';
                        }
                        unset($ads);
                     }
                  echo '

Well the problem is I cand find "                     </td>" to execute the modification. I have many </td> but none as requested so can someone be more specific, about wich </td> is this about.

Thank you very much in advance.
Logged
SMF Ads Support Forum
   

.
 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
SMFAds for Free Forums
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFAds.com is not affiliated with nor endorsed by Simple Machines.