vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   adding another parameter when posting (https://vborg.vbsupport.ru/showthread.php?t=228286)

emath 11-18-2009 09:49 AM

adding another parameter when posting
 
ive an help forum, which helps students to solve problems from a books.
and i want to collect all these solutions into one table so i could do a search in that table and find a specific solution easy.

im trying to add some more parameters(actually 3) to a specific group when they are posting .

like there is the "title:" parameter, so i want to add there also "book name: " , "page number : " , "exercist number : "

i succeed to add the parameters next to the "title:" and the textbox,

but i just dont know how to add the data to vbulletin database , or how to create the table for it, i need to do it manually ?

please help me.

regards,

Lynne 11-18-2009 01:50 PM

If you need a new table, then you are going to have to create it manually. Then you will have to write the code to insert your data into the table.

emath 11-18-2009 06:57 PM

yes ive created the table i wanted , but where do i write the code to inesrt the data i wrote above into the table ??

for e.g , where is the code which inserts the "title" thread name into the right table .. ?

Lynne 11-18-2009 07:03 PM

I don't know where you would add it. What is it based on - stuff they insert into a new thread? If so, look at the newthread template for a good hook location to plugin to.

emath 11-18-2009 09:33 PM

i want to know where the code that they add the newthread information into the database ??

or where the code that they add the newpost information into the database ??

there isnt such code like "insert into" or "$db" in newthread nor newreply...

Lynne 11-18-2009 10:40 PM

check out the function build_new_post in includes/functions_newpost.php . That is where a new post gets created.

emath 11-19-2009 05:31 AM

ok thanks i can see that, i looked over the code and found the "build_new_post" function.

though i still cant understand how to do what i wanted.

next to the title : textbox ive added bookname:textbox .

now i want to insert the text in the bookname textbox into the table ive created (vb_Solutions) .

how can i do it ?

where is the code that acutally adds the title information into the database ? so ill see an e.g ...

regards,

Lynne 11-19-2009 01:51 PM

You'll want to use the datamangers there. You can read up on datamanagers in the articles forum. Basically, first you need to add the fields to the $validfields array (again, search the files to find it - hint, check the beginning of vB_DataManager_Thread for a hook - threaddata_start), and then you will have to set each of the fields prior to them being saved in the datamanager.

I would strongly suggest finding some modification here that is similar to what you want and looking to see how they did this.

emath 11-19-2009 02:16 PM

ive looked weeks for a mod that will fit to me, but found nothing.

anyway thanks alot for the help...

it did help me.

if u know a mod that could help me then ill be glad to hear..

Lynne 11-19-2009 03:31 PM

I think the Thank You mod adds a field to a thread and then writes to it at times. Just find a mod that does similar things as yours, like that one, and see how they added their field to the $validfields array. I'm not saying to use their mod, just look at what they did and the hooks they used.


All times are GMT. The time now is 11:44 PM.

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.01132 seconds
  • Memory Usage 1,730KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete