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)

SilverBoy 01-09-2014 08:09 AM

is this great product works with 4.2.2?

SilverBoy 01-14-2014 10:45 PM

No body can answer my question?

nano_9219 01-20-2014 11:52 AM

Works Perfectly in vBulletin 4.2.x

SilverBoy 01-22-2014 12:02 AM

Thanks nano

Trevor Hannant 02-02-2014 09:59 AM

Seem to be getting an error on this with PHP 5.3:

PHP Fatal error: Cannot use object of type mysqli_result as array in /var/www/vhosts/URL/httpdocs/forum/forms.php on line 1242

Line 1242 is:

PHP Code:

$formbit['value'] = $q[$formbit[id]]; 

Everything I've read re that error relates to the query_read line a few lines up - whether vB or not vB:

PHP Code:

$formbits $vbulletin->db->query_read("SELECT * FROM " TABLE_PREFIX "formbits WHERE fid = $fid ORDER BY displayorder ASC")); 

If I change this to :

PHP Code:

$formbits $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT * FROM " TABLE_PREFIX "formbits WHERE fid = $fid ORDER BY displayorder ASC")); 

...I can get the page but not the actual form itself. Replacing all similar lines has no effect either. Anyone else had this, edited the forms.php file and got this working?

Morrus 02-02-2014 12:54 PM

From the above posts, it looks like this doesn't work on 4.2.2 and/or PHP 5.3?

Trevor Hannant 02-02-2014 01:03 PM

Quote:

Originally Posted by Morrus (Post 2478620)
From the above posts, it looks like this doesn't work on 4.2.2 and/or PHP 5.3?

That's the combination I'm using...

Vitaris 02-03-2014 02:13 PM

These forms are still working perfectly on my 4.2.2 installation. (Thanks, banana! It's been a life saver!)

I have a question, though. I'm creating a form where I'd like my members to post their forms anonymously. That is, not under their usernames. I am happy to have their forms posted with my own, instead, if needed. (It's for a Secret Admirer event for Valentine's, and I don't want them to spoil the mystery by having the form posts reveal their identities.)

Is this possible?

bananalive 02-03-2014 07:41 PM

Quote:

Originally Posted by Vitaris (Post 2478797)
These forms are still working perfectly on my 4.2.2 installation. (Thanks, banana! It's been a life saver!)

I have a question, though. I'm creating a form where I'd like my members to post their forms anonymously. That is, not under their usernames. I am happy to have their forms posted with my own, instead, if needed. (It's for a Secret Admirer event for Valentine's, and I don't want them to spoil the mystery by having the form posts reveal their identities.)

Is this possible?

Post to thread

Then add to hook: Form Hook: Before Submit:

PHP Code:

$vbulletin->userinfo['userid'] = 0;
$vbulletin->userinfo['username'] = 'Guest'


Vitaris 02-03-2014 09:01 PM

Banana, you are a legend. Thank you so much for all that you do for us! It's appreciated. :)


All times are GMT. The time now is 09:11 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.03198 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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