vb.org Archive

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

bananalive 01-12-2009 02:07 PM

Quote:

Originally Posted by valendono (Post 1709710)
I duno this bugs or not.. after submit question in form



but that not redirected

Cheers, I'll fix that in next release.

Dax IX 01-12-2009 07:35 PM

Quote:

Originally Posted by bananalive (Post 1709642)
Edit Plugin: Easy Forms AutoInsert Links

Replace all
PHP Code:

if ($vbulletin->options['easy_forms_navbar'] && $vbulletin->options['canviewformlist'] && in_array($vbulletin->userinfo['usergroupid'], unserialize($vbulletin->options['canviewformlist']))) { $ef_navbar_link "<td class=\"vbmenu_control\"><a href=\"".$vbulletin->options['bburl']."/misc.php$session[sessionurl_q]?do=forms\">$vbphrase[forms]</a></td>";
eval(
'$template_hook[navbar_buttons_left] .= $ef_navbar_link;'); }
if (
$vbulletin->options['easy_forms_quicklinks'] && $vbulletin->options['canviewformlist'] && in_array($vbulletin->userinfo['usergroupid'], unserialize($vbulletin->options['canviewformlist']))) { $ef_quicklinks "<tr><td class=\"vbmenu_option\"><a href=\"".$vbulletin->options['bburl']."/misc.php$session[sessionurl_q]?do=forms\">$vbphrase[forms]</a></td></tr>"
eval(
'$template_hook[navbar_quick_links_menu_pos4] .= $ef_quicklinks;'); } 



That's excellent! Thank you. :) I was going about it all wrong. :o

metalguy639 01-13-2009 12:35 AM

Quote:

Originally Posted by bananalive (Post 1708438)

I'm creating a help file, attached which should help you. The default code goes through each option and depending on the question type creates the form answer.

Thanks, I'm pretty sure I can work with this.

valendono 01-13-2009 01:54 AM

ok.. group problem on edit / create form

I give right to supermod but he have the supermod in additional group not general. But he cant create the form. But if I put his general group is supermod, he can create or edit form now.

And about "create form" links.. can u hide it only for "allowed group" ?

hope you can fix this.

Thanks.

lowey 01-13-2009 11:16 AM

Excellent product, thank you! :)

One minor issue though: how can I remove the formatting from the formoutput? Can't find it in the templates.

Thanks! :)

Edit: Alright, I found and "fixed" it in the product. Thanks anyway! :D

Haenk 01-13-2009 11:57 AM

Quote:

Originally Posted by lowey (Post 1710833)
Excellent product, thank you! :)

One minor issue though: how can I remove the formatting from the formoutput? Can't find it in the templates.

Thanks! :)

Edit: Alright, I found and "fixed" it in the product. Thanks anyway! :D

please tell me how or where you found it

designerweb 01-13-2009 01:21 PM

Awesome Mod - Much easier then the other one.

Very importnat before we install.

Does this allow us to upload an image and save all this data to the database
so we can call it up in other parts of the site?

bananalive 01-13-2009 01:42 PM

Quote:

Originally Posted by designerweb (Post 1710936)
Awesome Mod - Much easier then the other one.

Very importnat before we install.

Does this allow us to upload an image and save all this data to the database
so we can call it up in other parts of the site?

You can create forms with option to upload attachments. Form data can be saved in new thread, post in thread, email or pm.

bananalive 01-13-2009 01:58 PM

Quote:

Originally Posted by valendono (Post 1710460)
ok.. group problem on edit / create form

I give right to supermod but he have the supermod in additional group not general. But he cant create the form. But if I put his general group is supermod, he can create or edit form now.

Usergroup permissions are based on primary usergroup. However, I've changed this now (permissions will check primary & secondary usergroups) and it will be included in the next release.
Quote:

Originally Posted by valendono (Post 1710460)
And about "create form" links.. can u hide it only for "allowed group" ?

hope you can fix this.

Thanks.

Yep, i'll add that in next version.

bananalive 01-13-2009 02:06 PM

Quote:

Originally Posted by Haenk (Post 1710866)
please tell me how or where you found it

It's in plugin: Easy Forms

You'll be looking for anything which looks like this
PHP Code:

$formoutput .= "[INDENT][I]" . ($q_{$formbit[id]} ? " " $q_{$formbit[id]} . " " "-") . "[/I][/INDENT]\r\n"

p.s. all changes made to plugins are lost upon upgrading/ importing the product.


All times are GMT. The time now is 08:06 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.02043 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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