Welcome, Guest. Please Login or Register.
June 26, 2024, 10:07:49 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [DONE] UltraCoolTopicMover « previous next »
Pages: [1] 2 3 Reply Ignore Print
Author Topic: [DONE] UltraCoolTopicMover  (Read 8560 times)
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
[DONE] UltraCoolTopicMover
« on: July 12, 2002, 12:16:35 AM »
Reply with quote

Ok - it's "done", but it's a crappy mod.  I'll admit that - I hard coded the strings into the file as I was too lazy to do it properly.

But it's a 20 minute job.

Feel free to fix the mod an upload a mended copy - then I'll delete this topic.

This mod is an administrative mod.  It adds a link to the admin page under the error log link.

THe page lists all the boards in the community.

You can select a board, from there you are presented with something like the message index - you can move any number of topics from there.

The reason this mod is useful, is it lets you send more than one topic at a time, it is an intuitive interface, and most of all - it lets you send any number of topics to any number of boards.

So you could send 2 topics to "Chit Chat" and 3 topics to "FAQ" etc.

And it leaves no "topics was moved" messages behind.

I imagine it will mostly be usefull when spliting or merging boards.

Oh yeah, and you can set a "default action" so you don't need to toggle a move for every topic.  I'd show you a screen shot, but it's an admin-only thing,

Cheers.

Instructions: Unzip.  Upload the php file to your Sources directory.  Run the mod file using board mod (or do it manually, there are only 2 steps).  done.


Nemesis - Update link to 1.5.1 version
multiple_topic_mover-v12.zip


« Last Edit: April 11, 2003, 06:53:49 PM by Nemesis » Logged

Purple Raine
Beta Tester
Full Member
***
Posts: 141


Who's Yo Daddy?

WWW
Re:[DONE] UltraCoolTopicMover
« Reply #1 on: July 12, 2002, 01:28:04 AM »
Reply with quote

w00t!  this tools rocks!

Thanks Joseph, you've saved my arse yet again
Logged
sylvester
YaBB God
*****
Posts: 525


Re:[DONE] UltraCoolTopicMover
« Reply #2 on: July 12, 2002, 09:39:35 AM »
Reply with quote


This is a nice mod :)
Logged

I'm back
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[DONE] UltraCoolTopicMover
« Reply #3 on: July 12, 2002, 06:03:08 PM »
Reply with quote

Thanks Joseph. You are the ultimate hacker! I'll install this this weeked along with the other stuff I gotten.  ;)

Hopefully I be done moving all my stuff to my Girlfriends house Saturday. *whew*
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[DONE] UltraCoolTopicMover
« Reply #4 on: July 12, 2002, 10:34:29 PM »
Reply with quote

I love the name you gave it, that is really original.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Shaun
Wannabe Mod Writer
Sr. Member
****
Posts: 361


YaBB SE Rules.

Re:[DONE] UltraCoolTopicMover
« Reply #5 on: July 17, 2002, 11:28:51 PM »
Reply with quote

Argh!  I hit the button to perform the actions, but then the page is reloaded and nothing has moved.  I chmodded to "666".  Is that right or what is my problem?   :-[
Logged

This guy uses objects like women man!
Stud Muffin
Full Member
***
Posts: 120


Oh baby!!

WWW
Re:[DONE] UltraCoolTopicMover
« Reply #6 on: July 18, 2002, 01:04:06 AM »
Reply with quote

Quote from: Shaun on July 17, 2002, 11:28:51 PMArgh!  I hit the button to perform the actions, but then the page is reloaded and nothing has moved.  I chmodded to "666".  Is that right or what is my problem?   :-[

Yup same problem
Logged

Thanks to all the YaBBSE team, a great forum :)
OAP clan Forum
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:[DONE] UltraCoolTopicMover
« Reply #7 on: July 18, 2002, 04:37:15 PM »
Reply with quote

I'm having the same problem :(
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
sylvester
YaBB God
*****
Posts: 525


Re:[DONE] UltraCoolTopicMover
« Reply #8 on: July 18, 2002, 05:11:59 PM »
Reply with quote

Quote from: sylvester on July 12, 2002, 09:39:35 AM
This is a nice mod :)
damn, it doesn't work.
the same problem here :( :-\
I only said it was a nice mod ;)
Logged

I'm back
Stud Muffin
Full Member
***
Posts: 120


Oh baby!!

WWW
Re:[DONE] UltraCoolTopicMover
« Reply #9 on: July 18, 2002, 09:35:31 PM »
Reply with quote

I'm guessing its got something to do with the mySQL database change bit.  
Logged

Thanks to all the YaBBSE team, a great forum :)
OAP clan Forum
Shaun
Wannabe Mod Writer
Sr. Member
****
Posts: 361


YaBB SE Rules.

Re:[DONE] UltraCoolTopicMover
« Reply #10 on: July 21, 2002, 06:35:10 PM »
Reply with quote

* Shaun bumps...

 ;D
Logged

This guy uses objects like women man!
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[DONE] UltraCoolTopicMover
« Reply #11 on: July 21, 2002, 10:43:44 PM »
Reply with quote

Change:
function moveTopics()
{
   global $moveAction, $defaultAction, $numReplies, $currentboard;

To:
function moveTopics()
{
   global $moveAction, $defaultAction, $numReplies, $currentboard, $db_prefix;

That is one bug I've found... might be more.
Logged
Shaun
Wannabe Mod Writer
Sr. Member
****
Posts: 361


YaBB SE Rules.

Re:[DONE] UltraCoolTopicMover
« Reply #12 on: July 22, 2002, 12:10:47 AM »
Reply with quote

Thanks!!!


It works now.   ;D  ;D
Logged

This guy uses objects like women man!
sylvester
YaBB God
*****
Posts: 525


Re:[DONE] UltraCoolTopicMover
« Reply #13 on: July 22, 2002, 12:20:52 AM »
Reply with quote

Quote from: Shaun on July 22, 2002, 12:10:47 AMThanks!!!


It works now.   ;D  ;D
hmm...let's check it out again ;)
Logged

I'm back
Stud Muffin
Full Member
***
Posts: 120


Oh baby!!

WWW
Re:[DONE] UltraCoolTopicMover
« Reply #14 on: July 22, 2002, 11:14:56 AM »
Reply with quote

Quote from: Gobalopper on July 21, 2002, 10:43:44 PMChange:
function moveTopics()
{
   global $moveAction, $defaultAction, $numReplies, $currentboard;

To:
function moveTopics()
{
   global $moveAction, $defaultAction, $numReplies, $currentboard, $db_prefix;

That is one bug I've found... might be more.

Works with that  ;D
Logged

Thanks to all the YaBBSE team, a great forum :)
OAP clan Forum
Pages: [1] 2 3 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [DONE] UltraCoolTopicMover « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.246 seconds with 20 queries.