Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread WebDude
Hey all, I was wondering if some of you bright bulbs may be able to help me. I have a forum I built that is 100% Witango. It has close to 8,000 members and is fairly busy. I have several tables set up for the forum which include usertable (login, email, password, etc.), forummastertable (table

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Robert Shubert
You need a subscriptions table of sorts: which contains just the member_id and the master_thread_id You can add rows when people signup to get a thread emailed and remove them when they opt-out. Additional columns that come to mind are: Primary key ID (not completely necessary for this

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread WebDude
Thanks Robert... Your idea was kind of whereI was leaning. As for the RSS feed... the forums already have that, but very few people actually use them. It seesm they would rather check a box then deal with readers. _ From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Tuesday, June

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread WebDude
Another qustion... may be easy, I don't know... Is there any way to trigger a taf within another taf not using <@URL> John Muldoon Corporate Incentives 3416 Nicollet Ave S Minneapolis, MN 55408-4552 612.822. webd...@cipromo.com http://cipromo.com _ Fro

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Ben Johansen
ah, maybe an include wrapped in an IF block On Jun 30, 2009, at 12:59 PM, WebDude wrote: Another qustion... may be easy, I don't know... Is there any way to trigger a taf within another taf not using <@URL> John Muldoon Corporate Incentives 3416 Nicollet Ave S Minneapolis, MN 55408-4552 612.8

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread John McGowan
You can use the branch action to execute code in another taf. On Tue, Jun 30, 2009 at 3:03 PM, Ben Johansen wrote: > ah, maybe an include wrapped in an IF block > On Jun 30, 2009, at 12:59 PM, WebDude wrote: > > Another qustion... may be easy, I don't know... > > Is there any way to trigger a ta

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Dale Graham
We use redirects... probably too similar to your <@url to be a good solution for you, though. We also use Ajax to trigger tafs from within a taf. On Jun 30, 2009, at 5:25 PM, John McGowan wrote: You can use the branch action to execute code in another taf. On Tue, Jun 30, 2009 at 3:03 PM,