Author |
Topic |
KerryG
Starting Member
USA
41 Posts |
Posted - 23 January 2002 : 03:24:18
|
Well color me insane, but I have gone through that file and the only reference to a checkbox having to do with subscriptions is in the java pop-up window. As I am writing this, I see a checkbox that saus "Check here to include your profile signature" and I would think the checkbox I am looking for would be near that code which it isn't either.
-Kerry
Kerry http://www.WildHobbies.com |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 January 2002 : 03:41:03
|
I don't know what file you are looking n or what you are using to search, but in inc_subscription.asp (the one in the zip in this thread) checkbox is used twice, both of these relate to this code change and none of them relate to a popup
|
|
|
KerryG
Starting Member
USA
41 Posts |
Posted - 23 January 2002 : 11:03:26
|
I have downloaded the file again, unzipped it, moved my original to another folder, then copied the new files to make sure they were going in there correctly, and the checkbox option does not appear. Do I need some toggle on somewhere that I may have off?
-Kerry |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 January 2002 : 11:24:35
|
Have you got subscriptions enabled for the forum ?
|
|
|
KerryG
Starting Member
USA
41 Posts |
Posted - 23 January 2002 : 12:29:31
|
Thanks, that pointed me in the right direction at least. The categorys didn't have subscriptions enabled which was causing my issue. Then I got the SQL error described a ways back and corrected that. Sorry for the trouble and thanks for the help/
Kerry WildHobbies.com |
|
|
KerryG
Starting Member
USA
41 Posts |
Posted - 23 January 2002 : 12:44:30
|
Yes, somehow my subscriptions were all foobar'd so I am fixing that now. I am running into one minor bug. With All the higher level subscriptions enabled, I go to edit a particular forum, I change the setting to allow forum subscriptions but when I click on "Post Changes" I get the following error:
A Runtime Error has occured Do you wish to Debug?
Line: 722 Error: Object Expected
I can click on "No" and the changes are saved
-Kerry
Kerry http://www.WildHobbies.com |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 January 2002 : 13:27:45
|
this is a known bug with the allowed membr lists
|
|
|
KerryG
Starting Member
USA
41 Posts |
Posted - 23 January 2002 : 13:31:32
|
In that case, never mind and thanks again for all the help and effort everyone puts in to make this product so good.
-Kerry |
|
|
therookery
Starting Member
29 Posts |
Posted - 16 February 2002 : 07:15:33
|
Has anyone got a complete working copy of the patched code we can use on our site as automatic subscription to threads you reply to would make our forums a lot more popular?
John www.orlandovillas.com
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 16 February 2002 : 10:15:24
|
this does not automatically subscribe you, it just gives you a checkbox on the post form
|
|
|
therookery
Starting Member
29 Posts |
Posted - 16 February 2002 : 11:22:31
|
Hi HuwR
That's a half way house - all I need then to is make the checkbox ticked by default!
John
|
|
|
zoomdubai
Starting Member
25 Posts |
Posted - 13 March 2002 : 06:52:06
|
hi there, inserted my code for subscriptions. Works perfect.
but there is one slight problem, since i've kept the checkbox always checked whenever user is posting a topic/reply.
I've seen ppl get multiple subscriptions on every reply, and when somebody else replies they get x number of times they have replied. That means there is no check if the member has already subscribed ot that topic he/she should'nt subscribed again.
Thanks in advance :)
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 13 March 2002 : 07:08:33
|
I would imagine it is something to do with what you have done to permanently enable the checkbox, this is not it's normal behaviour.
|
|
|
zoomdubai
Starting Member
25 Posts |
Posted - 13 March 2002 : 07:13:07
|
Well but i only added checked to the checkbox in your inc_subscriptions.asp file so that the checkbox always remains checked.
Is there a code snippet u can tell me which checks if a person alreadh has subscription then it'll not insert into database again ..
Btw thanks for a quick reply
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 13 March 2002 : 11:16:38
|
the code already does that
|
|
|
Topic |
|