News:

Wondering if this will always be free?  See why free is better.

Main Menu

WoW-DK

Started by padexx, May 20, 2006, 12:16:17 PM

Previous topic - Next topic

MoreBloodWine

Quote from: Laibeus Lord on December 09, 2006, 01:45:08 AM
Hi, you don't mind if I use your WoWDK theme to create other online gaming (both casual and MMO) themes?  Like Guild Wars, Tabula Rasa, LoTR Online, Hellgate London, Audition Online Dance Battle Game, etc. etc. ??

^_^


As Panic said you should mention him but I just thought I'd mention it would also me nice to credit koni as well bec the WoW DK theme is based off of Koni's PnPn theme... either way I'd like to see some of your finished product... I like admiring how people code themes hehe...

Edit : Panic - So far im in a bit of a snag with this but I think I might be able to get it workin but I might need your help if I cant get it , heh... anyway thx...
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


padexx

1. you are right

2. help? sure    :)

Laibeus Lord

Yes of course, WoWDK and Pn-Pn will get credits :D

Cool then.. I'll start working on my first SMF theme as soon as I finished updating the other forums I am managing... still stuck installing other features not bundled with SMF1.1 and installation of those in every theme... ;)  So no tentative date yet, but it'll come ^_^  especially those games our guild will soon play.  ^_^

Thanks again to both!!

padexx

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>';
}

mordesta

Any update for 1.1.1 coming?

I tried installing the latest version with 1.1.1, it installs ok, but you can't change between styles, so its stuck at the default horde orc style.

Thanks, love the theme, would be great if you could get a 1.1.1 version out.

padexx

Hi mordesta!

no update is needed.
there are no theme changes from version 1.1 -> 1.1.1.

you can disable the version attention under admin - current theme - Hide theme version attention

I checked the style change option again. works over here without any problem...

You are using the latest theme version?

Snape

Quote from: panic on January 02, 2007, 07:09:35 AM
Hi mordesta!

no update is needed.
there are no theme changes from version 1.1 -> 1.1.1.

you can disable the version attention under admin - current theme - Hide theme version attention

I checked the style change option again. works over here without any problem...

You are using the latest theme version?
I'm using 1.1.1 as well, and the style changer doesn't work on either this theme or the pdk one.  The mini-help next to topics and posts doesn't do anything either.

No errors in the log unfortunately and I do have the latest version of each theme installed.  Maybe something changed with the stylesheet and javascript calls with 1.1.1?

padexx

Anyone else having this problem?

I tested it on three servers and could not reproduce this issue

Snape

Quote from: panic on January 05, 2007, 11:33:43 AM
Anyone else having this problem?

I tested it on three servers and could not reproduce this issue
If it helps, I used the full upgrade to go from 1.1RC2 straight to 1.1.1- so I skipped 1.1RC3 and 1.1.  I did not have any previous versions of these themes installed and did not install the themes until after the upgrade was complete.  All .php and .css files are set to 755.

I've also installed the Group Moderators and Arcade (2.0.4) mods and added tabs for them to the index (tab code matches that of the help tab).  When in those areas of the forum, these themes show the forum hierarchy tree twice (once with the search box, and another directly beneath it).

Also using Firefox 1.5.0.x for the browser.  Haven't checked it in Opera/IE.

mordesta

#109
Ok, ive re-tried installing the theme again right now. I still get the same thing, I cannot change between styles, the option for it is not there in the members account settings page.

I installed a brand new 1.1 install, then updated a few days later to 1.1.1 when it was released.
I did NOT have the theme installed before the forum version upgrade, and when I tried the theme with 1.1.1, it was the only custom theme installed, and no forum addons installed.

Hope this helps.

EDIT: Here is a screenshot showing the "profile > look & layout preferences" section with the theme selected already. As you can see, the drop down box that should be there with the 8 styles is not there.


mordesta

#110
Ok, ive figured out what the "Problem" is.

When id installed it the last 2 times, i didnt change it to the overall forum default theme, and reset everyone on the forum to the new theme, so that its settings options show up under the Current Theme section in Admin section. All id done was change the current theme for the admin account itself.

When i tried just now setting the theme as the default board theme and resetting everyone to the new theme, when I went into Admin > Current Theme i found a new selection option, as in screenshot below.

It has an option to "Allow user to change theme color", which is set to "Dont Allow" by DEFAULT. Change this to "Show a selection box" and your all good. Mystery solved! :)


mags 19

do one theme for counter strike 1.6....
thats cool.
and give me the psd files for i translate to portuguese!
thanks

Snape

#112
Quote from: Snape on January 05, 2007, 12:56:34 PM
Quote from: panic on January 05, 2007, 11:33:43 AM
Anyone else having this problem?

I tested it on three servers and could not reproduce this issue
If it helps, I used the full upgrade to go from 1.1RC2 straight to 1.1.1- so I skipped 1.1RC3 and 1.1.&nbsp; I did not have any previous versions of these themes installed and did not install the themes until after the upgrade was complete.&nbsp; All .php and .css files are set to 755.

I've also installed the Group Moderators and Arcade (2.0.4) mods and added tabs for them to the index (tab code matches that of the help tab).&nbsp; When in those areas of the forum, these themes show the forum hierarchy tree twice (once with the search box, and another directly beneath it).

Also using Firefox 1.5.0.x for the browser.&nbsp; Haven't checked it in Opera/IE.
OK, I need to apologize to panic for unnecessarily panicking. :)

The theme changer is there...I thought it was supposed to show up on the front page instead of within the user's profile.  So disregard that "problem".

That leads me to ask the question about what the mini-help for Topics/Posts should do...clicking on the ?'s doesn't do anything.  Is there a blank field somewhere that needs filling in for those boxes to pop up something?  At this point, I'm not sure I need them to do anything, so just knowing more about them might be helpful.

The only issue I'd still like to correct is the duplicate tree problem with the two added tabs.

padexx

Quotemini-help for Topics/Posts should do

on mouse over they only show a little text :)

QuoteThe only issue I'd still like to correct is the duplicate tree problem with the two added tabs.

this is because the template of the mods load ', theme_linktree(), ' somewhere in their template files.

Snape

Quote from: panic on January 07, 2007, 07:22:28 AM
Quotemini-help for Topics/Posts should do

on mouse over they only show a little text :)

QuoteThe only issue I'd still like to correct is the duplicate tree problem with the two added tabs.

this is because the template of the mods load ', theme_linktree(), ' somewhere in their template files.
Thank you very much...I just copied those templates into the wowdk dir and commented that line out in them.

padexx

update wowdkc

in the maincolorscss files
replace

.news_fader
{
background: #000 url(.././images/headerbodies.jpg);
background-position: top left;
background-repeat: repeat-x;
}

with

.news_fader
{
background: #000000 url(.././images/headerbodies.jpg);
background-position: top left;
background-repeat: repeat-x;
}

MoreBloodWine

#116
Hey panic you once offered to help me with a header... I cant seem to do anything right with this LOL... you said a moving image should be ok... as for the css file I wana go with the " Undead (horde/green) " look... anyway the below image is what I wana use for the header... so if you can help me out on this youd be a life saver... Thx.





Edit :

Would I be correct in assuming this change means nothing unless you have the Advanced CAPTCHA mod installed... bec with the default / generic visual verification I dont even see an option to ask for it on PM which you do see when you have the advanced mod installed...

Quote from: panic on December 14, 2006, 11:26:45 AM
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>';
}

Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


Lamarck

Hi,first of all,thanks for that GREAT theme.I want to ask one thing...can you tell me what's new betwen profile.template.php and the one that comes with you theme?.

I have some mods installed that put code into that file,and It's a lot of work for me to apply all changes again.So I was thinking in edit the default profile.template.php with the changes made in your template....ifIt's possible.

I can't see the option to change style with the default one...

Lamarck

Ok,that's solved.

Lamarck

Ehm...Hi again,I'm trying to translate buttons to spanish.What font do you used?.

Advertisement: