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)

Welshy2008 04-14-2009 06:35 PM

I know the following is obtainable by manually entering the following BB Code - But is it possible to have the BB Code already there as there are very few member how know what it is, let alone use it.

I would like to have the E-mail address and Website addresses, entered to be clickable on the forum page.

{email} {/email} *

{url} {/url} *

* Remone the {} and replace with [].

Thank You.

bananalive 04-15-2009 11:26 AM

1 Attachment(s)
Quote:

Originally Posted by Welshy2008 (Post 1791226)
I know the following is obtainable by manually entering the following BB Code - But is it possible to have the BB Code already there as there are very few member how know what it is, let alone use it.

I would like to have the E-mail address and Website addresses, entered to be clickable on the forum page.

{email} {/email} *

{url} {/url} *


* Remone the {} and replace with [].


Thank You.

Fixed in attached version to automatically parse links in preview

bananalive 04-15-2009 11:27 AM

Quote:

Originally Posted by Welshy2008 (Post 1791224)
Hi BA,

I have the option of "Edit Form" in the drop down menu. But there is no button (Go, Enter Etc) for me to click on to enter the next stage that you mention in post #828.

I upgraded to the V3.4 (even though it says 3.3 when I did so).

Would you also be kind enough as to tell me if and how it is possible, that the form can be accessed while a member presses the reply button. (Just on that forum).

It should re-direct on click one of the options? Which browser are you using? Is javascript enabled in your browser?

that's just typo.

Create plugin newreply_start

PHP Code:

if (in_array($foruminfo[forumid], array(1,2,3)))

header'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ; 


Change 1,2,3 for appropriate forumids.

bananalive 04-15-2009 11:29 AM

Quote:

Originally Posted by Martyh (Post 1791129)
Possible to put a drop-down in where they can select which forum it gets sent to ?

Thanks

You could create custom question and then use the following in the form hook before submit:

PHP Code:

$form[forumid] = $q[1]; 

replacing 1 with appropriate question hash

Martyh 04-15-2009 11:40 AM

Quote:

Originally Posted by bananalive (Post 1790123)
I've had no experience with Logician's templates but you can submit information to the form using method="get" and sending to a url like:

HTML Code:

<form name="form" action="misc.php?do=form&fid=3" method="get">
Username:
<input type="text" name="user" />
<input type="submit" value="Submit" />
</form>

yourforum.com/forum/misc.php?do=form&fid=3&user=bob

And then you could use form hooks or hidden fields to get variable.

Thanks again BananaLive,

Could you give me some information regarding the step above or point me somewhere that I can figure out / look up how to do that. I didn't have much luck getting it done as a paid request. I can make the form but getting it to your form is my challenge.

bananalive 04-15-2009 11:56 AM

Quote:

Originally Posted by Martyh (Post 1791656)
Thanks again BananaLive,

Could you give me some information regarding the step above or point me somewhere that I can figure out / look up how to do that. I didn't have much luck getting it done as a paid request. I can make the form but getting it to your form is my challenge.

Change user to field name
Change 3 to the correct form id
Code:

<form name="form" action="misc.php?do=form&fid=3" method="get">
Username:
<input type="text" name="user" />
<input type="submit" value="Submit" />
</form>


Martyh 04-15-2009 12:01 PM

Thanks,

I'll give it a try. I didn't understand the " And then you could use form hooks or hidden fields to get variable." What do I need to do there? Appreciate all and any help.

Welshy2008 04-15-2009 05:35 PM

Quote:

Originally Posted by bananalive (Post 1791651)
It should re-direct on click one of the options? Which browser are you using? Is javascript enabled in your browser?

that's just typo.

Create plugin newreply_start

PHP Code:

if (in_array($foruminfo[forumid], array(1,2,3)))

header'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ; 


Change 1,2,3 for appropriate forumids.


Thank You for your continued help and patience,

PS - I am using IE 7 and my java is enabled. :|

Welshy2008 04-15-2009 06:11 PM

1 Attachment(s)
I tried the new plugin - But it didn't work...

I tried it with "Vbulletin" as the 'Product' first - but tht didn't work either.

mgckim 04-15-2009 10:29 PM

how do we find threadid in forums?

I think I can find forum id in acp. But I don't know how to find thread id that I want to send forms to.


All times are GMT. The time now is 03:07 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.02499 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (3)bbcode_php_printable
  • (6)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