|
|
Joined: Feb 2003
Posts: 196
Member
|
Member
Joined: Feb 2003
Posts: 196 |
Can someone tell me how to archive topics, is there a command of some sort that I missing??
|
|
|
|
Joined: Jul 2001
Posts: 808
Coder
|
Coder
Joined: Jul 2001
Posts: 808 |
What do you like to do ? Export them to read it offline or archive inside UUBthreads ?
If you like to archive inside Threads just create a forum, set the permissions to read only for all groups except administrator and move the the threads to this forum, done.
|
|
|
|
Joined: Feb 2003
Posts: 196
Member
|
Member
Joined: Feb 2003
Posts: 196 |
ok. I thought there was a auto command that archives all topic older than a year or something. A member lately informed me that he couldnt locate a certain topics, is it possible they were archives if so where are they?
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Yeah, UBB.Threads doesn't have any archive ability.... you could move them to another forum, but that doesn't decrease load or post table size or anything.
|
|
|
|
Joined: Oct 2003
Posts: 2,305
Old Hand
|
Old Hand
Joined: Oct 2003
Posts: 2,305 |
actually UBBT deletes posts older than the time you specify in your Control Panel -> Forum Settings -> Edit Forum -> Expire Topics but only if you have set up a cron job for doexpire.php
also you can manually prune topics by going to control panel -> prune topics
now if you haven't done either of those and the thread is gone.. you may also have a corrupt table...
|
|
|
|
Joined: Aug 2000
Posts: 1,609
Addict
|
Addict
Joined: Aug 2000
Posts: 1,609 |
I wrote a mod for this for 6.4.2... https://www.ubbdev.com/forum/showflat.php?Number=112548 I have since stopped using it in favor of just locking threads that have not been active for 365 days. [] UPDATE w3t_Posts SET B_Status = "C", B_Kept = "K" WHERE ( UNIX_TIMESTAMP( ) - B_Last_Post ) / ( 3600 * 24 ) >= '365' AND B_Status != "C" [/] I do this manually, but it could easily be setup as a cron task - I'm just too lazy. 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|