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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Minimize Categories - Feature Modification
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

tilttek
Junior Member

Canada
333 Posts

Posted - 22 June 2001 :  10:09:22  Show Profile  Visit tilttek's Homepage
quote:

Fixed:
What was wrong?
The total number of Forums, Topics and Posts within a category included the Hidden Forums and related Topics & posts when the member was not logged in and the Category was collapsed.



Very good Mod.

Philippe Gamache
http://www.tilttek.com
http://www.lapageamelkor.com
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 22 June 2001 :  11:55:26  Show Profile
quote:

Very good Mod.

Philippe Gamache
http://www.tilttek.com
http://www.lapageamelkor.com



Thanks

GauravBhabu

The goodness - It is all in our hearts

Go to Top of Page

_ENiGMA_
New Member

USA
82 Posts

Posted - 22 June 2001 :  12:08:58  Show Profile  Visit _ENiGMA_'s Homepage
Looking at is more and more, I would like to make one suggestion/opinionated observation:

When you have the category minimized, personally, I think it would look better if you could use the original size of the table (meaning, currently, with your implementation, when a user minimizes the category, the height is larger than if the information was not there). Perhaps a simple font size adjustemnt.

Let me know what ya think (or if I've totally confused you..hehe)

ENiGMA[RiA]

Development Site:
http://www.wiktel.net/ariaclan/default.asp
Go to Top of Page

redfive
Starting Member

12 Posts

Posted - 22 June 2001 :  12:10:12  Show Profile
Step 4 and 5 of your instuctions have lost me, and i can't make it work. Can you clear it up?

Go to Top of Page

pfilias
New Member

69 Posts

Posted - 22 June 2001 :  12:17:43  Show Profile  Send pfilias an AOL message  Send pfilias a Yahoo! Message
I have tried following the readme.txt for this mod. However, I get an ASP error at or near my line 246, which is the following code, from step 5:

quote:
if chkDisplayHeader then
<tr>
<!--#INCLUDE FILE="inc_catsumm.asp" -->
</tr>
chkDisplayHeader = false
end if





Edited by - pfilias on 22 June 2001 12:18:22
Go to Top of Page

redfive
Starting Member

12 Posts

Posted - 22 June 2001 :  12:34:48  Show Profile
i got it working. but step five remains confusing. it collapses, but leaves a big black table cel hanging out in the world. did i put this in the right place:

---Step 5:

Add the following line after the above code but before the tag <tr>
----------------------------------------------------------------------------------------------------------------
<% if Request.Cookies(HideForumCat) <> "Y" then %>
---


<%
if chkDisplayHeader then %>
<tr>
<!--#INCLUDE FILE="inc_catsumm.asp" -->
</tr>
<%chkDisplayHeader = false
end if
if Request.Cookies(HideForumCat) <> "Y" then
'## collapse cats

Response.Write " <tr>" & vbcrlf & _
" <td bgcolor=""" & strForumCellColor & """ align=center valign=top>" & vbcrlf


Go to Top of Page

pfilias
New Member

69 Posts

Posted - 22 June 2001 :  12:51:51  Show Profile  Send pfilias an AOL message  Send pfilias a Yahoo! Message
I tried that, and I still got an error. It errored on the <% this time. I'm stumped.

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 22 June 2001 :  15:30:20  Show Profile
quote:

Looking at is more and more, I would like to make one suggestion/opinionated observation:

When you have the category minimized, personally, I think it would look better if you could use the original size of the table (meaning, currently, with your implementation, when a user minimizes the category, the height is larger than if the information was not there). Perhaps a simple font size adjustemnt.

Let me know what ya think (or if I've totally confused you..hehe)

ENiGMA[RiA]

Development Site:
http://www.wiktel.net/ariaclan/default.asp




This is because the column "Last Post" is shown in the same row as category name. Hope this makes it clear.

GauravBhabu

Vision or Thoughts! They go very deep.



Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 22 June 2001 :  15:46:35  Show Profile
quote:

I have tried following the readme.txt for this mod. However, I get an ASP error at or near my line 246, which is the following code, from step 5:

quote:
if chkDisplayHeader then
<tr>
<!--#INCLUDE FILE="inc_catsumm.asp" -->
</tr>
chkDisplayHeader = false
end if





Edited by - pfilias on 22 June 2001 12:18:22




You forgot the <% %> tags. The code is goes as below:

<%if chkDisplayHeader then %>
<tr>
<!--#INCLUDE FILE="inc_catsumm.asp" -->
</tr>
<% chkDisplayHeader = false
end if
%>


Hope it gets you working. Thanks!

GauravBhabu

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 22 June 2001 :  15:51:45  Show Profile
quote:

i got it working. but step five remains confusing. it collapses, but leaves a big black table cel hanging out in the world. did i put this in the right place:

---Step 5:

Add the following line after the above code but before the tag <tr>
----------------------------------------------------------------------------------------------------------------
<% if Request.Cookies(HideForumCat) <> "Y" then %>
---


<%
if chkDisplayHeader then %>
<tr>
<!--#INCLUDE FILE="inc_catsumm.asp" -->
</tr>
<%chkDisplayHeader = false
end if
if Request.Cookies(HideForumCat) <> "Y" then
'## collapse cats

Response.Write " <tr>" & vbcrlf & _
" <td bgcolor=""" & strForumCellColor & """ align=center valign=top>" & vbcrlf






You might want to check where you placed the "end if" explained in step 6.

GauravBhabu

Go to Top of Page

redfive
Starting Member

12 Posts

Posted - 22 June 2001 :  16:02:48  Show Profile
would you kindly post the sections of your default.asp for step 5, both this and the end if. again, it works, but it doens't look right. big black box.

new thing:
after installing your mod, if i go to change config, the whole script now pukes.

thanks!

Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 22 June 2001 :  16:06:04  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
Hi,
I'm having problems installing this too.
Could you post a sample default.asp file with comments around the changes. I think this would clear things up alot.
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 22 June 2001 :  16:21:55  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
I noticed your site has collapse/expand for the individual catories. This MOD seems to only collapse/expand every categories. Do I need to install another MOD before this one ? Could this be why myself and others are having difficulty implementing it ? If another MOD is needed, can you tell me which one.

Thank you in advance
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 22 June 2001 :  17:43:13  Show Profile
quote:

I noticed your site has collapse/expand for the individual catories. This MOD seems to only collapse/expand every categories. Do I need to install another MOD before this one ? Could this be why myself and others are having difficulty implementing it ? If another MOD is needed, can you tell me which one.

Thank you in advance




It works fine. I will check why you are having problems and update you all on it.

GauravBhabu

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 22 June 2001 :  17:46:08  Show Profile
quote:

Hi,
I'm having problems installing this too.
Could you post a sample default.asp file with comments around the changes. I think this would clear things up alot.



I will, give me some time.

GauravBhabu

Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07