add dropdownlist to post.asp - نوشته شده در (1617 Views)
Senior Member
tribaliztic
مطلب: 1532
1532
I would like to add a dropdownlist where the user can select stuff when starting a topic IF the topic is placed in a certain forum.
So: user 1 start a topic in forum with id 85, the dropdownlist is shown and the selection is entered in the db
user 2 post a reply to the topic and NO dropdownlist is shown.
How do I check if the post is the first post or a reply? How do I check if the post is done in forum with id 85? <
/Tribaliztic
- www.gotlandrace.se -
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
کاربر قفل شده
laser
مطلب: 3859
3859
How do I check if the post is the first post or a reply? Check the method variable that is passed to post.asp

How do I check if the post is done in forum with id 85? Check the FORUM_ID variable that is passed to post.asp<
نوشته شده در
Senior Member
tribaliztic
مطلب: 1532
1532
*doh*
Thanks... <
/Tribaliztic
- www.gotlandrace.se -
نوشته شده در
کاربر قفل شده
laser
مطلب: 3859
3859
wink All the answers are here on this very page smile<
نوشته شده در
Senior Member
tribaliztic
مطلب: 1532
1532
Yeah, sometimes it would be best if one could think ONE more time before posting =)
<
/Tribaliztic
- www.gotlandrace.se -
نوشته شده در
کاربر قفل شده
laser
مطلب: 3859
3859
Don't worry mate, it happens to all of us at one time or another.<
نوشته شده در
Senior Member
tribaliztic
مطلب: 1532
1532
So I got this working.. I stole the code for selecting forum in edit-mode. But where is this saved to the db? I have to add this to the sql-string but can't find it... <
/Tribaliztic
- www.gotlandrace.se -
نوشته شده در
Starting Member
gcoral
مطلب: 1
1
I had no answer!<
نوشته شده در
Senior Member
tribaliztic
مطلب: 1532
1532
uuh...? <
/Tribaliztic
- www.gotlandrace.se -
نوشته شده در
Average Member
cripto9t
مطلب: 881
881
not exactly sure what you want, but everything entered in post.asp is entered using post_info.asp.
Look for
Code:
if MethodType = "Topic" then
<
    _-/Cripto9t\-_
نوشته شده در
Senior Member
tribaliztic
مطلب: 1532
1532
ah, I'll have a look in post_info.asp. Thanks. <
/Tribaliztic
- www.gotlandrace.se -
شما باید یک متن وارد کنید