Yes, just change the timestamp in the relevant columns
2,401 2007-09-02 14:45
Re: modify date of registration of the users + date of the messages ? (1 replies, posted in PunBB 1.2 troubleshooting)
2,402 2007-09-02 13:15
Re: restricted access to my forums / search engines ? (4 replies, posted in PunBB 1.2 troubleshooting)
Yes, except with a PHP script the server always returns a file
And that page won't be indexed unless it's linked to directly somewhere.
2,403 2007-09-02 13:13
Re: Save username and password between visits (3 replies, posted in PunBB 1.2 troubleshooting)
Modify register.php to remove the code for the checkbox and to change the insert query so that it's always off.
Modify profile.php to remove the option (and, obviously, the ability to set the option)
Update the database to set all existing accounts to No
2,404 2007-09-02 13:11
Re: Making all posts align left? (7 replies, posted in PunBB 1.2 troubleshooting)
Oh, right: remove that stuff but then add <pun_head> back to the very top
2,405 2007-09-02 02:26
Re: Making all posts align left? (7 replies, posted in PunBB 1.2 troubleshooting)
I pointed you to what you needed to change, but you seem to have added MORE code to that area
Also, you need to remove the <head> (everything in it) and the <body> tags from PunBB.
2,406 2007-09-02 02:02
Re: Making all posts align left? (7 replies, posted in PunBB 1.2 troubleshooting)
A couple things I noticed
1. You have a <div align="center"><table><tr><td></div>[forum]. The div is probably what's causing the error: the browser ignoring the closing div since you have open tags still.
2. You really need to edit the PunBB templates to remove eg the html tag if you're embedding it within a page
2,407 2007-09-01 22:55
Re: A challenge to someone who knows SQL (6 replies, posted in PunBB 1.2 discussion)
That has a couple limitations:
it only works on MySQL 4.1 or higher (or any other system that supports subselects, postgresql might)
it assumes no database prefixes
2,408 2007-09-01 22:46
Re: A challenge to someone who knows SQL (6 replies, posted in PunBB 1.2 discussion)
update topics set last_poster_id=(select users.id from users where username=last_poster)
2,409 2007-09-01 21:09
Re: Problem with forum in spanish (12 replies, posted in PunBB 1.2 troubleshooting)
I would set it
2,410 2007-09-01 19:24
Re: Alternate 15x15 smilie (emoticon) set (17 replies, posted in PunBB 1.2 discussion)
And you have a couple there (the ones from vB) that are 16x16
2,411 2007-09-01 17:33
Re: Timezone in version 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
The new version will be released when it's ready
And updating will involve replacing your existing PunBB files and running a script to update the database. So, depending on if you have modified your forums (and if so how much), you might have more work.
2,412 2007-09-01 16:33
Re: paid listing (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
2,413 2007-09-01 15:39
Re: Timezone in version 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
You are. 1.3 is the version currently under development and it isn't ready for a production environment.
2,414 2007-09-01 13:45
Re: Subcats and punbb 1.3? (11 replies, posted in PunBB 1.2 discussion)
Native subforum support? It's possible, but not exceedingly likely.
2,415 2007-09-01 13:09
Re: Subcats and punbb 1.3? (11 replies, posted in PunBB 1.2 discussion)
You misunderstood me a little
The upgrade to 1.3 will involve you replacing all of your existing code with a new version (there are too many changes for an hdiff). This means that all modifications you installed will be "gone." However, the modifications that have been made to the database won't be erased. So, if you install 1.3 and then install a newly written subforum extension that uses your existing subforum data, all your data will still be there. If you don't install a new extension, the data will still be in the database but not accessible outside of that.
2,416 2007-09-01 12:47
Re: Subcats and punbb 1.3? (11 replies, posted in PunBB 1.2 discussion)
PunBB 1.3
There shouldn't be any problems except for that your mod will stop working, since you will need updated code for the new version. However, there shouldn't be much of an issue from a database perspective.
Native subforum support? It's possible, but not exceedingly likely.
And as you said, it's done when it's done
2,417 2007-09-01 12:42
Re: Timezone in version 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
You can't have that in 1.2. The server time zone in 1.2 should be set such that the time given to guests is GMT.
In 1.3, we remove the need to set the time to GMT and replace it with the ability to set the default timezone, which is what you're looking for.
2,418 2007-09-01 02:15
Re: Style Option (11 replies, posted in PunBB 1.2 troubleshooting)
FIND
case 'display':
{
AFTER, ADD
$form = extract_elements(array('disp_topics', 'disp_posts', 'show_smilies', 'show_img', 'show_img_sig', 'show_avatars', 'show_sig', 'style'));
It appears that you removed a line you shouldn't have
2,419 2007-09-01 02:05
Re: Style Option (11 replies, posted in PunBB 1.2 troubleshooting)
Sure, although I'd prefer that you use something like pastebin
2,420 2007-09-01 01:51
Re: Style Option (11 replies, posted in PunBB 1.2 troubleshooting)
Have you modified profile.php?
2,421 2007-09-01 01:43
Re: Style Option (11 replies, posted in PunBB 1.2 troubleshooting)
"This forum is not accepting new registrations."
2,422 2007-09-01 01:35
Re: Style Option (11 replies, posted in PunBB 1.2 troubleshooting)
I would need to have a link to the forum
2,423 2007-08-31 21:47
Re: restricted access to my forums / search engines ? (4 replies, posted in PunBB 1.2 troubleshooting)
This is the right forum I'd say
Once Google and the rest index the new version of the page, the old version should go away. There is no timetable on that though.
2,424 2007-08-31 21:46
Re: Problem with forum in spanish (12 replies, posted in PunBB 1.2 troubleshooting)
Convert the database content to UTF-8 and I think you're good to go
2,425 2007-08-31 21:34
Re: Unable to use apostrophes in board title and description when in- (2 replies, posted in PunBB 1.2 bug reports)
Closed, we do not accept bug reports for 1.3.