Well, that required a little bit of editing in the PHP (to get the alternating colors in viewforum.php, for example)
Just take a look at the CSS file
http://www.haveamint.com/forum/style/Minted.css

Now then, what exactly was it you were looking for? There's no "guide" to editing the CSS files I'm afraid wink

5,952

(69 replies, posted in News)

Coxis: Because you didn't run the updating script, you can't expect to edit the files and have the value in the DB magically change tongue
You can also use the version changing plugin wink

http://www.jsand.net/spinkbb/?lang=en

Edit: And there was no need to post this in Troubleshooting as well

5,954

(11 replies, posted in PunBB 1.2 troubleshooting)

Where can I see my database prefix?

config.php

5,955

(11 replies, posted in PunBB 1.2 troubleshooting)

EasyPoll 1.1.3 wink
Run the following SQL queries (replace prefix with your database prefix)

alter table prefixtopics change question question varchar(255) not null default ''
alter table prefixtopics change yes yes varchar(30) not null default ''
alter table prefixtopics change no no varchar(30) not null default ''

5,956

(7 replies, posted in PunBB 1.2 discussion)

Not with SQLite
And you'd have to disable avatars and you'd have to edit the files so that cache isn't used

5,957

(3 replies, posted in PunBB 1.2 troubleshooting)

This isn't a bug report, this is troubleshooting
And to find the root of the problem we'd need more info, like:
Is the email actually being sent? If so, are other people recieving it? Are other people with your email provider not getting the emails? Is the sending server on a blacklist? etc

EDIT: Moved

5,958

(11 replies, posted in PunBB 1.2 troubleshooting)

What mod did you install that adds question to topics?

5,959

(3 replies, posted in PunBB 1.2 troubleshooting)

And the cache folder is 777?

5,960

(2 replies, posted in General discussion)

Pekz0r wrote:

I can't log in at all
Is there a way to change back the language in the mySQL database?
I tired to change o_default_lang in config to English, but it didn't change

You also need to delete the config_cache.php file in the cache directory

This topic provides a little more information on your issue

5,962

(4 replies, posted in PunBB 1.2 troubleshooting)

Sounds like you made a mistake installing it: try undoing what you have done and doing it again? Otherwise, ask in the PunRes topic for the mod

Aha, I just saw this on a site

SQLite requires the directory the database file resides in to be writable by the webserver in order to write lock files

That would explain the issue! smile

When you post in a topic you are subscribed to I believe it's smart enough not to send you an email.
"Include posts" includes the content of the post in the email that is sent to you when someone posts in a topic you have subscribed to

5,965

(2 replies, posted in Feature requests)

http://punbb.org/forums/viewtopic.php?id=9671
See especially Rickard's posts

Although 1.3 will (I believe) allow multiple groups to have moderation powers

5,966

(8 replies, posted in PunBB 1.2 troubleshooting)

Yes

5,967

(8 replies, posted in PunBB 1.2 troubleshooting)

Sounds like you already ran it once

Obviously PunBB should be able to read everything, and the only things I can think of that need write permissions as well are the cache directory (and any files you already have within it), the avatars directory, and the SQLite database. What error(s) did you get when it was set up like that?

Or if you feel comfortable with doing so you can edit config_cache.php to change the announcement text (and then change it in the database after you login, of course)

Probably something to do with this (you might have to register)
http://www.webmasterworld.com/forum21/9344.htm

However, this is the most important part:

* <i> - Strictly a presentational element.
      If you want text to be italicized and not have any real semantic meaning, then wrap it in <i></i>.

    * <b> - Strictly a presentational element.
      If you want text to be bold and not have any real semantic meaning, then wrap it in <b></b>.

    * <em> - Strictly a structure element.
      If you want text to be spoken with emphasis using a speech reader, then wrap it in <em></em>.

    * <strong> - Strictly a structure element.
      If you want text to be spoken with strong emphasis using a speech reader, then wrap it in <strong></strong>.

You probably should wait for Paul to confirm that that is actually the reason though tongue

Yes

5,972

(21 replies, posted in Programming)

Ludo wrote:
Smartys wrote:

I would assume it just involves replacing the PSA ads with the correct code

What do you mean by PSA ads and which correct code are you talking about?

Ludo,

Firefox/Adsense Code instructions: https://www.google.com/support/adsense/ … swer=25886
PSA Ads: http://www.google.com/support/adsense/b … swer=21590

<link rel="stylesheet" type="text/css" href="style/Official.css" />

That's what I get

And the Guest style is irrelevant, the style actually displayed is the board default

5,974

(2 replies, posted in PunBB 1.2 discussion)

You can certainly get a URL that works for the search you want
ie: searching all forums for posts by me
http://punbb.org/forums/search.php?acti … rch=Submit

However, you either have to manually construct it or you have to watch the HTTP traffic and grab that URL smile

5,975

(8 replies, posted in PunBB 1.2 troubleshooting)

http://www.punres.org/desc.php?pid=60