News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

vB Green Theme

Started by kilk, October 31, 2006, 04:11:18 PM

Previous topic - Next topic

MirditaForum

This seems a great theme, good work is done on it, i would like only to make a question.
How can be inserted chat  (which is shown in demo version ) that it is in this theme...thnx

BeNiceEatRic

Hey ive been getting this when i log out


any suggestions what could be causing that problem?
when i logg in it works fine.
is it my browser or the forum template is scrweed up somehow.
anyhelp is appreciated

my link : hxxp:www.theclassof09.net [nonactive]

inbetwee

It looks if you did not upload al the image`s try to upload the image to server.
At the end of your site you can see the bc_bottomLeft.gif and bc_bottomRight.gif .
Upload the image and over write if you ftp ask about it.

Inbetwee

Robbers

Will there be a update for the theme to smf 1.1.1

random()

Quote from: BeNiceEatRic on December 30, 2006, 08:27:54 PM
Hey ive been getting this when i log out


any suggestions what could be causing that problem?
when i logg in it works fine.
is it my browser or the forum template is scrweed up somehow.
anyhelp is appreciated

my link : www.theclassof09.net [nofollow]

I get this too. It seems to be linked to disabling search for guests. The advanced search button appears still and it mucks up.

random()

I have fixed the issue described to do with the "advanced search" glitch.

Find this code in the vb theme folder (index.template.php):

Quote
      // If we're on a certain board, limit it to this board ;).
   elseif (!empty($context['current_board']))
      echo '
                  <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

   echo '
               </form></td>
      </tr>
      <tr>
         <td height="20" align="center" valign="middle" class="windowbg"><a class="subNav-link" href="', $scripturl, '?action=search;advanced">Advanced Search</a></td>

change it so it reads:

Quote// If we're on a certain board, limit it to this board ;).
   elseif (!empty($context['current_board']))
      echo '
                  <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';
   if ($context['allow_search'])

   echo '
               </form></td>
      </tr>
      <tr>
         <td height="20" align="center" valign="middle" class="windowbg"><a class="subNav-link" href="', $scripturl, '?action=search;advanced">Advanced Search</a></td>

samames

Quote from: kilk on December 29, 2006, 12:11:13 AM
Quote from: samames on December 21, 2006, 11:24:45 AM
Quoteis it true that nobody knows how to centralize the logo up the top??  
surely not????

Uh find in index.template.php the logo image file name probably logo.jpg as I haven't worked on this theme in ever...and put <center></center> tags around it or <div align="center"></div> also I do not support this theme right now though as it is very popular I will fix all the errors make it compaitable with the newest versions of SMF etc. when I have the time which will be soon, I have learned a lot more CSS, PHP since when I first released this theme too.

Thanks guys,
Carsen Klock

I tried that already and it doesn't work
Firefox 3 user. Mac user. Pc user.

paster_cobra

can some one help me i'm tryin to add A forum button to forum here is what i have but it keep saying home on nav bar

// Show the [Forum] button.
   echo '
         <td class="mainNav"><a href="', $scripturl, '?action=Forum">' , $txt[103] , '</a></td>';

kilk

Quote from: paster_cobra on March 10, 2007, 05:21:45 PM
can some one help me i'm tryin to add A forum button to forum here is what i have but it keep saying home on nav bar

// Show the [Forum] button.
   echo '
         <td class="mainNav"><a href="', $scripturl, '?action=Forum">' , $txt[103] , '</a></td>';


Change $txt[103] to Forum or whatever you want it to say instead of home, I no longer support this theme everyone and people wanting to edit it and make it better may do so and release themes.

Thanks,
Carsen Klock
Elddem The MMORPG - https://www.elddem.com | Denarius (D) Cryptocurrrency - https://www.denarius.io | BlockForums - Cryptocurrency Community Forums - https://www.blockforums.org

takeallfree

--------------------------------------------------------------------------------
hi friend
Iam using the following theme on my latest version of SMF( 1.1.2)
http://custom.simplemachines.org/themes/index.php?lemma=150

i get a  legal warning at the botton of page.........
[Sorry, the copyright must be in the template.
Please notify this forum's administrator that this site is missing the copyright message for SMF so they can rectify the situation. Display of copyright is a legal requirement. For more information on this please visit the Simple Machines website.
Not sure why this message is appearing? Take a look at some common causes. ]

any one here a good coder Can solve my problem  

kilk

Quote from: takeallfree on March 15, 2007, 02:13:34 AM
--------------------------------------------------------------------------------
hi friend
Iam using the following theme on my latest version of SMF( 1.1.2)
http://custom.simplemachines.org/themes/index.php?lemma=150

i get a  legal warning at the botton of page.........
[Sorry, the copyright must be in the template.
Please notify this forum's administrator that this site is missing the copyright message for SMF so they can rectify the situation. Display of copyright is a legal requirement. For more information on this please visit the Simple Machines website.
Not sure why this message is appearing? Take a look at some common causes. ]

any one here a good coder Can solve my problem 

That one is simple....

You removed the copyright from the theme...Put it back there...Just reinstall SMF or redownload my theme...
Elddem The MMORPG - https://www.elddem.com | Denarius (D) Cryptocurrrency - https://www.denarius.io | BlockForums - Cryptocurrency Community Forums - https://www.blockforums.org

leoedin

Hi

I was reading through the CSS, and found a space talking about ads. It says there is an HTML box, but I can't work out where to enter HTML code to get it to display? Is this a seperate file, or somewhere in the template?

Leo

Afterglow86

This is a great skin but is there a way to make the columns align on the board index without making the forum descriptions multilined?

macuser9214

I modded it a lot, and used it on mine. Good job! http://macuser9214.com/smf


Advertisement: