chonghua
Premium User
Posts: 160
Joined: Jun 2009
Reputation: 0
MyBux: 108
|
RE: Form Manager
how to put the "*" after the item name question? i'd tried every thing but no luck 
any way i figure out.. try this tip
Code:
if (is_array($required))
{
if (in_array($item['item_id'],$required))
{
$html.="{$item['name']}<font color='red'>*</font>";
}
else
{
$html.="{$item['name']}";
}
}
if ($item['type'] != '7' AND !$noshow)
{
$html.="<br/><small>{$item['description']}</small></td><td class='trow$r'>";
}
elseif ($item['type']== 7 AND $captcha_shown == false)
{
$html.="</td><td class='trow$r'>";
}
(This post was last modified: 02-10-2010 03:01 PM by chonghua.)
|
|
| 02-10-2010 02:52 PM |
|
chonghua
Premium User
Posts: 160
Joined: Jun 2009
Reputation: 0
MyBux: 108
|
RE: Form Manager
(08-01-2009 11:41 PM)StitchRokcs Wrote: Oh I think it is because I have no posts on my forum. It isnt out yet so all the posts are in the staff section which doesnt count toward users post count. Ill make a post and try.
EDIT: Ok I made a post and now I can view it. But guests also have the same issue and they cant make a board.
follow leealex post number 31
|
|
| 02-10-2010 04:28 PM |
|
Cyber_Punk
Junior Member
Posts: 9
Joined: Feb 2010
Reputation: 0
MyBux: 2
|
RE: Form Manager
Really nice plugin, Thanks. I was wondering how can I (if I can) get the Submit button to appear in the center? Also is there a way to reduce the size of the captcha text input box? I looked around in the templates but could not find it.
|
|
| 02-16-2010 01:30 AM |
|
DannysForum
Junior Member
Posts: 29
Joined: Nov 2009
Reputation: 0
MyBux: 0
|
RE: Form Manager
Looks cool! I will download it.
|
|
| 02-16-2010 11:19 AM |
|
DannysForum
Junior Member
Posts: 29
Joined: Nov 2009
Reputation: 0
MyBux: 0
|
RE: Form Manager
Where can I find the forms that I created?
|
|
| 02-16-2010 01:15 PM |
|
Nickman
Manager
Posts: 2,350
Joined: May 2008
Reputation: 46
MyBux: 31622
|
RE: Form Manager
forms.php
|
|
| 02-17-2010 06:56 AM |
|
hostsave
Junior Member
Posts: 44
Joined: Feb 2010
Reputation: 2
MyBux: 316
|
|
| 02-19-2010 06:06 AM |
|
Rob1991
Member
Posts: 151
Joined: Nov 2008
Reputation: 0
MyBux: 26
|
RE: Form Manager
I dont think I have updated to the fix for the view of the forms submitted in private message, im getting
Name: fdfsdfsdfsdfddfsa\n \nSteam ID: STEAM_\n \nAdmin that banned you: Wolf\n \nExplain what happened: fsdafsdfdsfdsa\n \nGuilty or Not Guilty?: Guilty (Im Sorry)\n \nExtra: fdsafdsafdsafdsa\n \n
Is there any way I can do a manual fix, without having to disable the plugin, which means I loose all my created forms :(
WOOOT I found the tables in the database, so I backed them up just incase. I uploaded the new version and its ALLL GOOOD =D
(This post was last modified: 02-20-2010 10:50 PM by Rob1991.)
|
|
| 02-20-2010 10:09 PM |
|
Rafi
Premium User
Posts: 8
Joined: Jan 2010
Reputation: 0
MyBux: 4
|
RE: Form Manager
Love it!
|
|
| 02-21-2010 11:06 AM |
|
Chris Christian
Junior Member
Posts: 9
Joined: Jan 2010
Reputation: 0
MyBux: 0
|
RE: Form Manager
Love this mod. Thank you very much!
Christian
|
|
| 03-09-2010 01:17 PM |
|