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)

geoff21 01-07-2011 02:49 AM

Quote:

Originally Posted by TeknoSounds (Post 2145249)
I imagine its in phrases for the mod

let's for a second pretend I've had vb for say...4 days, and everythign i know about php, html, etc is what i learn in forums...phrases for the mod you say? If you don't mind, explain it to me like I'm a 4 year old :p

TeknoSounds 01-07-2011 03:26 AM

AdminCP->On the left side look for Languages and Phrases->Search in Phrases
:)

geoff21 01-07-2011 02:33 PM

Quote:

Originally Posted by TeknoSounds (Post 2145272)
AdminCP->On the left side look for Languages and Phrases->Search in Phrases
:)

Thank you very much, got it all set up :)

Sarcoth 01-07-2011 06:21 PM

Quote:

Originally Posted by bananalive (Post 1972263)
No need for a query for that, it is already cached in vBulletin userinfo

1. Create 'Custom' question
2. Use following php Code:

PHP Code:

$answer '<input class="textbox" type="text" readonly="readonly" id="q_' $formbit[id] . '" name="' $formbit[id] . '" value="' $vbulletin->userinfo[field8] . '" />'


Heya Bananalive,

I was wondering if there was a way to make this work if the profilefield was a Multiple-Selection Menu. I'm allowing the users to select up to 3 options in a particular field and I would like to have the selected ones displayed on the form I created.

Thanks in advance.

SBKTR 01-08-2011 09:18 AM

Everything was working fine with forms until I copied a form.

So now I have the original AND the copy, it's not what I wanted or needed.

Now I need to either be able to edit or delete the copy and I cannot.

I have checked and rechecked premissions, it's all set right.

Help?

steve71 01-08-2011 11:24 AM

Quote:

Originally Posted by SBKTR (Post 2145888)
Everything was working fine with forms until I copied a form.

So now I have the original AND the copy, it's not what I wanted or needed.

Now I need to either be able to edit or delete the copy and I cannot.

I have checked and rechecked premissions, it's all set right.

Help?

You must update the q fields (if you are calling up q fields) after making a copy.

Thread/ PM/ Email Title:
{q_228}

steve71 01-08-2011 11:32 AM

Quote:

Originally Posted by MikeWarner (Post 2145021)
I've followed this exactly, but it isn't working. Instead of going to the form, it goes to the normal new thread page.

Assuming I've inputted this correctly, is there any other reason why this might be stopped from working? i.e. setting conflict, vbseo..... etc. Many thanks.

You can use a conditional (FORUMDISPLAY) to direct members to a form from certain forums.


<vb:if condition="$foruminfo['forumid'] == xx">

You can also use a conditional to redirect only certain member groups.

<vb:if condition="is_member_of($bbuserinfo, 25) AND in_array($foruminfo['forumid'], array(1,2,3,10,11))">

SBKTR 01-08-2011 12:53 PM

Quote:

Originally Posted by steve71 (Post 2145911)
You must update the q fields (if you are calling up q fields) after making a copy.

Thread/ PM/ Email Title:
{q_228}

I don't have a problem with the q fields. I made a copy of one of the forms. On the COPY there is no edit or delete button to get rid of it. There is an edit/delete field on the original, NOT on the copy.

printedgear 01-08-2011 02:40 PM

I'm just not a good searcher I guess and I'm too novice at this. Can somebody direct me how to make a form I've created mandatory for a reply to a post. For example, when they click "Reply to thread" the form comes up.

I got it - I didn't click the option to show forms in the quick links. From there I found the form URL and posted it to the link in the forum setup.

printedgear 01-09-2011 12:38 AM

How can I put a button on the user's screen to export the data to excel? This would be awesome for me. Thanks!


All times are GMT. The time now is 06:46 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.02850 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
  • (1)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
  • (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