vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Move through xml/html in vbulletin? (https://vborg.vbsupport.ru/showthread.php?t=232093)

dezkit 01-03-2010 10:23 PM

Move through xml/html in vbulletin?
 
Hello, I currently have the code
Code:

<if condition="$show['openclose']"><div><label for="ao_oct0">
<input type="checkbox" name="openclose" value="1" id="cb_openclose" tabindex="1" $checked[openclose] />
<if condition="$show['closethread']">Lock
<else />$vbphrase[open_thread]</if></label></div></if>
       
<if condition="$show['movethread']">
<div><label for="ao_mvt">
<input type="checkbox" name="do" id="ao_mvt" value="movethread" />Move</label>
</if>

What I am trying to do is so that when Move is selected, the thread gets moved to a certain forum. How will I be able to do this? Thank you.

P.S. I want this for both SHOWTHREAD and THREAD TOOLS

Lynne 01-04-2010 12:02 AM

You are using an input tag, but where is the rest of the form? You need to add some hidden fields into the form regarding what forum to move it to. I think there is a mod already written to do this, try a search if you are interested in it.

dezkit 01-04-2010 02:22 AM

Thank you for your reply, I can not find any code or modification for this type of problem. I have even tried researching some template information but can not find anything. Please code me this. Thanks again. Sorry.

EDIT: The first paragraph of code (the lock) works perfectly but the second part does not.

dezkit 01-13-2010 01:08 AM

bump, please help.

Lynne 01-13-2010 02:17 AM

I seem to recall that in order to do a move, the form action is do=domovethread and, as I said, you need to include hidden input fields to tell is which forum it will have to move into. I think you may also have to include hidden fields for the variable "redirect" (and maybe a couple more). You need to read the postings.php file to see what is needed.


All times are GMT. The time now is 03:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01151 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete