![]() |
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?
|
All times are GMT. The time now is 04:50 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|