News:

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

Main Menu

WBlog

Started by ~WannaBeDie, April 21, 2009, 09:11:53 AM

Previous topic - Next topic

~WannaBeDie

Link to the theme


WBlog
Menu PSD.

*Note:also added a new set of buttons(englishbuttonset)
Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

βluΣ ЯosΣ

very good theme ..

~WannaBeDie

Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

Marcus Forsberg


~WannaBeDie

Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

Marcus Forsberg

Sorry, a typo. I ment "pretty". :)

Rohan_

a really awesome theme dude .. really loved it and i applied it on my site :) thanks a lot ..... anyways what is ur website ? i visited ur website before but cant remember now :(  ;D ;D ;D
Proud To Be An Indian

jdvarner

nice theme. have it on my site.

~WannaBeDie

Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

Maxtor

add a demo.. thanks!

~WannaBeDie

Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

ThePriest

This theme throws up an undefined offset error when installed on a frech clean install of DMF2 RC1 with no other mods.

Rohan_

hey i have a problem .. when anyone opens my site with more than 1024x768 resolution my sites look very small but if anyone open in 1024x768 its open normal how can i set this theme as full size for all resolutions ?? please HELP
Proud To Be An Indian

crossfire1

Hi, I am using this theme on my forum and I would like to add more menu buttons, but I have no idea how to do that.

So if someone has done it already or knows how to do it, please give me advice on that.

forumite

Nice job on this theme, but is there a reason that the Profile button is missing? There's no image nor is there a place for it in the menu links in the template. I'm using SMF 2 RC1-1, but I also looked in the download for SMF 1.1.x and saw the same thing. If you have the graphic, I can add the link.

TIA.

forumite

#15
QuoteI would like to add more menu buttons, but I have no idea how to do that.

If you have the menu images, add them to /themes/WBlog/images/english/

Then look for this code in index.template.php

<ul class="kwicks">
  <li><a href="', $scripturl, '" class="kwick opt1">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/home.gif" alt="' . $txt[home] . '" /><span>' : $txt[home]), '</span></a></li>
<li><a href="', $scripturl, '?action=help" class="kwick opt3">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.gif" alt="' . $txt[help] . '" /><span>' : $txt[help]), '</span></a></li>
<li><a href="', $scripturl, '?action=search" class="kwick opt3">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/search.gif" alt="' . $txt[search] . '" /><span>' : $txt[search]), '</span></a></li>

<li><a href="', $scripturl, '?action=calendar" class="kwick opt4">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar'] . '" /><span>' : $txt['calendar']), '</span></a></li>';
  if ($context['allow_memberlist'])
echo '<li><a href="', $scripturl, '?action=mlist" class="kwick opt5">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/memberlist.gif" alt="' . $txt[member_list] .'" /><span>' : $txt[member_list]), '</span></a></li>';
if ($context['allow_admin'])
echo '<li><a href="', $scripturl, '?action=admin" class="kwick opt5">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/admin.gif" alt="' . $txt[admin] .'" /><span>' : $txt[admin]), '</span></a></li>';

  if ($context['user']['is_logged'])
echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '" class="kwick opt6">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[logout] . '" /><span>' : $txt[logout]), '</span></a></li>';
  if ($context['user']['is_guest'])  
echo '<li><a href="', $scripturl, '?action=login" class="kwick opt8">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/login.gif" alt="' . $txt[login] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[login]), '</span></a></li>';
  if ($context['user']['is_guest'])
echo '<li><a href="', $scripturl, '?action=register" class="kwick opt7">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[register] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[register]), '</span></a></li>';
echo '</ul>


Add after one of the ";"

if ($context['user']['is_guest'])
echo '<li><a href="', $scripturl, '?action=xxxx" class="kwick opt7">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/xxxxx.gif" alt="' . $txt[xxxxx] . '" style="margin: 0px 0;" border="0" /><span>' : $txt[xxxxx]), '</span></a></li>';


Change:

action=xxxx to the action you desire.

Change

xxxxx.gif to the name of the image file

Also add to your ThemeSettings.english.php:

$txt['xxxxx'] = xxxxx';

~WannaBeDie

You can download psd files.
Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

forumite

Quote from: WannaBeDieYou can download psd files.

Thanks. Where can I find these psd files? The ones on the mod site do not contain a menu image for 'Profile'. TIA.

~WannaBeDie

Quote from: forumite on June 09, 2009, 03:24:35 AM
Quote from: WannaBeDieYou can download psd files.

Thanks. Where can I find these psd files? The ones on the mod site do not contain a menu image for 'Profile'. TIA.
http://custom.simplemachines.org/themes/index.php?action=download;lemma=1586;id=9414
Temmuz ayında yeni temalar tasarlamak istiyorum :) Var mı aklında hoş tasarımlar olan?Fikir verebilecek olan ? :)

forumite

Thanks. I opened the psd files, but the 'Profile' image does not appear to be included.

Advertisement: