Quote:
Originally Posted by memobug
However, I am thinking that the problem seems to be with older posts. I believe both the ones I moved with problems were created under vbulletin 2.3.5. The tattler comment you asked me to insert reveals that those problem threads have a firstpost=0... So maybe that firstpost thing is new for 3.0.3?
4. Would I have to change each firstpost field in the database to make it correct, or is there some other way of rebuilding them?
|
Why not just make a script that selects all threads with a firstpostid=0 and update them? I guess it just depends on your quantity of threads that have this situation that you may want to put in as an article.
I guess you could always test the firstpostid in showthread.php and if it is 0, do a quick select to get the first one.
Anyhooo... those are a couple of things that may help you work around the issue.
Quote:
Article ownership:
It seems like it might be necessary in practice for the moderator/admin to be able to attribute an article to someone else. Quite often people send me stuff and I format, edit and post it for them. It would be great if there were a way to go back and make it appear to be theirs.
|
This is a feature that was requested several pages back. It is dooable, but a little difficult.
In the design I am working on, I am storing any 'extra' article info in a seperate table (hate changes to existing vb tables) that is pulled when a user is browsing an article.
I was going to store an extra 'author' line there, however that causes problems with the forumdisplay pages. You would really want this extra field to be displayed next to the title in forumdisplay. However, what if its not even a member name? Just display the name? No link or anything? Blech. I hate trying to get my head around these things. Guess Ill have to do the later.
BTW: Not sure if its off topic or not... but the pagination did my head in and I am still not sure if I like the way that it looks. Any feedback guys? (personally Im gunning for it all on 1 line)