Đang chuẩn bị liên kết để tải về tài liệu:
Hướng dẫn thiết kế : Thiết kế Forum nhanh chóng và đơn giản phần 4

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Bài 7: Thay skin 1. Hình vẽ 2. Copy images đè lên các file trong thư mục forum_images 3. Copy default_style vào thư mục css_styles | Bài 7 Thay skin 1. Hình vẽ 2. Copy images đè lên các file trong thư mục forum_images 3. Copy default style vào thư mục css_styles Bài 8 Music 1. Mở file functions_format_post.asp a.1. Tìm dòng code Return the function searchHighlighter strTempMessage End Function a.2. Thêm xuống dưới Function formatWMAPL ByVal strMessage Declare variables Dim lngStartPos Dim lngEndPos Holds search start postions Holds end start postions Dim saryWMAAttributes Holds the features of the input WMA file Dim intAttrbuteLoop Dim strWMAWidth of the WMA file Holds the attribute loop counter Holds the string value of the width Dim intWMAWidth width of the WMA file Holds the interger value of the Dim strWMAHeight height of the WMA file Dim intWMAHeight height of the WMA file Holds the string value of the Holds the interger value of the Dim strBuildWMALink Holds the converted BBcode for the WMA file Dim strTempWMAMsg Tempoary store for the BBcode Dim strWMALink Holds the link to the WMA file Loop through all the codes in the message and convert them to formated WMA links Do While InStr 1 strMessage MUSIC 1 0 AND InStr 1 strMessage MUSIC 1 0 Initiliase variables intWMAWidth 300 intWMAHeight 300 strWMALink strBuildWMALink strTempWMAMsg Get the WMA BBcode from the message lngStartPos InStr 1 strMessage MUSIC 1 lngEndPos InStr lngStartPos strMessage MUSIC 1 8 Make sure the end position is not in error If lngEndPos lngStartPos Then lngEndPos lngStartPos 6 Get the original WMA BBcode from the message strTempWMAMsg Trim Mid strMessage lngStartP o s lngEndPo s-lng S tartPo s Get the start and end in the message of the attributes of the WMA file lngStartPos InStr 1 strTempWMAMsg MUSIC 1 6 lngEndPos InStr lngStartPos strTempWMAMsg 1 Make sure the end position is not in error If lngEndPos lngStartPos Then lngEndPos .