vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Easy Forms v4.x - Create a form or multiple forms without php or html knowledge (https://vborg.vbsupport.ru/showthread.php?t=234385)

IggyP 12-27-2018 01:23 AM

did anyone try this with php7.2? i need to test soon, im a little nervous for this one...

shka 12-27-2018 06:00 AM

@snakes1100:

It is not a vB4.2.5 issue. "rows" is a reserved word since MariaDB 10.2.4.

Quick and dirty you can change the sql which is using "rows" to "[rows]" (using square brackets for the field name(s)).
Update Upps, you probably have to use mysql-like backticks.

Better way somebody would change the mod (alter column name in for example rowcount and search and replace every occurrence in codes and templates)

elikkha 02-11-2019 04:25 PM

Quote:

Originally Posted by shka (Post 2597938)
@snakes1100:

It is not a vB4.2.5 issue. "rows" is a reserved word since MariaDB 10.2.4.

Quick and dirty you can change the sql which is using "rows" to "[rows]" (using square brackets for the field name(s)).
Update Upps, you probably have to use mysql-like backticks.

Better way somebody would change the mod (alter column name in for example rowcount and search and replace every occurrence in codes and templates)


Hi all

Is there any chance to have a soluce for this plz ?

edgeless 09-22-2019 07:27 PM

Is there a way to put a link to the thread that's auto created into the forum results?

djbaxter 09-22-2019 07:43 PM

Quote:

Originally Posted by edgeless (Post 2600739)
Is there a way to put a link to the thread that's auto created into the forum results?

I don't understand your question. What are you trying to do?

edgeless 09-22-2019 08:11 PM

Quote:

Originally Posted by djbaxter (Post 2600740)
I don't understand your question. What are you trying to do?

Upon form submission, I have it set to create a thread. I would like to have a clickable link to that thread auto inserted into the form results (table and results list). Is this possible?

djbaxter 09-22-2019 09:14 PM

That should happen automatically when a new thread is created.

edgeless 09-22-2019 09:45 PM

Quote:

Originally Posted by djbaxter (Post 2600742)
That should happen automatically when a new thread is created.

It doesn't for me. The new thread is successfully created with the correct information from the submitted form. But the only link that appears in the form results is the username link. It would be great if there were a way to also have a link to the created thread inserted into the form results record as well.

djbaxter 09-22-2019 10:26 PM

Oh I see. No it won't be created in the form. It will be created in the forum though, so visible in the new posts results.

edgeless 09-23-2019 12:17 AM

Quote:

Originally Posted by djbaxter (Post 2600744)
Oh I see. No it won't be created in the form. It will be created in the forum though, so visible in the new posts results.

Yes, it does that just fine. For my purpose, though, we have users that we'd prefer use the form results table as a tracking index (of sorts) to allow them to see the information from multiple recent submissions all together. If there were links to each associated thread within each results row, it would be quite handy for quickly clicking into an ensuing thread dialog. My guess is that one problem in achieving that functionality is that the threads are automatically created after the submitted data is saved... so there may have to be a script called that could modify the saved data after the thread creation stage. Conclusion: not such an easy thing to make happen :(


All times are GMT. The time now is 12:17 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.08268 seconds
  • Memory Usage 1,742KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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