Print Page | Close Window

Batch Move Topics Mod Request

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=2520
Printed Date: 31 March 2026 at 9:29pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Batch Move Topics Mod Request
Posted By: xeerex
Subject: Batch Move Topics Mod Request
Date Posted: 08 May 2003 at 3:13pm

When you use the Batch Move in the admin (awesome function btw), it also moves sticky and announcement topics. This can be a problem depending on your forum.

I am trying to figure this one out but don't have enough ASP knowlege yet.

===============
My mod so far:

admin/batch_move_topics_form.asp -  Line 166 or so (easy part)

<select name="priority">
                <option value="0" selected>Normal</option>
                <option value="1">Sticky</option>
                <option value="2">Announce this Forum</option>
                <option value="3">Announce All Forums</option>
</select>

admin/batch_move_topics.asp

Line 69  intPriority = CInt(Request.Form("priority"))

============================

I know what I need to modify the "Update" SQL statement and/or the "If" statement just below. However, I'm not quite sure what to do.



-------------
http://webspacegeeks.com - Need Hosting, Domains, Dedicated Servers?
http://www.smartergeek.com - web design | pc support | training | podcasts | video production



Replies:
Posted By: Zamal
Date Posted: 08 May 2003 at 3:55pm

Add the following

AND (" & strDbTable & "Topic.Priority=" & intPriority & ")

to both SQL statements



Posted By: xeerex
Date Posted: 08 May 2003 at 7:55pm

Worked like a charm! I knew it had to be something simple. I'll post the mod'ed pages here for anyone else that wants to use them.

Thanks a lot Zamal!



-------------
http://webspacegeeks.com - Need Hosting, Domains, Dedicated Servers?
http://www.smartergeek.com - web design | pc support | training | podcasts | video production



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net