If not a normal user, at least an admin. Can this be done on any specific forum platforms/ CMSes? Perhaps vBulletin can? Others?
Are there any forum platforms that allow you to modify the post date?
Started by onething, Sep 30 2011 06:17 AM
5 replies to this topic
#1
Posted 30 September 2011 - 06:17 AM
|
|
|
#2
Posted 30 September 2011 - 09:03 AM
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 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 -
.
.
#3
Posted 30 September 2011 - 09:23 AM
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 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
Posted 30 September 2011 - 09:31 AM
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?
What platform are you using?
Check out our update Guidelines/FAQ. When posting code, remember to use code tags -
.
.
#5
Posted 01 October 2011 - 02:55 PM
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?
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
Posted 01 October 2011 - 10:14 PM
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 -
.
.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









