Jump to content

Are there any forum platforms that allow you to modify the post date?

- - - - -

  • Please log in to reply
5 replies to this topic

#1
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
If not a normal user, at least an admin. Can this be done on any specific forum platforms/ CMSes? Perhaps vBulletin can? Others?

#2
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
  • Programming Language:C, PHP
  • Learning:Python
Do you mean changing it using the platform UI or going to the DB directly?
I used Drupal for another site of mine and it allows you to update the "published" date using the "edit" UI/view.
For most platforms, post dates are stored in the DB. If you can find the DB table/field, you can modify it.
Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.

#3
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts

Roger said:

Do you mean changing it using the platform UI or going to the DB directly?
I used Drupal for another site of mine and it allows you to update the "published" date using the "edit" UI/view.
For most platforms, post dates are stored in the DB. If you can find the DB table/field, you can modify it.

I didn't know about it being in the DB too.

Whatever is easier to parse with regexp. With a db, I'm assuming you can find it in mysql. I'm not sure if i'd know how to find it, though, as I'm no programmer.

With a user interface, all I'd have to do is set the regex to parse the forms where the date is input. That I can do.

You used Drupal, but you must have used an add-on to make the forum, right? Drupal AFAIK is just a CMS, not a forum thingie?

#4
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
  • Programming Language:C, PHP
  • Learning:Python
Drupal has a forum module that sites on top of the CMS. It's not as powerful as vBulletin, but it does the job. I'm not currently using the forum module but I would imagine it to allow you to change the post date, just like the CMS.

What platform are you using?
Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.

#5
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts

Roger said:

Drupal has a forum module that sites on top of the CMS. It's not as powerful as vBulletin, but it does the job. I'm not currently using the forum module but I would imagine it to allow you to change the post date, just like the CMS.

What platform are you using?

I'm playing around at home with a vbulletin.

Is there any platform that allows forum posts to be scheduled, like in blogger or wordpress blogs?

#6
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
  • Programming Language:C, PHP
  • Learning:Python
I'm not too sure. I know ppl do it with WP, but I've never seen it on vB or Drupal. But I'm sure there is a module out there that can do that.
Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users