Posted by Daniel Ellison |
|
MyghtyBoard dynamically reassigns the thread to the new category and then creates a new thread (same author, title, etc.) with a single post indicating that the thread has moved. In MyghtyBoard threads and posts are separate models. You would only worry about Post objects, obviously.
It would indicate how many times the thread has been accessed by anyone, even anonymous users. To keep it simple, it should probably just blindly increment a counter on every access, even if someone has accessed the thread before. "Never quote yourself" -- Daniel Ellison |
|
Posted by Daniel Ellison |
|
Not handy, but I can take a look around. I'll see what I can find. If all else fails, I'll get one of my designers to come up with something. "Never quote yourself" -- Daniel Ellison |
|
Posted by Herbert Poul |
|
well .. that is exactly what i ment with 'hits' actually :) so we are talking from the same thing ?
would be cool if you can find one .. i have search with google but didn't come up with one :( Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Daniel Ellison |
|
We are indeed talking about the same thing. :)
Ok, I'll take a look around. "Never quote yourself" -- Daniel Ellison |
|
Posted by Daniel Ellison |
|
Here's a quick image for a missing avatar I came up with this morning. It'll do as a placeholder for now, I think. "Never quote yourself" -- Daniel Ellison |
|
Posted by Herbert Poul |
|
cool thanks .. so .. i've now implemented avatars :)
documentation is still missing though... Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Daniel Ellison |
|
Looks good to me! I'll bet you never suspected you were talking with a dog! :) Thanks for getting this in place. It'll really help. "Never quote yourself" -- Daniel Ellison |
|
Posted by Daniel Ellison |
|
Hey, my newforms doesn't include an ImageField, so it' giving me errors when I try to edit my profile (runing locally on dev server). Is there a particular django branch I need to be using for this functionality to be available? "Never quote yourself" -- Daniel Ellison |
|
Posted by Herbert Poul |
|
it's the latest version from trunk .. what version are you running ? Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Daniel Ellison |
|
Looks like that fixed it! Apparently the ImageField was only added to the trunk five days ago.
I've hesitated keeping completely up to date with the trunk since they said that auto_now and auto_now_add were going away. I didn't want to have to go through and figure out what to use instead. Ok, aso I'm lazy! :) "Never quote yourself" -- Daniel Ellison |