61
HughG
It's Been A Year
  • 2004/3/25 16:28

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


So I redid the theme on 4thefort

I'll release the old theme as soon as I "generic" some of the links that were specific to 4thefort.

I somewhat departed from the dark look... tell me whatcha think.

[size=xx-small]--It will have the usual Mozilla quirks -- But I don't care much about them as less than 1% of the visitors use it --[/size]



62
HughG
Re: Help with flash intro
  • 2004/3/24 4:32

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


<script>
<!--

// page to go to if cookie exists
go_to "http:// www. YOURDOMAIN .com";

// number of days cookie lives for
num_days 60;
function 
ged(noDays){
    var 
today = new Date();
    var 
expr = new Date(today.getTime() + noDays*24*60*60*1000);
    return  
expr.toGMTString();
}

function 
readCookie(cookieName){
    var 
start document.cookie.indexOf(cookieName);
    if (
start == -1){ 
        
document.cookie "seenit=yes; expires=" ged(num_days);
    } else {
        
window.location go_to;
    }
}

readCookie("seenit");
// -->
</script>


Changing days to hours

If you would like the cookie to expire immediately or in a matter of hours or minutes, you can make the following modifications :

To have the cookie expire immediately, set the num_days variable to a negative number. Eg.

num_days = -1;

To have the cookie expire in a matter of hours, remove the *24 from the ged (Get Expiration Date) function. The num_days = 5; variable will now be the number of hours. For your information, the rest of the figures mean, times 60 seconds, times 60 minutes, times 1000 milliseconds.


***make sure to replace and close up the yourdomain.com .. it was expanded so it would show in the code window...



63
HughG
Re: Trying to find location of those fancy three X's at the top
  • 2004/3/24 0:25

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


modules/newbb/images



64
HughG
Re: Need help with a 'sticky' news post
  • 2004/3/23 21:39

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


Just create a custom block with with the message

admin > system > blocks > scroll down to custom blocks area

then put the placement in the center and give it a weight of "0".



65
HughG
Re: ready for all criticism ;)
  • 2004/3/23 12:38

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


nice job! congrats!



66
HughG
Re: how to adjust table width of poll block
  • 2004/3/23 12:31

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


looks perfect to me...

couple of places you can adjust this.

>admin > blocks > polls > edit template and adjust the width there.

You could also look at the theme_blockleft.html in the theme folder - and see what settings are there.

You could also look at the style css and see if there is a setting there. - look at "outer", "odd", "even" and "footer" and make sure nothing wierd is set there.



67
HughG
Re: styling of existing theme.css
  • 2004/3/18 15:40

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


Might also peek at this. It might give you a little insight as well.... i know the wiki portion leaves alot to be desired....



68
HughG
Re: What would you recommend is the best galary module?
  • 2004/3/18 5:55

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21





69
HughG
Re: contact us form not sending mail
  • 2004/3/18 5:55

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


sure! dont know what it would hurt...heh!


not very up to date on postfix...so



70
HughG
Re: contact us form not sending mail
  • 2004/3/18 5:42

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


cool. Ok change the method to sendmail, make sure the sendmail path is correct just below [Path to sendmail]

and try that.

if that doesnt work...try the path to postfix ...




TopTop
« 1 ... 4 5 6 (7) 8 9 10 11 »



Login

Who's Online

254 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 254


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits