News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Dilber MC

Started by Diego Andrés, June 07, 2006, 12:37:57 PM

Previous topic - Next topic

Perrorist

English Utf8. I guess I need to change it to English. Yes, that's fixed it. Excellent!

Many thanks.

miranon

Hello all,

Please help me to fix the following errors (found in the forum error log) with the Dilber MC template. I'm using SMF 1.1.7.

Undefined index: no_icon
File: /usr/home/.../domains/.../public_html/Themes/dilbermc/BoardIndex.template.php
Line: 157

Undefined index: is_redirect
File: /usr/home/.../domains/.../public_html/Themes/dilbermc/BoardIndex.template.php
Line: 160

The corresponding code from BoardIndex.template.php:


157:        echo '<img src="', $board_nonew_img,'" alt="', $txt['no_icon'], '" title="', $txt['no_icon'], '" border="0" />';
158: }
159:          // Is it a redirection board?
160: if ($board['is_redirect'])
161:    echo '<img src="', $settings['images_url'], '/redirect.gif" alt="*" title="*" border="0" />';


Thanks!

Antechinus

Don't use 1.1.7. Upgrade to 1.1.10 (unless you enjoy being hacked).

miranon

Quote from: Antechinus on November 05, 2009, 07:14:31 PM
Don't use 1.1.7. Upgrade to 1.1.10 (unless you enjoy being hacked).

Does this mean that i cant fix the errors in SMF 1.1.7?

htgn

Quote from: Perrorist on November 01, 2009, 01:00:12 AM
Could someone please explain why the Current Theme page is missing some items, as below:




I have  this same problem. when use English Default Forum Language it woks good,  but whem i use Portuguese PT as Default Forum Language it does not work.

Somebody can help me and explain what I have to modify so that work with the Portuguese language?

Powered by SMF 1.1.10




Antechinus

You will have to translate the dilbermc/languages/Settings.english.php file into Portugese. Copy the file and rename it, then translate the strings into Portugese.

htgn

thanks Antechinus

I just rename the file dilbermc/languages/Settings.portuguese.php
to dilbermc/languages/Settings.portuguese_pt.php and its work fine. the translation its alredy done for this template in other language too, just rename the file, and it work fine.

nice template, good job.

GhostHunter

Hello all,

One of the "bosses" of the group that I run a forum for has asked what may be an impossible request. She would like a light paper background (image) instead of the color gradient in DilberMC. I'm not a PHP programmer, and I went into the whole thing about how complicated the code was, it was written by someone else, it would be a major project for me to try to figure it out, etc. But I thought I would ask anyway. WDYT?

Running SMF 1.1.10 with DilberMC.

TIA,

Jim

qubbah

how can we add dropdown menu? in this theme?

Dzonny

#1169
Hello there.

I was wondering how can i insert some image in front of this red box....
What i wanted is to set snowflakes there.

Regards.

teos55

 Using smf 1.1.11  with Dilber MC - turkish-utf8
   with the default SMF theme and ''hide info center from your guests'' mode ......works as expected.
   with Dilber MC and  ''hide info center from your guests'                   .............  doesnt work, they are still visible.
Your help will be highly appreciated.
Oğuz


teos55

Thanks Antechinus,
  Since I'm a novice user, I wont be able (dare) to use manual installation procedure.  I thought, there might be a Dilber MC version of the mod.
Thanks anyway.
Oğuz

Antechinus

No there isn't as mods are usually only coded for the default theme. However that particular mod is very simple so it is an ideal one to try for a beginner. ;)

All you need to do is open your BoardIndex.template.php (download it to your desktop and use a good code editor like Notepad++) then find this:

// Here's where the "Info Center" starts...
echo '<br />


and change it to this:

// Here's where the "Info Center" starts...
if ($context['user']['is_guest']) return;
echo '<br />


then reload the file. :)

teos55

Well done !
Thanks for your explanation for dummies. It worked.
Thanks alot.
Ouz

Dzonny

#1175
Quote from: Dzonny on December 06, 2009, 09:10:43 AM
Hello there.

I was wondering how can i insert some image in front of this red box....
What i wanted is to set snowflakes there.

Regards.
Bump!

EDIT: Nevermind, got it... :)

Confusimo

So then there are no plans to make a 2.0 version?  And if not would it be ok if someone else tired?  Will give credit to the original author.

Burtie

#1177
Hi,

I'm using SMF 1.1.11 with Dilber for some time. Its just been pointed out to me that Avatars no longer work, in fact the option to have a Avatar no longer appears in profiles. I cant see that I have turned anything off and all permissions are set. Even as Admin I cant access any Avatar functions.

Any ideas please?

qubbah

i have try to change it myself.. but its only play with firefox not IE

// color selection bar         
  if(isset($settings['allow_color_change']) && $settings['allow_color_change'] == 'bars')
                    echo '
                  <div style="position: relative; top: 34px; right: 80px; float:right; padding: 2px; ">
                     <form action="', $scripturl, '" method="post" class="smalltext">  
                     <input type="image" src="Themes/myth/kalor/putih.png" border="0" value="style" type="submit" name="options[theme_color]">
                    <input type="image" src="Themes/myth/kalor/merah.png" border="0" value="lightred" type="submit" name="options[theme_color]">
                     <input type="image" src="Themes/myth/kalor/hijau.png" border="0" value="lightgreen" type="submit" name="options[theme_color]">
                   <input type="image" src="Themes/myth/kalor/biru.png" border="0" value="lightblue" type="submit" name="options[theme_color]">
     <input type="image" src="Themes/myth/kalor/tokuis.png" border="0" value="lightturquoise" type="submit" name="options[theme_color]">
      </form></div>';


anybody can help?

dillon

I would be very interested in a 2.0 version of this theme, I just love it.

Advertisement: