![]() |
It would be nice to see what this is being used for and the code that surrounds it, I would like a application for mod form but I do not know how to edit the file
|
Quote:
|
Hi Erwin,
The code looks like this at present, when I go to mydomain/forum/form.php all I get is a white page. if (!in_array($bbuserinfo['usergroupid'], array())) print_no_permission(); When I put my usergroupid into the code I get the error message above, I am not quite sure whether I am allowing or disallowing a group when I put a number into the above code. Thanks, taffy |
Could somebody create me an moderators application form please
Chet Quote:
|
Quote:
|
Hi Erwin,
I just started over again, and redone the templates etc, now I have a major problem with my forum, I can't go into any of the threads, if I give you an admin account on my forum can you have a look at what the problem is? Just sent you a PM of my url, for you to have a look taffy |
Erwin, I have a small problem with
<tr> <td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1a">$radiochoice1a</td> <td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1b">$radiochoice1b</td> <td class="alt1">If $radiochoice1b, what should we use? <INPUT TYPE="text" NAME="radioanswer1other"></td> </tr> If I set all fields, it will not go thru. If I set it as 0, it will go thru but variable $radiochoice1b is not parsed. Since we have two radioanswer1 choices (either 1a or 1b), it seems that the second choice 1b is not perceived as $radioanswer1. Could it be the reason why it is not going thru? |
Hi Erwin,
Would it be possible to put this form directly on the create 'New Thread' button, so you come directly to the form instead of creating a new thread? I have requested a hack like this for a poll, but I am still waiting for an answer. taffy |
Quote:
I can enter your threads with no problems. |
I seem to have solved my problem by adding 'checked' to the first radio button
<tr> <td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1a" checked>$radiochoice1a</td> <td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1b">$radiochoice1b</td> <td class="alt1">If $radiochoice1b, what should we use? <INPUT TYPE="text" NAME="radioanswer1other"></td> </tr> |
All times are GMT. The time now is 12:39 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:
|