Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
gr81matt #1
Designating Forum Topics
I've been working on a forum for awhile, and one of the main things I see in
other apps, that eluded me so far is how to designate different statuses to
topics that are new (since last visit), recently viewed things like that. I
don't have a lot of experience with session variables, prehaps thats the key?
Anyway, if anyone has some ideas on whats the best and most effecient way to
accomplish this I'd appreciate it.
thanks.
gr81matt Guest
-
Where are all the topics in this forum?
Where are all the topics in this forum? there should be like 1762 topics in the forum. But there are only 4 topic pages in this forum. -
designating a relative path using <cffile>
I had a similar problem. After much expiramentation, I ended up using GetCurrentTemplatePath(). It's ugly but I blame Macromedia. :) <Cfset... -
Designating targets
Is there a way to designates a buttons URL target to a frame (firework frame)? So if I have a nav button, can it open a webpage in one of my... -
Access to Help Topics
AOL requires a customized browser, so you need to activate a "plain vanilla" version of Internet Explorer. You probably have one on your computer,... -
HTML mail tactics? Is there a way of designating a new line in ASP without a carriage return?
> The HTML mails I'm trying to send have ASP code in them. hmmm.... the ASP code won't run, you know. If you mean what I think you mean, that... -
dempster #2
Re: Designating Forum Topics
If you have some sort of login system, you can store information in the user
record such as last date visited. Then when they return you can compare dates
to show topics that are new to this user.
You can do something similar with cookies - setting a last date visited on the
user's computer so you can do the same kind of comparison.
-Paul
dempster Guest



Reply With Quote

