You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 239 of 307)
Topics by Smartys User defined search
Posts found: 5,951 to 5,975 of 7,674
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](https://punbb.informer.com/forums/img/smilies/wink.png)
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](https://punbb.informer.com/forums/img/smilies/tongue.png)
You can also use the version changing plugin ![wink](https://punbb.informer.com/forums/img/smilies/wink.png)
http://www.jsand.net/spinkbb/?lang=en
Edit: And there was no need to post this in Troubleshooting as well
Where can I see my database prefix?
config.php
EasyPoll 1.1.3 ![wink](https://punbb.informer.com/forums/img/smilies/wink.png)
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 ''
Not with SQLite
And you'd have to disable avatars and you'd have to edit the files so that cache isn't used
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
What mod did you install that adds question to topics?
And the cache folder is 777?
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
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](https://punbb.informer.com/forums/img/smilies/smile.png)
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
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
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](https://punbb.informer.com/forums/img/smilies/tongue.png)
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
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](https://punbb.informer.com/forums/img/smilies/smile.png)
Posts found: 5,951 to 5,975 of 7,674