Author |
Topic |
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 January 2001 : 15:48:37
|
any changes mentioned in the posts have been made to the file in the link, just download the file and save it as cancel_replies.asp, and add a link in your menu to the file, that's all you need to do.
'Resistance is futile' |
|
|
master of puppets
Junior Member
Canada
117 Posts |
Posted - 24 January 2001 : 17:29:20
|
Thanks!
"If I close my mind in fear, Please pry it open" - Metallica |
|
|
Dynamix
Junior Member
Germany
205 Posts |
Posted - 24 January 2001 : 20:41:40
|
I´ve got version 3.1Final and every time i start this, nothing happens - i´ll be redirected back to the default.asp
|
|
|
anotherwin95
Junior Member
USA
140 Posts |
Posted - 25 January 2001 : 02:14:33
|
Huwr,
This is a great mod/add-on. I have often thought it would be nice to cancel the replies option - now I have it.
A couple of things though from my non-asp coder persepctive:
1. It looks like in cancel_replies.asp you must store all of your images in a sub-directory called images because the open folder icons were broken when I first ran the page. I removed the reference to the images directory and it worked for me. I think by default all the images are in the root directory when you first install the forum.
2. This mod/page will only show up if someone is a member and logged in. I tried to access it without being logged in and got dumped to the default page - that is fine and I can appreciate the purpose there. However, if I wanted to make this option available to registered users how could I implement that so it would show up as an option say in the upper right hand menu set if they are logged in??
Appreciate the assistance!
Richard Hay Webmaster/Forum Admin http://AnotherWin95.com http://AnotherWin95.com/forum http://AnotherWin95.com/cowboys/ |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 25 January 2001 : 03:34:56
|
For #2 you can do something like this:
<a href="faq.asp"><acronym title="Answers to Frequently Asked Questions...">FAQ</acronym></a> <% if strDBNTUserName <> "" then %> | <a href="cancel_replies.asp"><acronym title="Cancel Email notification requests...">Cancel Notification</acronym></a> <% end if %> </font></td>
Just add the red text to your inc_top.asp in the code mentioned above. |
|
|
anotherwin95
Junior Member
USA
140 Posts |
|
Smiff
New Member
90 Posts |
Posted - 25 January 2001 : 21:21:22
|
Richard, hmm that's interesting... how would you make something only appear if you are NOT logged in? Thanks very much!
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 26 January 2001 : 14:46:34
|
just use
if strDBNTUserName = "" then
instead
'Resistance is futile' |
|
|
Smiff
New Member
90 Posts |
Posted - 26 January 2001 : 21:34:35
|
Thanks
|
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 30 March 2001 : 18:12:36
|
the stylized and iconized replies sucks, it shows the raw code instead of icons and bold,italic etc. Is there any way to prevent it displaying this?
|
|
|
Rob Poretti
Junior Member
Canada
435 Posts |
Posted - 31 March 2001 : 10:10:04
|
The link has stopped working...
Cheers,
Rob
Rob Poretti Sascom Marketing Group ~ Toronto vox.905.825.5373 fax.905.825.5960
Thanks for fixing the link!!!
Edited by - Rob Poretti on 01 April 2001 14:03:24 |
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 31 March 2001 : 10:32:17
|
but I have it anyway
|
|
|
CHEETAH
New Member
Sweden
60 Posts |
Posted - 31 March 2001 : 10:33:34
|
tht link doesnt work! :(
cheers /CHEETAH - [former "Stockholmstudent]- www.diskuterapolitik.com |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 01 April 2001 : 19:24:19
|
should be working again now.
|
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 01 April 2001 : 19:36:13
|
quote:
the stylized and iconized replies sucks, it shows the raw code instead of icons and bold,italic etc. Is there any way to prevent it displaying this?
still waiting for the answer
|
|
|
Topic |
|