![]() |
1 Attachment(s)
Quote:
|
Quote:
To create calendar events you would have to use vbulletin calendar datamanager and easy form hooks. |
Quote:
Create a custom question, with the following php code: PHP Code:
PHP Code:
|
Quote:
|
Quote:
If you make prefix compulsory then it should only accept valid prefixes and won't submit with an incorrect prefix. |
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>"; Quote:
|
Hello to evryone,
does anyone have a german translation of this mod? I installed this mod in my testforum ... and would likly use it in the liveboard. |
I have a question about installation, when you say to upload the files to the forum root, you do mean the main folder where all the other folders (images, includes, archive, ect) are? That won't replace my current folders, right? Sorry for the probably obvious question, I'm pretty new to mods and want to make sure I don't loose my other files :)
|
Quote:
Quote:
Take the folder "includes" and upload it to the "forum-root" -> all the files will put into the "includes-folder" on your server |
Thanks so much :) Installed and working great, exactly what I needed! Perchance is there a way to change the name of the forms tab? So instead of saying 'Forms' it says something else?
|
Go to your acp and Search for the phrase "form" and change it to what you would have to
|
Any idea when the IE issue is going to be resolved?
|
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 |
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? |
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?
|
Quote:
http://www.your-domain.com/misc.php?do=forms Kr Chris |
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? |
Quote:
|
Quote:
The form results will not be copied across. |
Quote:
|
Quote:
|
Quote:
|
1 Attachment(s)
Hello,
i get some problems with grid-questions! If i create a grid-question, the output doesn't work, if a individuell output-style is used! I'll attach three screenshots to show what i mean. screen 1: Settings Output-Styling screen 2: Preview of the grid )submitting would cause the same "array"-effect screen 3: Preview with a standard outputstyling vB-version: 4.1.2 Suite php-version: 5.3.5 mysql: 5.1.51 easyform: 4.2.6 |
Hi there - tried that.
I removed the variables for the form (as they don't change when you copy) - anyway this shows the forum ID of what I selected in the drop down but it posted in to the default forum. (65 is the ID of the other forum) Its like it doesn't actually update it prior to submission. Property Wanted - Dunedin - Copy Property Wanted - Dunedin - Copy What are you seeking? Test001 What location are you interested in? 65 Please select the property category W9025 Seeking contact from Real Estate Agents Private Owners Particular suburb being sought (if any) - Style of property wanted Bungalow Construction preferred Brick How old can the property be - No. of bedrooms wanted Two No. of living rooms wanted Two No. of bathrooms wanted Two Other Features being sought Garage/Off Street Parking Near public transport Heat pump or similar Fully insulated Looking to rentHave references available - Other details if looking to rent - Looking to buyApprox. $ you are looking to spend - Other commentsOther comments on the property wanted - Add any attachments Quote:
|
Quote:
AdminCP -> Plugins & Products -> Add New Plugin Hook Location Code:
newthread_post_complete Code:
Move Thread created by easy forms PHP Code:
Code:
Yes Change 43 to appropriate form id. |
Quote:
|
Quote:
Form Hook: Before Submit: PHP Code:
and make sure the Username Suggest question has Reference Name of: Code:
username |
i figured out a nother problem with the grid-questions:
If i use a comma for a "item", i'll brake the line and put all the text after the comma as a new "radiobutton" e.g.: when the text for the "Grid Rows" (4 rows) is like: ok yes maybe no, but next year the question will shown as 5 rows: ok yes maybe no but next year |
Thank you very much. Nice solution. All good now. I can now finalise my other bits and pieces on the site and get ready to launch. :-)
Mark QUOTE=bananalive;2182257]Try this... AdminCP -> Plugins & Products -> Add New Plugin Hook Location Code:
newthread_post_complete Code:
Move Thread created by easy forms PHP Code:
Code:
Yes Change 43 to appropriate form id.[/QUOTE] |
1 Attachment(s)
Quote:
|
Quote:
HTML Code:
{qn_1}:[list]{q_1}[/list] |
Hy Dom,
thanks for your support! *install 4.2.7* ;) |
I am wondering are you able to integrate this into a thread?
|
Also:
http://www.yoursite.com/forums/showthread.php?p=$newpost[postid]#post$newpost[postid] Does not work for the auto direct when a new thread is made? Or it would be http://cn-knights.org/forums/showthread.php?p=$newpost[postid]#post$newpost[postid] Any help? |
How do you change the name "Forms" in the NAV BAR ?
I know you would go to Plugin Manager in AdminCP and then process_template_complete and i see the line - $template_hook['navbar_quick_links_menu_pos4'] .= '<li><a href="misc.php?'.$session['sessionurl_q'].'do=forms">'.$vbphrase['forms'].'</a></li>'; But instead of using a <a href="">FORMS</a> some $vbphrase junk was used taking it past my ability to change the name of the nav bar button. how can i convert it to a simple link / name or what? |
Quote:
|
Quote:
|
Quote:
1 last thing for the grid questions...how do I make it not output the Grid Row entry for one that isnt selected |
Quote:
http://cn-knights.org/showthread.php?p=$newpost[postid]#post$newpost[postid] |
Quote:
PHP Code:
Quote:
|
All times are GMT. The time now is 09:06 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|