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)

Za4a Tuner 04-04-2011 07:09 PM

Go to your acp and Search for the phrase "form" and change it to what you would have to

woffie 04-05-2011 09:56 AM

Any idea when the IE issue is going to be resolved?

Za4a Tuner 04-05-2011 08:58 PM

Hello bananalive,
at first many thanks for this great AddOn!

I translatet it into german (language-file), but there are some hardcoded textareas. Will you clean this up to "full phrased"? This would be really great!
If it's ok for you, i would help to do this (create phrases und insert them into the addon instead of hardcoded text).

kr Chris

StonePilot 04-06-2011 05:44 PM

I must be missing something, I just installed with 4.1.2 and i don't have a clue where to go to create a new form. It's just a blank page at misc.php?do=form on my site. I assume permissions issue or maybe something with the custom template?

can I get the direct url to create a form perhaps?

secretphotonerd 04-06-2011 06:05 PM

I tried installing this on version 4.1.0 and it causes major problems with the template. I have this installed on another forum (4.0.5) and it runs just fine, so I don't believe that it is user error. Am I missing something else?

Za4a Tuner 04-06-2011 07:11 PM

Quote:

Originally Posted by StonePilot (Post 2181598)
It's just a blank page at misc.php?do=form on my site. I

try
http://www.your-domain.com/misc.php?do=forms

Kr Chris

Kenjiwing 04-07-2011 11:57 AM

I need to switch my forums to a new host.. Im going to rebuild the forums there because Im having issues..

Is there anyway to export a form or do I need to rebuild it?

bananalive 04-07-2011 02:20 PM

Quote:

Originally Posted by ascroft (Post 2180183)
Hi there - to launch the form from the correct forums I have a plugin that uses:

if (in_array($forumid, array(53,65)))
{
header( 'Location:/listings/misc.php?do=form&fid=8' ) ;

}


These are the same forums as the code in the custom question is using in the form itself i.e.

$answer = "<select name=\"$formbit[id]\" id=\"q_" . $formbit[id] . "\">";
foreach ($vbulletin->forumcache AS $forumid => $forum)
{
if (!in_array($forumid, array(53,65)))
{
continue;
}
if ($qo['forumid']==$forumid)
{
$forum['selected'] = ' selected="selected"';
}
$answer .= "<option value=\"$forumid\"$forum[selected]>$forum[title]</option>";
}
$answer .= "</select>";

Try creating a copy of the form, and test that - just to double check that there isn't something happening with tthis fid.

bananalive 04-07-2011 02:22 PM

Quote:

Originally Posted by Kenjiwing (Post 2181939)
I need to switch my forums to a new host.. Im going to rebuild the forums there because Im having issues..

Is there anyway to export a form or do I need to rebuild it?

Yes, there is a link to export each form, on the forms list.

The form results will not be copied across.

bananalive 04-07-2011 02:27 PM

Quote:

Originally Posted by secretphotonerd (Post 2181603)
I tried installing this on version 4.1.0 and it causes major problems with the template. I have this installed on another forum (4.0.5) and it runs just fine, so I don't believe that it is user error. Am I missing something else?

It works fine for me on vB v4.1.x - what template is not displaying properly? Or do you have a screenshot?


All times are GMT. The time now is 04:21 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.02679 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
  • (4)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