4,000 Members! | Small Policy Change
Latest Releases: Valid Referrals - Bonus - Mark Thread Read
Thread Rating:
- 4 Votes - 5 Average
- 1
- 2
- 3
- 4
- 5
|
Form Manager
|
| Author |
Message |
Lich_king2
Junior Member
Posts: 43
Joined: Mar 2009
Reputation: 0
MyBux: 2037
|
RE: Form Manager
NIce will try it.
|
|
| 08-07-2009 02:29 AM |
|
Chrissy
Member
Posts: 96
Joined: Mar 2009
Reputation: 0
MyBux: 6
|
RE: Form Manager
This is a great plugin, thank you
|
|
| 08-16-2009 11:47 PM |
|
mastermunj
Senior Member
Posts: 545
Joined: Aug 2009
Reputation: 2
MyBux: 952
|
|
| 08-17-2009 01:12 AM |
|
JakJak
Member
Posts: 121
Joined: May 2009
Reputation: 0
MyBux: 4
|
RE: Form Manager
Awesome plugin. I tried it once and found it useful.
|
|
| 09-06-2009 12:33 PM |
|
gfxion
Junior Member
Posts: 16
Joined: Sep 2009
Reputation: 0
MyBux: 0
|
RE: Form Manager
very nice, i am definitlly using this one, thanks
|
|
| 09-08-2009 02:59 PM |
|
mazin
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
MyBux: 0
|
RE: Form Manager
Great plugin
|
|
| 09-30-2009 08:08 AM |
|
Josh[y]
Junior Member
Posts: 9
Joined: Feb 2009
Reputation: 0
MyBux: 2
|
RE: Form Manager
This mod sounds very useful, Nickman! Thanks for this!
|
|
| 09-30-2009 08:12 AM |
|
Zehel
Junior Member
Posts: 17
Joined: Oct 2009
Reputation: 0
MyBux: 6
|
RE: Form Manager
Very useful plug!
(08-01-2009 05:18 PM)leealex Wrote: I solved it already just added couple lines in forms.php so user redirects on just created thread, it marks as read and shows up on portal 
Can you or someone else help me with the redirection? My forms are posted as threads and I would like the users to be redirected to their just created thread.
Also, when the thread is posted every item is seperated by a black line. Is it possible to just line break instead or have an image separator on the thread?
Thanks a lot!
Edit: It's all good now, thanks anyway. If you want to know how,
For redirection. Search for "redirect" on form.php and edit the code as following:
Code:
redirect("showthread.php?tid=".$newtid.'#p'.$newtid, "Redirecting");
For the separator it's on line 429:
Code:
$message.="[color=red][b]{$names[$i]}[/b][/color]: {$values[$i]}[hr]";
replace it with
Code:
$message.="[color=red][b]{$names[$i]}[/b][/color]: {$values[$i]}\n \n";
I used \n two times to make some space between every item.
(This post was last modified: 10-07-2009 12:47 PM by Zehel.)
|
|
| 10-07-2009 10:34 AM |
|
Zehel
Junior Member
Posts: 17
Joined: Oct 2009
Reputation: 0
MyBux: 6
|
RE: Form Manager
Sorry for the double post but the previous one is already long!
On my form I would like to make it possible to put image links so that when the thread is posted they are already between
In other words I would like to add a new type of item. The users will input a direct image link (example: http://www.xxxx.com/images/xxxxx.png) and when the form is created the image will directly be displayed on the thread.
So basically I need the form to put the image automatically between the img bbcode.
Any help on this one?
Thanks!
(This post was last modified: 10-07-2009 12:57 PM by Zehel.)
|
|
| 10-07-2009 12:56 PM |
|
arti
Junior Member
Posts: 3
Joined: Oct 2009
Reputation: 0
MyBux: 0
|
RE: Form Manager
Hi  This sounds like a great plugin. I am presuming I could use this as a registration form as well? Getting a lot of spam registrations and I would like to switch off automatic registration and create a bespoke registration form asking a couple of questions about why they want to join the forum (it is a hobby related forum so should be easy to filter).
Anyway, after my longwinded babble, my question is, if that is the case, does the form also have the functionality to automatically include details in the email of the IP address from which the user input the form.
Many thanks
|
|
| 10-08-2009 06:19 AM |
|