NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 01-01-2009 15:14:11

Twighlight
Member

sorry, bbs mailer isnt working

what file is that message under? i want to edit it so it says something that doesnt freak out my potential members. haha
EDIT: also, hoe do i change the comment post bg?
i looked in the templates.php but couldnt find anything that seemed that that was its function.

oh, one more tihng. when the activation key is sent out, or the notice that an account has been accepted is sent out, the sender is Oekaki Poteto Admin.     how would i change that to Twighlight Art Oekaki Admin? or TAO Admin? or something like that?

Last edited by Twighlight (01-02-2009 11:46:51)

Offline

#2 01-02-2009 21:57:12

Waccoon
Administrator

Re: sorry, bbs mailer isnt working

what file is that message under?

In "functions.php" do a search for the word "mailer".  There are three references.

The language file is a bit of a mess, and some things still don't have resource names.

hoe do i change the comment post bg?

In one of the templates, such as "templates/classic.php":

Code:

.postdata {
    /* Picture for each post */
    text-align: center;
    background-color: $cPostbgColor;
}
.commentmain {
    /* Container for each comment */
    margin: 0 0 0 10px;
}

".postdata" is the containter for the picture and comments combined, ".commentmain" is just for the comments.

Just add a line like background-image: url("p_background.jpg");

...the sender is Oekaki Poteto Admin.

In "language/english.php" search for the variable $langop_precover_p5 approximately in the middle of the file.  Change it from "OekakiPoteto Admin" to whatever you like, except don't use any quotes or apostrophes.

Offline

#3 01-02-2009 23:14:15

Twighlight
Member

Re: sorry, bbs mailer isnt working

the background image thing didnt work...
do i maybe need a repeat variable as well?

nvm, it worked, but not for comment posts, bor the bg of pics tha are too big...

Last edited by Twighlight (01-04-2009 14:56:02)

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB