php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#218295 - 06/09/02 10:37 AM Move multiple threads at once -> Big request =)
Sheall Offline
User

Registered: 05/25/02
Posts: 41
Hey... I've really learned a lot about how UBBThreads works by reading here... but there is one thing I cannot figure out for myself. <br /> <br />I want to be able to move multiple threads at once. <br /> <br />IE:- I want to put check boxes by threads so that an admin or moderator can move them by ticking the box and then clicking a button. <br /> <br />Any ideas?


Edited by MTO (06/19/02 03:03 PM)

Top
#218296 - 06/17/02 03:35 PM Re: Big request =) [Re: tanster]
Sheall Offline
User

Registered: 05/25/02
Posts: 41
*bump*

Top
#218297 - 06/17/02 04:20 PM Re: Big request =) [Re: tanster]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I've never looked into doing something like this. Has anyone else tried this?
_________________________
~Dave
ChattersOnline.com

Top
#218298 - 06/17/02 05:42 PM Re: Big request =) [Re: sjsaunders]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
No, but the functionality exists in ikonboard which may provide a starting ground. In addition to this, what I would like to see is the ability to move a thread and have a link remain in the original forum. That is perhaps one functionality that I miss the most.

Top
#218299 - 06/17/02 06:41 PM Re: Big request =) [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
Dave, you'd truly be my hero if you figured this one out. <img src="/forum/images/icons/wink.gif" alt="" /> We spend about 5 hours a week moving threads into archive forums. <img src="/forum/images/icons/tongue.gif" alt="" />
_________________________
[:"red"]Lisa[/]

Top
#218300 - 06/17/02 06:42 PM Re: Big request =) [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I still have to get to work on the auto archive thingie for this.. lol<br /><br /><br />but I'll put it on my list of things to kill time with. <img src="/forum/images/icons/wink.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#218301 - 06/17/02 09:01 PM Re: Big request =) [Re: tanster]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I been kinda looking at this. The hardest part that I can see is figuring out the number of posts that were moved and updating the "from" board and "to" board's thread/post count. <br /> <br />Edit: And other information needs to be updated as well. The board's "last post" information will need to be figured out. Also, I just looked and the regular "move one at a time" route wont move threads with unapproved posts in them so I wont either. <img src="/forum/images/icons/wink.gif" alt="" />


Edited by JustDave (06/17/02 09:13 PM)
_________________________
~Dave
ChattersOnline.com

Top
#218302 - 06/18/02 11:07 AM Re: Big request =) [Re: tanster]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I been working on this here and there.<br />So far I have modified:<br /><br />menu.php (added "Move threads" option in Post Managment)<br />chooseforum.php (follows through with the menu link options)<br /><br />I have created:<br /><br />viewmovethreads.php (displays list of threads available to move that was selected from choosforum.php and allows selection of target board to move to)<br /><br />Still working on:<br /><br />doviewmovethreads.php (will do the actual moving of the threads)<br /><br /><br />When finished this will be located and accessed from the admin area. <img src="/forum/images/icons/smile.gif" alt="" /><br /><br />This is sort of related to the auto-archival system I wanted to make so it's helping me figure out how to go about it. LoL
_________________________
~Dave
ChattersOnline.com

Top
#218303 - 06/18/02 05:17 PM Re: Big request =) [Re: sjsaunders]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
<blockquote><font class="small">posted by JustDave:</font><hr /> This is sort of related to the auto-archival system I wanted to make so it's helping me figure out how to go about it. LoL <hr /></blockquote>Excellent! That is one hack that I'm really looking forward to. <img src="/forum/images/icons/smile.gif" alt="" />

Top
#218304 - 06/18/02 07:07 PM Re: Big request =) [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Dave you're a Threads maniac! <br /> <img src="/forum/images/icons/smirk.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#218305 - 06/18/02 09:16 PM Re: Big request =) [Re: Daine]
donnti Offline
Power User

Registered: 06/18/02
Posts: 66
Loc: Minnesota USA
I can' wait either. It will be usefull on my board also

Top
#218306 - 06/24/02 11:37 AM Re: Big request =) [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
[]but I'll put it on my list of things to kill time with<hr /></blockquote> <br /> <br />I know you're very busy, and I truly appreciate all the hacks you've put up for us. <img src="/forum/images/icons/smile.gif" alt="" /> <br /> <br />However <img src="/forum/images/icons/laugh.gif" alt="" /> I just wanted to mention that our mods have offered to send you cookies if you get this completed. <img src="/forum/images/icons/grin.gif" alt="" />


Edited by Lisa_P (06/24/02 11:38 AM)
_________________________
[:"red"]Lisa[/]

Top
#218307 - 06/30/02 12:58 AM Re: Big request =) [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I've been killing time. <img src="/forum/images/icons/wink.gif" alt="" /> <br /> <br /> <br />I have this modification working, as far as I can tell. I have messed a few things up (thread/post count per board) on my test site but I think I got that licked now... LoL <br /> <br /> <br />I have one or two changes to make and then I'll start putting together the instructions. Once done I'll send the zip file to you for testing on your test site. (When I see my name all over my test site it is hard to know if something is not being done correctly... lol) <br /> <br /> <br /> <br />Edit Note: I still had a few glitches with thread/post counts but they are fixed now. The script only lists the last 20 threads of the selected "from board" that can be moved to the "to board". I'll be adding a "Next" button to select the next 20 threads from the "from board". I suppose a "Back" button would be handy too. LoL Also note, this script will move ALL posts including unapproved ones. (was way to hard otherwise) Now the moderator in the "to board" will have to approve them. (or that's how I think it will work) LoL <br /> <br />More to come. <img src="/forum/images/icons/wink.gif" alt="" />


Edited by JustDave (06/30/02 02:29 AM)
_________________________
~Dave
ChattersOnline.com

Top
#218308 - 06/30/02 09:49 AM Re: Big request =) [Re: SDS]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
[]<br />In addition to this, what I would like to see is the ability to move a thread and have a link remain in the original forum.<br /><hr /></blockquote><br /><br />After monkeying with this "move many threads" script I can see how one would go about leaving a link. I think 4 new fields would be needed in w3t_Posts.<br /><br />B_MovedTo (stores the board keyword that the post was moved to)<br />B_MovedBy (stores the name of ther user that moved it)<br />B_MovedOn (stores when it was moved)<br />B_MovedNum (stores the number of the post that was moved)<br /><br />When a post is moved a new post is made in the "from" forum to mirror the information of the post being moved.<br /><br />Then as postlist.php cycles through the posts for the current forum and it runs accross posts that contain data in the above fields it would list the subject link and substitute board and post number with B_MovedTo and B_MovedNum information.<br /><br />Also, I think some sort of note in the subject area should be displayed saying the post was moved. (post moved by JustDave on 06/29/02 11:35 PM)<br /><br />Things like thread/post count should not be affected by "marker posts" though. (my opinion)<br /><br />I believe that the "marker posts" is something that Rick has plans on developing in the future so I don't think I'll be doing anything with this.
_________________________
~Dave
ChattersOnline.com

Top
#218309 - 06/30/02 10:21 AM Re: Big request =) [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
That's just awesome. <img src="/forum/images/icons/cool.gif" alt="" /> We're ready when you are! <img src="/forum/images/icons/grin.gif" alt="" /> I know the feeling with the testing -- our mods think I'm joking when I say I've been talking with myself so much, just making test post after test post, that it's beginning to frighten me. <img src="/forum/images/icons/laugh.gif" alt="" /> <br /><br />Thank you a hundred times for all the work you've put into this. <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
[:"red"]Lisa[/]

Top
#218310 - 06/30/02 10:34 AM Re: Big request =) [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I'm putting in "select all" and "unselect all" buttons right now. I should have this finished soon. <img src="/forum/images/icons/smile.gif" alt="" /> (trying to make navigation and use as easy as possible)
_________________________
~Dave
ChattersOnline.com

Top
#218311 - 06/30/02 12:34 PM Re: Big request =) [Re: sjsaunders]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
Sounds great Dave! <br /><br />Do you ever sleep. <img src="/forum/images/icons/laugh.gif" alt="" />

Top
#218312 - 06/30/02 02:38 PM Re: Big request =) [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I sent you the zip via email. (from your profile)<br /><br />Let me know if it seems to be working so I can post it for everyone. <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#218313 - 06/30/02 02:56 PM Re: Big request =) [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
I got it -- thank you! I just got it up and it certainly seems to work! <img src="/forum/images/icons/grin.gif" alt="" /> I feel like a kid in a candy store! <img src="/forum/images/icons/shocked.gif" alt="" /> We've wanted this for SOOO long! <img src="/forum/images/icons/laugh.gif" alt="" /><br /><br />I absolutely hate typing this, because I'm thrilled with it the way it is, but . . . <img src="/forum/images/icons/laugh.gif" alt="" /> it would be much more useful if you could sort by the categories (sort by date, descending, ascending, by subject, etc. -- like the postlist page works.) There are times when we want to move all posts before a certain date, or there are times when we open a new forum and transfer some of the threads to it since they are more relavent in the new forum.<br /><br />If that's just impossible to do (or not worth the effort <img src="/forum/images/icons/wink.gif" alt="" />), I'd think it would be better to sort the threads by ascending date, instead of descending date. It's usually the earlier threads that need to be moved first. <br /><br />Regardless, it's great. <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
[:"red"]Lisa[/]

Top
#218314 - 06/30/02 03:00 PM Re: Big request =) [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
hehe thanks for the insight. <img src="/forum/images/icons/smile.gif" alt="" /><br /><br />I don't use my boards like a regular .threads owner so letting me know how you use them and how you would want a script to work helps.<br /><br />I'll see if I can get everything in you mentioned and get this out tonight still. I'll send you the zip when I have the updates installed.
_________________________
~Dave
ChattersOnline.com

Top
Page 1 of 2 1 2 >


Who's Online
2 registered (AllenAyres, blaaskaak), 19 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Spell Check [beta]
by AllenAyres
12/01/08 09:32 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25449
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks