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)

yotsume 01-12-2009 01:14 AM

I will have to try this out. There is another mod that is is similar that has a paid for pro version but has many bugs. I am looking forward to trying this out...

Dax IX 01-12-2009 04:22 AM

Quote:

Originally Posted by bananalive (Post 1708438)
What conditional did you want to use? To use the usergroups permission you will need to unserialize() the vboption and then use in_array()

Thank you for responding. :)

Let's just say that I'm a beginner at PHP...um...how would I do this? :o

I was trying to edit the link plugin, but no matter what I did, it either took the link away for all, or left it there for all.

I'm sorry to bother you...I'm just pretty confused right now. :o

Thanks!

LOVE your mod, BTW! :)

Haenk 01-12-2009 04:44 AM

I can't see the option

Veer 01-12-2009 05:49 AM

Hi, nice hack :)

Can you include an option to browse n upload images/files?

Thanks.

bananalive 01-12-2009 12:22 PM

Quote:

Originally Posted by Chani (Post 1709310)
Thank you for responding. :)

Let's just say that I'm a beginner at PHP...um...how would I do this? :o

I was trying to edit the link plugin, but no matter what I did, it either took the link away for all, or left it there for all.

I'm sorry to bother you...I'm just pretty confused right now. :o

Thanks!

LOVE your mod, BTW! :)

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;'); } 


bananalive 01-12-2009 12:24 PM

Quote:

Originally Posted by Haenk (Post 1709331)
How can I submit to email adress
I can't see the option

Edit Form

Action: Email
Email Address: email address to be emailed

bananalive 01-12-2009 12:25 PM

Quote:

Originally Posted by Pehchaan (Post 1709368)
Hi, nice hack :)

Can you include an option to browse n upload images/files?

Thanks.

It's only available for post new thread at the moment.

Action: Post new thread
Then check 'Allow attachments'

Haenk 01-12-2009 12:44 PM

Quote:

Originally Posted by bananalive (Post 1709644)
Edit Form

Action: Email
Email Address: email address to be emailed

I cannot see "Email" in the Actionbox, only pm, thread, post in thread

bananalive 01-12-2009 01:11 PM

1 Attachment(s)
Quote:

Originally Posted by Haenk (Post 1709666)
I cannot see "Email" in the Actionbox, only pm, thread, post in thread

This is what you should see:

https://vborg.vbsupport.ru/attachmen...7&d=1231773065

valendono 01-12-2009 01:45 PM

I duno this bugs or not.. after submit question in form

Quote:

Question created, you are being redirected to the form now.
but that not redirected


All times are GMT. The time now is 12:12 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.04577 seconds
  • Memory Usage 1,753KB
  • 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)bbcode_php_printable
  • (7)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