![]() |
Quote:
From what I can see there is nothing in the "forumdisplay" template. Which plugin would it be? The form is created and pointing to the correct forum. Just the new thread (review) button does not work. Thank you for the help |
Quote:
|
Firstly just wanted to say that I absolutely love this addon. It's saved me a ton of trouble on my Warcraft guild forums for applications. So BL, thank you tons! It even works flawlessly for me after upgrading to vB 4.1, a move I was hesitant to make for addons like this.
I do have a question, though. Is there a way to pull the forum's internal date and post it in the thread title? I'm looking for something like a M d Y format auto detected from the boards, but I can't find anything relevant in this thread. Sorry if I've missed it! I have a forum that's in dire need of some structure in the title. :) Thank you for an awesome mod! |
Quote:
Edit Form -> Form PHP Hooks -> Form Hook: Before Submit: PHP Code:
|
Thank you for the fast reply, it works perfectly! :D Best mod ever. :D
|
Hi there Dom.
I have the following code in a form question (thanks to you! :-)) but I would like to control the order of the items in the drop down list - only 2 there for now but will have have maybe 30 or so soon. Ideally I would like total control as I want to order geographically which only I know. Is this possible please? I was thinking I could keep the order in some kind of variable? Many thanks Mark $answer = "<select name=\"$formbit[id]\" id=\"q_" . $formbit[id] . "\">"; foreach ($vbulletin->forumcache AS $forumid => $forum) { if (!in_array($forumid, array(61,56))) { continue; } if ($qo['forumid']==$forumid) { $forum['selected'] = ' selected="selected"'; } $answer .= "<option value=\"$forumid\"$forum[selected]>$forum[title]</option>"; } $answer .= "</select>"; |
Quote:
(This would show Forumid 2, Forumid 10, then Forumid 1) PHP Code:
|
Thanks a lot - works perfectly. Much appreciated.
Mark |
Quote:
Would you be able to advise, my hook skills are limited to zero. Thanks |
Nice mod, thanks for that.
But one question: I want to translate the following phrase, but I can't find it by searching all phrases: "Error, you have exceeded limit for number of times this form can be submitted." Where can I find this phrase? Thanks for help |
All times are GMT. The time now is 04:15 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:
|