News:

Wondering if this will always be free?  See why free is better.

Main Menu

Grow

Started by Hoochie Coochie Man, June 28, 2008, 10:47:31 AM

Previous topic - Next topic

Hoochie Coochie Man


Compatibility
Only with SMF 1.1.5

Description
Grow theme

Live Demo
Click

Installation
Useful Link
Installing themes

Support
Please use the theme thread for support with this theme.
(Please don't ask me to do the edits for you)
İnadına SMF 1.1.X

´cnrdzn

Nice. keep up the good work  ;)

Dudi


*EmirCan

No Engilish :) ( Nalet olsun yok İngilizce) ,

Great Theme. Thank you for sharing.


Aslanlarımı Düşman Olarak Görüyorsam. İftaar etsinler.
Cevap vermemek muhattapa almamak degildir Cevap vermemek Cevap verdiginde Gelecek Cevapdan Korkmaktır.



[/b]

Sonunda  : lllllllllllllllllllllll%100 !

Hoochie Coochie Man

Thank you guys..
İnadına SMF 1.1.X

mockturtle

this is a beautiful theme :)

how do i get extra tabs to show up in the top menu? i'm mainly using this mod - http://custom.simplemachines.org/mods/index.php?mod=1343

Hoochie Coochie Man

Quote from: mockturtle on November 09, 2008, 08:46:25 AM
this is a beautiful theme :)

how do i get extra tabs to show up in the top menu? i'm mainly using this mod - http://custom.simplemachines.org/mods/index.php?mod=1343
index.template.php
Code (find) Select
// How about the [search] button?
Code (add before) Select
// Show the [rules] button.
global $user_info, $modSettings;
if ($user_info['is_guest'] ? !empty($modSettings['rules_enable_guest_access']) : !empty($modSettings['rules_enable_member_access']))
echo '<li class="page_item"><a href="', $scripturl, '?action=rules">', !empty($modSettings['rules_tab_label']) ? $modSettings['rules_tab_label'] : $txt['rules'], '</a></li>';
İnadına SMF 1.1.X

mockturtle


Hoochie Coochie Man

İnadına SMF 1.1.X

mockturtle

what about this mods tab: http://custom.simplemachines.org/mods/index.php?mod=1477 ?
i tried:    // Show the [pages] button.
   global $user_info, $modSettings;
   if ($user_info['is_guest'] ? !empty($modSettings['pages_enable_guest_access']) : !empty($modSettings['pages_enable_member_access']))
   echo '<li class="page_item"><a href="', $scripturl, '?action=pages">', !empty($modSettings['pages_tab_label']) ? $modSettings['pages_tab_label'] : $txt['pages'], '</a></li>';
but it didn't seem to work

Advertisement: