smfUsers
March 11, 2010, 03:03:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Check out the IRC Channel at irc.oftc.net #smfusers
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Created a new theme but...  (Read 1699 times)
0 Members and 1 Guest are viewing this topic.
smo1722
Newbie
*

Karma: 0
Offline Offline

Posts: 2


View Profile
« on: September 06, 2007, 02:59:46 AM »

It wont  work i have changed the header by increasing the font i tried putting a pic in there but it didn't work so i deleted it(thats where i messed up i think)
I have attached the message i get when i try to use the theme and this is what have changed it to in the index.

 if (empty($settings['header_logo_url']))
      echo '
               <span style="font-family: Verdana, sans-serif; font-size: 400%; ">', $context['forum_name'], '</span>';
   else
      echo '
               <img src="', $settings["http://www.pattayapeople.co.uk"], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';

   echo '
            </td>
            <td align="right" class="catbg">


* xxxx.png (7.46 KB, 1280x183 - viewed 260 times.)
Logged
StarLab
Global Moderator
Full Member
*****

Karma: 1
Offline Offline

Gender: Male
Posts: 120



View Profile WWW
« Reply #1 on: September 06, 2007, 05:35:28 PM »

   else
      echo '
               <img src="', $settings["http://www.pattayapeople.co.uk"], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';

Not sure about the address in this line. To display images, try something like:

echo '<img src="' . $settings['images_url'] . '/example.gif" style="margin: 4px;" alt="', $context['forum_name'], '" />';

Also, the last echo statement isn't closed. But I will assume that's where you stopped the cut 'n' paste.

PS: Welcome to the forum...
« Last Edit: September 06, 2007, 05:42:00 PM by StarLab » Logged

Gorgeous On Life - The world from a Cat's point of view | Torn Elements - Regaining the passion for design | [Master Auto Supply] - Shop/Dealer supplies for Automotive Industry
smo1722
Newbie
*

Karma: 0
Offline Offline

Posts: 2


View Profile
« Reply #2 on: September 07, 2007, 12:00:51 PM »

Cheers starlab i have sorted now.
Thanks for your help.
smo1722
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006, Simple Machines LLC Valid XHTML 1.0! Valid CSS!