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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Question about 3.4's Stickys.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DJWillis
Starting Member

United Kingdom
39 Posts

Posted - 20 August 2002 :  05:05:00  Show Profile  Send DJWillis an ICQ Message
This is not quite a bug but is a little irritating .

Just setup 3.4 on one of my Dev Intranet boxes and love the new sticky feature however is there any way (without hacking the code at this stage) to change the default view to 'Show all Topics' and not 'Show all open Topics' as this causes locked stickys to disappear by default, defeating one of the major uses for them (Rules and Guidelines) that would normally be locked by default but I still want all users to see. Failing that is there a wat to get stickys to sit above this rule?

Is there also a way to set ‘Check here to subscribe to this topic.’ as default so that all users will get e-mail notification unless they choose otherwise?

If not I think I may have to write a mod to make it customisable .

Other then those issues 3.4 looks very promising and all my mods have gone over with minimum work, congratulations to you all.

Regards

John Willis

"You can have any error screen, as long a it's blue"

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2002 :  05:23:13  Show Profile
for the Sticky Topics:

find the following on line #247 of forum.asp:

if nDays = "-1" then
strSql3 = strSql3 & " AND T.T_STATUS <> 0 "
end if



change it to this:

if nDays = "-1" then
if strStickyTopic = "1" then
strSql3 = strSql3 & " AND (T.T_STATUS <> 0 OR T.T_STICKY = 1)"
else
strSql3 = strSql3 & " AND T.T_STATUS <> 0 "
end if
end if

Go to Top of Page

DJWillis
Starting Member

United Kingdom
39 Posts

Posted - 20 August 2002 :  05:25:21  Show Profile  Send DJWillis an ICQ Message
Richard,

Your a Gent, I'll have a play with that.

John.
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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07