Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - UnclEo

Pages: [1]
1
Shop Button Requests / Re: Need Button for MegaPolis
« on: June 16, 2009, 01:06:38 am »
file style.css
search for
Code: [Select]
#kwick .opt11 {
background-color:transparent;
outline: none
border-right: 0px none;
}

add after
Code: [Select]
#kwick .opt12 {
background-color:transparent;
outline: none
border-right: 0px none;
}

file index.template.php
search for
Code: [Select]
// Otherwise, they might want to [logout]...
  if ($context['user']['is_logged'])
echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '" class="kwick opt11">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.png" alt="' . $txt[108] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[108]), '</span></a></li>';

add after
Code: [Select]
// If the user is a guest, show [shop] button.
  if ($context['user']['is_logged'])
echo '<li><a href="', $scripturl, '?action=shop" class="kwick opt12">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop.png" alt="' . $txt['shop'] . '" style="margin: 0px 0;" border="0" /><span>' : $txt['shop']), '</span></a></li>';

Move the included file "shop.png" to "./Themes/MegaPolis/images/user_languages".

2
Bugs / Re: I have problem pet template
« on: February 13, 2009, 09:14:45 pm »
help me please !

3
Bugs / I have problem pet template
« on: February 09, 2009, 10:13:14 pm »
SMF 1.1.8 default Themes

Internet Explorer View Pet


Firefox View Pet


View Shop no problem


help me please!

thank in advance  O0

http://www.dexmore.com/forums



Pages: [1]