"Menu Stilleri" Temanızın menu butonlarından sıkıldınız mı? Olaya renk katalım!

Started by Hoochie Coochie Man, December 16, 2007, 06:11:09 PM

Previous topic - Next topic

grafitus

Gene olmadı :D

Kaydetmiş olduğunuz dosya aşağıdaki hataya neden oldu:
Parse error: syntax error, unexpected '<' in index.template.php on line 513


513'e

$button['href'], '"><span>', $button['title'], '</span></a></li>';

burası geliyor


grafitus

Quote from: Yağız on August 21, 2008, 08:28:05 AM
Kodları düzenledim. Tekrar dener misin?

Oldu .Ama Gene Menünün Sağ taraftaki resmi çıkmıyor...Siteyi yollamıştım Bakabilirsin.Hla admin yetkin var

Yağız...

Kodlarda sorun yok. Sanırım resimler eksik veya style.css'e eklediğin kodlarda hata var.

grafitus

Quote from: Yağız on August 21, 2008, 10:16:04 AM
Kodlarda sorun yok. Sanırım resimler eksik veya style.css'e eklediğin kodlarda hata var.

Resimlerde tam ben en baştan beri diyorum style.css de sorun diye..

caglaruzun



www.bumec.net | Paylaşım Platformu
www.simsturkiye.com | Türkiyenin Sims Fan Sitesi

pr0xymAn1ac

Solid Block Menu yü uyguladım ama menunun arkasında catbg ho durmadı menudeki catbg yi kaldırabilirmiyiz acaba ??? :S

www.webkahvesi.net/forum

edit: hallettim tamam...

sazan

Dilber icin kodlari verirmisiniz acaba?
http://www.simplemachines.org/community/index.php?topic=211487.msg1446497#msg1446497

index.template.php de yazilan birkac kod malesef yok izah ederseniz sevinirim ilginc oldu... Yani Dilber'de sunu sunu degistir diye yazin yetecek gerisini hallederim sorun orda zaten... ;)

TiReDsOuL

kodlar dilbere de uygundur asagıda vermiş oldgum kodu bulamazsınız sadece
// The end of tab section.
   echo '
            <td class="maintab_' , $last , '">&nbsp;</td>
         </tr>
      </table>';


yani bulmanız gerekn kod bu;
// Work out where we currently are.
   $current_action = 'home';
   if (in_array($context['current_action'], array('admin', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers')))
      $current_action = 'admin';
   if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
      $current_action = $context['current_action'];
   if ($context['current_action'] == 'search2')
      $current_action = 'search';
   if ($context['current_action'] == 'theme')
      $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';

   // Are we using right-to-left orientation?
   if ($context['right_to_left'])
   {
      $first = 'last';
      $last = 'first';
   }
   else
   {
      $first = 'first';
      $last = 'last';
   }

   // Show the start of the tab section.
   echo '
         <table cellpadding="0" cellspacing="0" border="0" style="margin-left: 10px;">
            <tr>
               <td class="maintab_' , $first , '">&nbsp;</td>';

   // Show the [home] button.
   echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'home' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '">' , $txt[103] , '</a>
            </td>' , $current_action == 'home' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // Show the [help] button.
   echo ($current_action == 'help' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'help' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=help">' , $txt[119] , '</a>
            </td>' , $current_action == 'help' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // How about the [search] button?
   if ($context['allow_search'])
      echo ($current_action == 'search' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'search' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=search">' , $txt[182] , '</a>
            </td>' , $current_action == 'search' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // Is the user allowed to administrate at all? ([admin])
   if ($context['allow_admin'])
      echo ($current_action == 'admin' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'admin' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=admin">' , $txt[2] , '</a>
            </td>' , $current_action == 'admin' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // Edit Profile... [profile]
   if ($context['allow_edit_profile'])
      echo ($current_action == 'profile' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'profile' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=profile">' , $txt[79] , '</a>
            </td>' , $current_action == 'profile' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // Go to PM center... [pm]
   if ($context['user']['is_logged'] && $context['allow_pm'])
      echo ($current_action == 'pm' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'pm' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a>
            </td>' , $current_action == 'pm' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // The [calendar]!
   if ($context['allow_calendar'])
      echo ($current_action == 'calendar' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'calendar' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a>
            </td>' , $current_action == 'calendar' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // the [member] list button
   if ($context['allow_memberlist'])
      echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
            </td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


   // If the user is a guest, show [login] button.
   if ($context['user']['is_guest'])
      echo ($current_action == 'login' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'login' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=login">' , $txt[34] , '</a>
            </td>' , $current_action == 'login' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


   // If the user is a guest, also show [register] button.
   if ($context['user']['is_guest'])
      echo ($current_action == 'register' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'register' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=register">' , $txt[97] , '</a>
            </td>' , $current_action == 'register' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


   // Otherwise, they might want to [logout]...
   if ($context['user']['is_logged'])
      echo ($current_action == 'logout' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'logout' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a>
            </td>' , $current_action == 'logout' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

smfthemes.org --language moderator
Özel mesajla yardım istemeyin artık okumuyorum bile..
Do NOT PM me for support unless I invite you, I will ignore you.
--------------------------------------
Uzun bir süre yok....

sazan

TiReDsOuL çok sagol oldu peki ben bunları center nasıl yapabilirim? sola dayalı suanda bunlar...

TiReDsOuL

Quote from: sazan on August 29, 2008, 03:30:20 PM
TiReDsOuL çok sagol oldu peki ben bunları center nasıl yapabilirim? sola dayalı suanda bunlar...
rica ederim
http://www.simplemachines.org/community/index.php?topic=153671.msg979788#msg979788

bunu incele <center> la yapılıyor

kodların basına sonuna center degıl <td align "center"  vaktim olunca bakarım  ;)

smfthemes.org --language moderator
Özel mesajla yardım istemeyin artık okumuyorum bile..
Do NOT PM me for support unless I invite you, I will ignore you.
--------------------------------------
Uzun bir süre yok....

sazan

Quote from: TiReDsOuL on August 29, 2008, 05:56:46 PM
Quote from: sazan on August 29, 2008, 03:30:20 PM
TiReDsOuL çok sagol oldu peki ben bunları center nasıl yapabilirim? sola dayalı suanda bunlar...
rica ederim
http://www.simplemachines.org/community/index.php?topic=153671.msg979788#msg979788

bunu incele <center> la yapılıyor

Bende Kodlar böyle Dilbere göre editleme

echo '<ul class="solidblockmenu">';
   


   // Show the default [home] button.
   echo   '<li><a href="', $scripturl, '">' , $txt[103] , '</a></li>';
     
     
   // Show the [help] button.
   echo   '<li><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>';

   // How about the [search] button?
   if ($context['allow_search'])
      echo '<li><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

   // Is the user allowed to administrate at all? ([admin])
   if ($context['allow_admin'])
      echo   '<li><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>';

   // Edit Profile... [profile]
   if ($context['allow_edit_profile'])
      echo '<li><a href="', $scripturl, '?action=profile">' , $txt[79] , '</a></li>';

   // Go to PM center... [pm]
   if ($context['user']['is_logged'] && $context['allow_pm'])
      echo '<li><strong></strong><a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a></li>';


   // The [calendar]!
   if ($context['allow_calendar'])
      echo '<li><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';


   // the [member] list button
   if ($context['allow_memberlist'])
      echo '<li><a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a></li>';


   // If the user is a guest, show [login] button.
   if ($context['user']['is_guest'])
      echo '<li><a href="', $scripturl, '?action=login">' , $txt[34] , '</a></li>';


   // If the user is a guest, also show [register] button.
   if ($context['user']['is_guest'])
      echo '<li><a href="', $scripturl, '?action=register">' , $txt[97] , '</a></li>';


   // Otherwise, they might want to [logout]...
   if ($context['user']['is_logged'])
      echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a></li>';

   echo '</ul>';


Bu yukarıdaki kodlar bizzat üst menüyü ilgilendiriyor seninde yardimin olmuştu hatta bunları yapmamda fakat center olmuyor  >:(

grafitus

Hcm abi smf 1.1.5 dede denedim gene aynı sorun resimin sağ tarafı çıkmıyor yani sorun style.css de :S .Lütfen css bilen biri bakabilirmi...


Balaban

HCM, Rica etsem Aşağıda linkini verdiğim menüyüde uyarlayabilir misin?
Shade Image Tabs Menu

Ya da Blues temanda kullandığın menüyü paylaşabilir misin?
.

Hoochie Coochie Man

Quote from: justblbn99 on September 04, 2008, 07:47:31 AM
Ya da Blues temanda kullandığın menüyü paylaşabilir misin?

Temayı indirip kendiniz alabilirsiniz aslında, eğer yapamıyorsanız biraz bekleyin.. Biraz işlerim var..
İnadına SMF 1.1.X

Balaban

Quote from: Hoochie Coochie Man on September 04, 2008, 08:02:53 AM
Quote from: justblbn99 on September 04, 2008, 07:47:31 AM
Ya da Blues temanda kullandığın menüyü paylaşabilir misin?

Temayı indirip kendiniz alabilirsiniz aslında, eğer yapamıyorsanız biraz bekleyin.. Biraz işlerim var..

Ne yazık ki denedim ama menüyü alamadım!
Tabi beklerim..Çok acele değil Zaten! Teşekürler ilginiz için!
.

Balaban

Hocam kusura bakma flood olacak ama temadan cekmeyi basardım menuyu ama aşağıdaki gibi bir goruntu olusuyor :(



Yani Aktif olmadıgında bile tüm resim gorunuyor!
.

Hoochie Coochie Man

Quote from: justblbn99 on September 05, 2008, 09:11:39 AM
Hocam kusura bakma flood olacak ama temadan cekmeyi basardım menuyu ama aşağıdaki gibi bir goruntu olusuyor :(



Yani Aktif olmadıgında bile tüm resim gorunuyor!

http://www.simplemachines.org/community/index.php?topic=259798.0
İnadına SMF 1.1.X


Advertisement: