News:

Join the Facebook Fan Page.

Main Menu

WoW-DK

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

Previous topic - Next topic

starrbuck

Quote from: dcr on October 12, 2006, 03:51:34 PM
Any ideas on how I can change only the alernating posts colors and nothing else?

On my site, I have windowbg and windowbg2_s set to the same color, and windowbg2 and windowbg_s set to the other color, and I think it looks great.  It definitely helps the posts to stand out.

MoreBloodWine

#81


See the above picture with the red stuff at the bottom... well I painted that in to help illustrate my question... anyway see the counter at the bottom with the text above it... well how can I get that to be placed where the red stuff is so its within the frame like everything else but under the version info like the red stuff and show on every page of the forum... hope this makes sense... right now the code itself for the counter and the text above it is in the index.template.php file...

Edit : This is the code I wana use I just cant figure out where to put it in the index.template.php file... so it shows up where the red stuff is in the pic... no matter what I try I keep getting template parse errors... when I put it just before the // end tag it shows up fine but its outside the frame... I want it inside the frame like in the pic where the red stuff is I painted in.
//Easy Counter code begins
echo ' <center>';
echo ' <div class="smalltext">', '<font color="#FFA500">This site has had this many visits since it opened its doors to the public on ??/??/2006</font>', '</div>';
echo ' </br>';
$ec_username = 'morebloodwine'; // <--- your username

if (!$ec_fsock = fsockopen('www.easycounter.com', 80, $errno, $errstr, 2)) {
  echo '<img src="http://www.easycounter.com/images/error.png">';
} else {
  fputs($ec_fsock, "GET /php.counter.php?username=".urlencode($ec_username)." HTTP/1.0\r\n".
  "Host:www.easycounter.com\r\n\r\n");
  $ec_buffer = '';
  while (!feof($ec_fsock)) $ec_buffer .= fgets($ec_fsock, 1024);
  echo substr($ec_buffer, strpos($ec_buffer, "\n\r\n")+3);
  fclose($ec_fsock);
}
echo ' </center>';
echo ' </br>';
//Easy Counter code ends
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


mcdougrs

First I would just like to say that I LOVE the theme!!! Perfect for me! What I would like to do though is make a website based on this theme. I plan on using the SSS.php functions of SMF to include items from a news board for the main page and such. As long as that is ok with you.

Well I had some questions on how I was going to do that, but upon further inspection of how you referenced images and CSS and JS files all I need to do is hack the content!!! Thanks for making that so easy!!  ;D

starrbuck

Quote from: MoreBloodWine on October 26, 2006, 01:54:59 PM
See the above picture with the red stuff at the bottom... well I painted that in to help illustrate my question... anyway see the counter at the bottom with the text above it... well how can I get that to be placed where the red stuff is so its within the frame like everything else but under the version info like the red stuff and show on every page of the forum...

I believe it would go after the line with the text "Pn-Pn theme by Koni."  You'll have to play around with the td tags to get it to look right.

MoreBloodWine

Quote from: starrbuck on October 27, 2006, 04:50:28 PM
Quote from: MoreBloodWine on October 26, 2006, 01:54:59 PM
See the above picture with the red stuff at the bottom... well I painted that in to help illustrate my question... anyway see the counter at the bottom with the text above it... well how can I get that to be placed where the red stuff is so its within the frame like everything else but under the version info like the red stuff and show on every page of the forum...

I believe it would go after the line with the text "Pn-Pn theme by Koni."  You'll have to play around with the td tags to get it to look right.

Thats where I had it considering that would "should" put it under all the stuff like where the red line is in the pic... but no matter that I did with the <tr></tr> & <td></td> tags I always ended up with template parse erros... so im hoping panic can help me with the code I posted and getting it to work... so it places it where I want "need" it to be...
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


padexx

MoreBloodWine:

I think you are getting errors because you forget '; and echo' to sepereate the php from the html.

search for:
<span class="smalltext" style="white-space: nowrap;">based on the popular</span>

add after:

<br />';

//Easy Counter code begins

...

//Easy Counter code ends

echo'

;)

MoreBloodWine

The code worked for geting it to show up ok... buuuuuut... its not how I'd like it to be placement wise... please reference the below pictures...

This is how it looks placing it after the line you said to place it after... but it isnt placed the way I'd like it to be...


I edited this picture to show how I'd like it to be... which to me suggests for this placement it would have to ago after this line <td width="28%" valign="bottom" align="center" style="padding: 3px 0 5px 0;" nowrap="nowrap" class="copyright_r"><div style="width: 100%; overflow: hidden;"><a href="http://bdc.s15.xrea.com/" class="bdc_c" title="Author of the base theme." target="_blank"><span style="white-space: nowrap;">Pn-Pn Theme by koni.</span></a></div>but when I placed it after that line it throws the whole bottom part of the page ot of wack... hope you can help...
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


padexx

Hi @ all!

I added a simple button.psd and the font used for the buttons to the dl-page of the theme!

@MoreBloodWine

you may change the valign of these tables from bottom to top.

MoreBloodWine

Quote from: panic on November 04, 2006, 07:10:02 AM
Hi @ all!

I added a simple button.psd and the font used for the buttons to the dl-page of the theme!

Whats this for to help us make out own buttons like I had asked for earlier ( one that said " Post Raid " ) ?

Quote from: panic on November 04, 2006, 07:10:02 AM
@MoreBloodWine

you may change the valign of these tables from bottom to top.
Lil lost could you maybe please break it down for me ? I mean if it helps me get the right alignment as seen in the two pics above in my last post first pic being the wrong alignment and the second one being the right alignment then I'm all ears ;-)

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


padexx

QuoteWhats this for to help us make out own buttons like I had asked for earlier ( one that said " Post Raid " ) ?

just the grafics to create buttons for your own laguage or "new" buttons.

code for the footer:

replace
<td width="28%" class="copyright_l" style="padding: 0 0 3px 0;" valign="bottom" align="', !$context['right_to_left'] ? 'right' : 'left', '" height="35" nowrap="nowrap">
with
<td width="28%" class="copyright_l" style="padding: 3px 0 3px 0;" valign="top" align="', !$context['right_to_left'] ? 'right' : 'left', '" height="35" nowrap="nowrap">

replace
<td valign="bottom" align="center" nowrap="nowrap" style="padding: 0 15px 10px 12px;" class="copyright">
with
<td valign="top" align="center" nowrap="nowrap" style="padding: 3px 15px 10px 12px;" class="copyright">

replace
<td width="28%" valign="bottom" align="center" style="padding: 3px 0 5px 0;" nowrap="nowrap" class="copyright_r"><div style="width: 100%; overflow: hidden;">
with
<td width="28%" valign="top" align="center" style="padding: 3px 0 5px 0;" nowrap="nowrap" class="copyright_r"><div style="width: 100%; overflow: hidden;">

nice weekend ;)

MoreBloodWine

Thx that worked but how do I use the stuff you added to the DL page for the theme to make buttons...
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


padexx

it's just the grafics. pls search the forum on how to add new buttons

MoreBloodWine

Quote from: panic on November 06, 2006, 08:43:56 AM
it's just the grafics. pls search the forum on how to add new buttons
I know how to add new buttons I've done it before... what I DONT know is how to use the new files uve attached to the DL page to make new butons...
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


Kurgen

I have installed the 1.1 release. everything works fine except that when I try to click on 'home' I receieve a 'template parse error' and cannot proceed. This only appears to happen on the home page (main index page?)

Not sure if it is me or the template, obviously I am using SMF 1.1

Otherwise a stunning template  :D

padexx

updated to wowdk11a2

sorry a little copy&paste error during update :-[

MoreBloodWine

Hey panic , thx for all he great work but if I paid you would you make me a style.css file... you know the image that apears in the upper left of the screen like the undead , logo etc... well I have a custom image I'd like to use and I dont know how to make the style.css files... so if I gave you the custom image I wana use would you be able to make me a custom file to use on a forum I have... also can hat image in the upper left be animated or does it have to be a "still" image... Thx for the input...
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


padexx

Hi MoreBloodWine!

you may check the custom_header.zip at the themes download page first (manual included).

If you still run into problems you can mail me the files. But it will take a few days (am busy at the moment)

MoreBloodWine

Quote from: panic on December 06, 2006, 02:07:13 PM
Hi MoreBloodWine!

you may check the custom_header.zip at the themes download page first (manual included).

If you still run into problems you can mail me the files. But it will take a few days (am busy at the moment)
I'll check it out but for the most part the whole things gonna be the same as everything else I just want a totally diferent image... but if I run into issues I'll mail ya ;-)

But like I said can it be an animated gif or does it have to be a "still" picture ?
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


Laibeus Lord

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. ??

^_^


padexx

MoreBloodWine a animated gif should be no problem...

Laibeus Lord no problem... would be nice if you mention my name anywhere...

Advertisement: