News:

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

Main Menu

PDX-DK

Started by padexx, July 18, 2006, 06:59:04 PM

Previous topic - Next topic

padexx

#60
UPDATES
___________________________________________

pdx-dk06

padexx

pdx-dk05a

- updated to smf 1.1 final + small fix

in boardindex.template.php
if ($settings['show_mark_read'] && !empty($context['categories'])))

should be
if ($settings['show_mark_read'] && !empty($context['categories']))

Superdaantje

update by hand..I did to many customizing to the template ;)

For those how also have made a lot off change to the theme. Just read this
http://www.simplemachines.org/community/index.php?topic=129250.0
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

starsong

Noob here.....
LOL

Can you please give me a hint as to how to change the color for the diff forums you have?
By the way I love this set!

http://www.starsong4u.com/forum/index.php

padexx

deadman dj login to TP page, go to the forum and search for pdx.

starsong
QuoteFor button-resource, theme-settings and further informations please see the README.txt in the ZIP-file.
;)

starsong

Quote from: panic on December 09, 2006, 07:32:38 AM
deadman dj login to TP page, go to the forum and search for pdx.

starsong
QuoteFor button-resource, theme-settings and further informations please see the README.txt in the ZIP-file.
;)

TY so much. I kinda cruised through it all and got it. I know html but not the stuff you all use.

I love the boards by the way!
So pretty.

Here is my board.. can you help me get this page working?
http://www.starsong4u.com/forum/index.php
I have no clue why this one doesnt work and the rest do.
Is there a default I need to load for this?

TY bunches.
Star

padexx

Hi starsong,

I am afraid I don't understand what your problem is. :-[
Your board looks fine to me (well, I am only able to see the login page :))

BrotherBrian

my servers error log is full of these from various users:
[Mon Dec 11 08:01:04 2006] [error] [client 74.192.xx.xxx [nofollow]] File does not exist: /home/themel1/public_html/forum/Themes/pdx-dk05a/menu.js

Am I missing a file somehow? I can't find it in your package.

padexx

in

index.template.php just delete
if(empty($settings['show_dhtml_menu']))
echo '
<script language="JavaScript" type="text/javascript" src="', $settings['theme_url'], '/menu.js?fin11"></script>';

BrotherBrian

thanks! how about this one:

[Tue Dec 12 09:23:42 2006] [error] [client 83.211.xxx.xx] File does not exist: /home/themel1/public_html/forum/themes/pdx-dk05a/maincolorcss/red_ie.css

is there something wrong with my server that is having issues with your theme in this way?

padexx

#70
updated
theme to fix missing verification image in personal messages

in PersonalMessage.template.php
search for
// Subject of personal message.
echo '
<tr>
<td align="right"><b', (isset($context['post_error']['no_subject']) ? ' style="color: red;"' : ''), '>', $txt[70], ':</b></td>
<td><input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="40" maxlength="50" /></td>
</tr>';

add after
if ($context['visual_verification'])
{
echo '
<tr>
<td align="right" valign="top">
<b>', $txt['pm_visual_verification_label'], ':</b>
</td>
<td>';
if ($context['use_graphic_library'])
echo '
<img src="', $context['verificiation_image_href'], '" alt="', $txt['pm_visual_verification_desc'], '" /><br />';
else
echo '
<img src="', $context['verificiation_image_href'], ';letter=1" alt="', $txt['pm_visual_verification_desc'], '" />
<img src="', $context['verificiation_image_href'], ';letter=2" alt="', $txt['pm_visual_verification_desc'], '" />
<img src="', $context['verificiation_image_href'], ';letter=3" alt="', $txt['pm_visual_verification_desc'], '" />
<img src="', $context['verificiation_image_href'], ';letter=4" alt="', $txt['pm_visual_verification_desc'], '" />
<img src="', $context['verificiation_image_href'], ';letter=5" alt="', $txt['pm_visual_verification_desc'], '" /><br />';
echo '
<a href="', $context['verificiation_image_href'], ';sound" onclick="return reqWin(this.href, 400, 120);">', $txt['pm_visual_verification_listen'], '</a><br /><br />
<input type="text" name="visual_verification_code" size="30" tabindex="', $context['tabindex']++, '" />
<div class="smalltext">', $txt['pm_visual_verification_desc'], '</div>
</td>
</tr>';
}



@berberlei
jep, something is wrong.

red_ie.css should be in the theme.
if the file is there and you still get the error:

please check you forum paths settings

updated
theme to fix missing verification image in personal messages

AndyGaut

Im being really dumb here but i can't find the clock settings on the pdx-dk06 cos mine is set to american time instead of GMT!

Tricks

Is there anyway to move the help buttons so they are completely centered see my screen shot for more info.

http://www.jester-designs.co.uk/rich/forumss.jpg

padexx

AndyGaut configuration - features and options

Tricks in the maincolorcss folder

in the *_stles.css files change
tr.titlebg td {
padding: 0 20px 0 20px;
margin: 0;
font-weight : bold;
line-height: 28px;
color: #333;
}

to
tr.titlebg td {
padding: 4px 20px 4px 20px;
margin: 0;
font-weight : bold;
line-height: 20px;
color: #333;
}


in the *_ie.css change
tr.titlebg td {
padding: 0 10px 0 10px;
margin: 0;
font-weight : bold;
line-height: 28px;
color: #333;
}

to
tr.titlebg td {
padding: 4px 10px 4px 10px;
margin: 0;
font-weight : bold;
line-height: 20px;
color: #333;
}

dutchmamber

After upgrading from SMF 1.1 to SMF 1.1.1 i get the following error

This theme doesn't correspond to the version of SMF that you are using. This theme is made for SMF 1.1.

Is there already a upgrade availlebele for this template.

padexx

Hi,

because the SMF upgrade to 1.1.1 does not affect themes, mods, etc. there is no update needed.

You have the option to disable the warning under
admin - configuration - current theme - look at the bottom of this page...


dutchmamber


yol

Hello,
thanks for this template, its perfect :)
but i have a problem about IE javascript errors for fadering the news "foreColor.1" and "smfFadeContent.lenght"
do you have any idea about this problems?

thanks...
Istanbul is Istanbul ;-)

padexx

hi yol!

this seems to be a general error: see here (if you search the forum you will find similar posts).

Anyway, there is another JS error when viewing posts (with IE) I am not able to find.

yol

Thanks friend, Im waiting good news :)
Istanbul is Istanbul ;-)

Advertisement: