Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 change info order in posts
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

evol
Junior Member

China
157 Posts

Posted - 24 February 2004 :  14:09:48  Show Profile
when i had add the User's State in post, but i want to change the order of thoes.
EX.like it
  • country:
  • post:
  • State(from):
  • member #:

blow it's my topic.asp refer it:
if mlev > 0 then
if strState = "1" and trim(Reply_MemberState) <> "" then
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & Reply_MemberState & "</font><br />" & vbNewLine
end if
end if
if strCountry = "1" and trim(Reply_MemberCountry) <> "" then
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberCountry & "</small></font><br />" & vbNewLine
end if
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>post:" & Reply_MemberPosts & "</font></p></td>" & vbNewLine & _
" <td bgcolor=""" & CColor & "":"100%"" width=""" & strTopicWidthRight & """"

it's my topic.asphttp://go.6to23.com/evolstudio/topic.txt
thanks again!

Who am i?
I lost my dream!

Edited by - evol on 24 February 2004 16:34:16

laser
Advanced Member

Australia
3859 Posts

Posted - 24 February 2004 :  19:31:52  Show Profile
OK, delete that last Response.Write line and use this instead :


			Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>post:" & Reply_MemberPosts & "</font></p>"
			Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>State(from):" & Reply_MemberID & "</font></p>"
			Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>member #:" & Reply_MemberState & "</font></p>"
			Response.Write	"</td>" & vbNewLine & _



I'm not sure if that will do the first poster though.
Go to Top of Page

evol
Junior Member

China
157 Posts

Posted - 24 February 2004 :  19:45:27  Show Profile
this method i had test,but it will appear a question.
EX. a number when he registed the forum,but he didn't fill the state.so,when post a topic(post),there won't display the state in Author box.
but when a user who had fill the state when he regiseted reply the topic(post),the state wont't display in Author box.

Who am i?
I lost my dream!

Edited by - evol on 24 February 2004 19:46:49
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 24 February 2004 :  19:58:47  Show Profile
OOPS!! !... I made some typo's in that code didn't I

Are you saying the State doesn't display at all ?, or you only want it displayed if there is a value ?
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07