The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to show Field box to introduce text and save it?
The idea is to show a button, if the user press it, it will check if the user has set something on field1 and field2.
If he hasn?t set any on field1 and 2...he will see a popup window with the 2 fields ready to be completed... after the user press the Save button...the field changes will be saved. Any idea how to do this? How can I display a specific box of field1 so any user can write on it? Any help will be appreciated |
#2
|
|||
|
|||
It seems to me that you could know ahead of time (when the page with the button is being generated) if they have set the fields, so that you wouldn't have to have the button do a check. But when the button is pressed, you could have it open a small "custom page" in another window, so then you could follow the instructions in this article: https://vborg.vbsupport.ru/showthread.php?t=228112
As for the fields, you could just use an html form with whatever type of fields you need for them to fill in. You would need another custom page to handle the submission of that form, but what you'd probably want to do is use the same custom script and have a "do" parameter, so that if do is set to a certain value you know the form is being submitted, otherwise you just display the form. Anyway, I hope this helps. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|