Author |
Topic |
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 01 December 2003 : 11:13:33
|
<BUMP>
Marcel, have you worked it out yet? I now only need to do topic.asp, forum.asp, my.asp and admin_home.asp I guess...
[Oh and by the way, I just noticed that I posted in the wrong forum, I was supposed to post in MOD Add-On Forum (W/O Code) and accidently posted in MOD Add-On Forum (W/Code). Moderator can move it if that matters]
|
»Snitz Graphics
|
Edited by - Faizan on 01 December 2003 11:14:58 |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 01 December 2003 : 11:17:33
|
Faizan, I am very sorry, but I guess I won't find time for helping you untill tomorrow at least...However, you could help me out by mailing me the files to this address. |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 02 December 2003 14:41:16 |
|
|
Medic397
New Member
80 Posts |
Posted - 01 December 2003 : 11:29:48
|
Here is what I put in my Forum.asp file to make the navigation that you are talking about. I highlighted the stuff in red that you need to pay attention to. There is of course some added stuff to this due to what I was looking for in my forum. If you would like to see what it turned out to look like here is an example. www.coruscantonline.net/forum
" <table border=""0"" width=""100%"" cellpadding=""0"" cellspacing=""1"">" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td width=""100%"" align=""left"" nowrap bgcolor=""#000000"">" & vbNewLine & _ " <table border=""0"" width=""100%"" cellpadding=""0"" cellspacing=""0"">" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td width=""100%"" align=""left"" nowrap bgcolor=""" & strHeadCellColor & """>" & vbNewLine & _ " <a href=""default.asp""><font face=""" & strDefaultFontFace & """ size=""1"" color=""#FFFFFF"">All Forums</a> >></font>" & vbNewLine Response.Write " <a href=""default.asp?CAT_ID=" & Cat_ID & """><font face=""" & strDefaultFontFace & """ size=""1"" color=""#FFFFFF"">" & ChkString(Cat_Name,"display") & "</a> >></font>" & vbNewLine Response.Write " <a href=""forum.asp?" & ArchiveLink & "FORUM_ID=" & Forum_ID & """><font face=""" & strDefaultFontFace & """ size=""1"" color=""#FFFFFF"">" & ChkString(Forum_Subject,"display") & "</a>" & vbNewLine if strUseOnlineOffline = "1" then Call ProcessInside(Forum_ID,"F") end if Response.Write " </font></td>" & vbNewLine If mlev = 0 then If strLoginStatus = 0 then Response.Write " "& vbNewline End If Else Response.Write " <form action=""" & Request.ServerVariables("URL") & """ method=""post"" id=""form2"" name=""form2""><td width=""100"" align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""middle"">" & vbNewLine & _ " <input type=""hidden"" name=""Method_Type"" value=""logout"">" & vbNewLine & _ " <input type=""submit"" value=""Logout"" id=""submit1"" name=""submit1"" tabindex=""-1"">" & vbNewLine & _ " </td></form>" & vbNewLine End If Response.Write " </tr>" & vbNewLine & _ " </table>" & vbNewLine & _ " </td>" & vbNewLine & _ " </tr>" & vbNewLine & _ " </table>" & vbNewLine & _ |
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 02 December 2003 : 11:45:43
|
Thanks a lot Marcel, I have recieved the files. You can remove your email adress from this topic now.
Thankyou very much...
|
»Snitz Graphics
|
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 02 December 2003 : 14:43:37
|
you're welcome. I will do the rest tomorrow. BTW there's a little mistake in active_polls.asp, there's a ; after the » sign. |
portfolio - linkshrinker - oxle - twitter |
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 02 December 2003 : 15:13:40
|
Ohh.. Thanks.. I will fix that tonight when I get back from cinema.. Going now...
|
»Snitz Graphics
|
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 24 February 2004 : 15:24:37
|
I still haven't been able to do topic.asp, anyone interested in helping me out?
TIA
|
»Snitz Graphics
|
Edited by - Faizan on 24 February 2004 15:29:55 |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 24 February 2004 : 15:57:17
|
Woeps...completely forgot about it. Sorry! I'll try to get to it as soon as possible. The version of topic.asp you've sent me some...ehm...4 or so weeks ago, is that still valid ? |
portfolio - linkshrinker - oxle - twitter |
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 24 February 2004 : 16:51:09
|
Thanks a lot Marcel. YAY!
Well, I don't think that one is valid anymore, download the one I gave link to in my last post.
You've seen the look of what I wanted, right?:
quote: All Forums » Category Name » Forum Name Topic Name
Once again, thanks so much.
|
»Snitz Graphics
|
Edited by - Faizan on 24 February 2004 16:55:32 |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 25 February 2004 : 13:38:17
|
Thanks a lot Marcel. I will give it a try.
|
»Snitz Graphics
|
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 25 February 2004 : 14:10:39
|
Marcel, that's pretty much what I wanted to do and was unable to. Thanks a lot for that. I edited the file you sent a bit and came up with the following:
Here is the file I edited a bit: Topic2
I want to do one more thing though, is it possible for the topic title to be bigger? About size 16 (Normal heading size). I looked through it but it looked a bit complicated so I was sure that I will mess it up, as usual. So, is it possible to put it in a bigger font size?
Thanks, once again. |
»Snitz Graphics
|
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 25 February 2004 : 14:30:00
|
If you post the code for it, i'll edit the part you want so that it use's strHeaderFontSize |
De Priofundus Calmo Ad Te Damine |
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 26 February 2004 : 15:17:42
|
Response.Write " <table border=""0"" width=""100%"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td width=""100%"" align=""left"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
" " & getCurrentIcon(strIconFolderOpen,"","align=""absmiddle""") & " <a href=""default.asp"">All Forums</a> » <a href=""default.asp?CAT_ID=" & Cat_ID & """>" & ChkString(Cat_Name,"display") & "</a>" & vbNewLine
Response.Write " » <a href=""forum.asp?" & ArchiveLink & "FORUM_ID=" & Forum_ID & """>" & ChkString(Forum_Subject,"display") & "</a><br>" & vbNewLine
if isevent=1 then
Response.Write " " & getCurrentIcon(strIconEvent,"","") & " " & strCalEvent
else
if ArchiveView = "true" then
Response.Write " " & getCurrentIcon(strIconFolderArchived,"","align=""absmiddle""") & " "
elseif Cat_Status <> 0 and Forum_Status <> 0 and Topic_Status <> 0 then
Response.Write " " & getCurrentIcon(strIconFolderOpenTopic,"","align=""absmiddle""") & " "
else
Response.Write " " & getCurrentIcon(strIconFolderClosedTopic,"","align=""absmiddle""") & " "
end if
end if
if Request.QueryString("SearchTerms") <> "" then
Response.Write SearchHiLite(ChkString(Topic_Subject,"title"))
else
Response.Write ChkString(Topic_Subject,"title")
end if
Response.Write "</font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine & _
" </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
"</table>" & vbNewLine
Here is the code, I also posted the file in my post above (http://www.explosivechat.net/forum/topic2.txt)
|
»Snitz Graphics
|
|
|
evol
Junior Member
China
157 Posts |
Posted - 26 February 2004 : 15:49:58
|
hi~Faizan when i edit my topic.asp as you did,but appear a question,look this image:
the button ofnew topic replay to the topic...are pushed . how to edit the topic.asp and make those button to display on line,just like shnforum thanks. this my topic.asp |
Who am i? I lost my dream! |
|
|
Topic |
|