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)

dynamicproducer 09-09-2010 01:57 PM

is there a way in Form Actions to email all users of a usergroup?
i don't even think my email to users is working under Form Actions
any previous convos on that? i looked but hadn't seen anything.

mtosborn 09-10-2010 02:27 AM

Maybe I missed this in one of the pages, my eyes are starting to strain. Thus, forgive me if this has been answered, but is there anyway to put a background box behind the forms? My current forum BG is rather chaotic, thus making my questions a tad hard to read.

bananalive 09-10-2010 01:09 PM

Quote:

Originally Posted by mtosborn (Post 2096062)
Maybe I missed this in one of the pages, my eyes are starting to strain. Thus, forgive me if this has been answered, but is there anyway to put a background box behind the forms? My current forum BG is rather chaotic, thus making my questions a tad hard to read.

You will have to edit the templates and change the css class.

bananalive 09-10-2010 01:15 PM

Quote:

Originally Posted by dynamicproducer (Post 2095833)
is there a way in Form Actions to email all users of a usergroup?

You would have to use the Form Hook: Before Submit to achieve that.

Query all email addresses and then add them to $form['email'], seperating them with semi colons ';'.

Quote:

i don't even think my email to users is working under Form Actions
any previous convos on that? i looked but hadn't seen anything.
Just checked on my forum, email action does work.

Are your email settings, set correctly in admincp?

bananalive 09-10-2010 01:20 PM

Quote:

Originally Posted by TMSBrad (Post 2095831)
In the message body, how should I write this:

if userid>0
write (url=http://domain.com/member.php/userid)username(/url)

You can use vbulletin conditionals in the custom output, e.g.

HTML Code:

<vb:if condition="$vbulletin->userinfo['userid']">
 [url="{vb:raw vbulletin->options.bburl}/{vb:link member, {vb:raw vbulletin->userinfo}}"]
  {vb:raw vbulletin->userinfo.username}
 [/url]
</vb:if>


bananalive 09-10-2010 01:38 PM

Quote:

Originally Posted by Lazorbeam (Post 2095550)
I do have a question of my own, however. I can't figure out how to use the copy form feature... I click the button and nothing happens?

Do you have javascript enabled in your browser?

Have you uploaded easyforms.js to /clientscript/ folder in forum directory?

Next version (v4.1.9) includes support for those without JavaScript Enabled browsers.

bananalive 09-10-2010 01:44 PM

Quote:

Originally Posted by Aquestor (Post 2094784)
Hi,
i found this nice Mod, but i have to know if i can realize something.
In Version 3.7 i used a Mod called ADVPolls, but there is no Version for vb4.

It was possible that a User can weight the answers in a Poll.
I have a sports Forum and it should be possible for Users to type the table how it would be after the season.

Club A 5
Club B 4
Club C 3
Club D 1
Club E 6
Club F 2

The result after the answers from many users should be shown like that
Club D 1,3 (average of answers)
Club F 1,75 (average of answers)
Club C 3,3 (average of answers)
Club B 4,7 (average of answers)
Club A 5,2 (average of answers)
Club E 5,6 (average of answers)

Is something like that possible with this mod? If yes what have i to chosse to get this work?

Thanks for every answer!
greetings Kai

They are currently sorted in the opposite direction. To change the sort direction,

Find in Easy Forms Part 3

PHP Code:

arsort($qrs); 

Replace with

PHP Code:

sort($qrs); 


Lazorbeam 09-10-2010 02:07 PM

Quote:

Originally Posted by bananalive (Post 2096224)
Do you have javascript enabled in your browser?

Have you uploaded easyforms.js to /clientscript/ folder in forum directory?

Next version (v4.1.9) includes support for those without JavaScript Enabled browsers.

Derr, javascript was disabled on my work PC.

Another question... is there a way to allow users to only create their own forms? The current option allows users to delete or edit other users' forms.

Thanks, appreciated :).

buurman 09-10-2010 06:40 PM

Quote:

Originally Posted by bananalive (Post 2050495)
Create plugin with vBulletin Hook Location: newthread_form_complete with the following php code:
PHP Code:

if (in_array($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 threadids.

Thanks for this one!!! I was looking for it.. and now.. found it!! :-)
Tested and works like a charm!
New thread is linking to forms, and you can make multiple ones, different forums to different forms...:up:

mtosborn 09-10-2010 09:14 PM

Quote:

Originally Posted by bananalive (Post 2096208)
You will have to edit the templates and change the css class.

Danke. Now to go google how to do such ^^


All times are GMT. The time now is 07:00 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.02693 seconds
  • Memory Usage 1,756KB
  • 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_html_printable
  • (3)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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