| Author |
Topic Search Topic Options
|
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 March 2008 at 8:54pm |
|
If the above doesnt work, or your unable to add it, let me know and i'll add it to the relevent files and release it for download.
|
|
|
 |
hotice08
Groupie
Joined: 11 March 2008
Status: Offline
Points: 62
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 March 2008 at 8:57pm |
Thanks Scotty it worked.
Now I have a small issue and that is every time the image is being clicked it is going to the home page probbaly something to do with code in Header.asp
|
 |
billd3
Senior Member
Joined: 19 February 2003
Location: United States
Status: Offline
Points: 530
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2008 at 1:56am |
|
Do you have as many "case" as you have forums you want different images for? If you don't want to change the header image for a section, you don't include that in the case?
So you could have like 20, like we have 29, but would probably only do 20. Is that it: case 18 would match forum ID 18?
|
|
BillD
http://theamcpages.com
http://theamcforum.com
|
 |
billd3
Senior Member
Joined: 19 February 2003
Location: United States
Status: Offline
Points: 530
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2008 at 2:24am |
Technical Information (for support personnel)
Error Type:
Microsoft VBScript compilation (0x800A03FD) Expected 'Case' /forum/functions/functions_common.asp, line 46, column 7
Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Page:
GET /forum/forum_topics.asp
|
|
BillD
http://theamcpages.com
http://theamcforum.com
|
 |
billd3
Senior Member
Joined: 19 February 2003
Location: United States
Status: Offline
Points: 530
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2008 at 2:39am |
OK, got it. I took your quote here and found a missing word: >> select case intForumID case 1<<
|
|
BillD
http://theamcpages.com
http://theamcforum.com
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2008 at 11:08am |
billd3 wrote:
Do you have as many "case" as you have forums you want different images for? If you don't want to change the header image for a section, you don't include that in the case?
So you could have like 20, like we have 29, but would probably only do 20. Is that it: case 18 would match forum ID 18?
|
Yes, the case # should match your forum ID # so if you had 10 forums but wanted images for 3 which was 1, 5 and 7 then you would do:
case 1 . . . case 5 . . . case 7 . . . |
|
|
|
 |
billd3
Senior Member
Joined: 19 February 2003
Location: United States
Status: Offline
Points: 530
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2008 at 12:25pm |
|
Got it. It works, it's slick! Thanks.
Wow, if we want a change, simply add a bit for that forum number. If not, it will use the else bit. Perfect.
Now to come up with more header images!
|
|
BillD
http://theamcpages.com
http://theamcforum.com
|
 |
hotice08
Groupie
Joined: 11 March 2008
Status: Offline
Points: 62
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 March 2008 at 1:14pm |
|
Many Many Thanks Scotty ...It worked
|
 |