Closed
Bug 398483
Opened 18 years ago
Closed 18 years ago
Encourage users to create new threads rather than using another user's thread
Categories
(support.mozilla.org :: Forum, task)
support.mozilla.org
Forum
Tracking
(Not tracked)
VERIFIED
FIXED
0.3
People
(Reporter: jason.barnabe, Assigned: jason.barnabe)
Details
(Whiteboard: sumo_only)
Attachments
(1 file)
1.51 KB,
patch
|
nkoth
:
review+
|
Details | Diff | Splinter Review |
We want to enforce one user seeking help per thread. Users reusing others' threads
-Makes the user not go through the info gathering process (bug 396581)
-Can be confusing to the user, because their problem may not be the same even if it sounds the same (ex: lost bookmarks can be caused by many things)
-Can be frustrating to the original poster because attention is diverted from them
To help prevent people from doing this, we should include text near the reply box if the user posting isn't the OP. The text would encourage them to start a new thread.
Updated•18 years ago
|
Target Milestone: --- → 0.3
Assignee | ||
Comment 1•18 years ago
|
||
I'll handle this, but I need to know what URL I can point to for creating a new thread. Right now, the new thread stuff is shown by JavaScript on http://support.mozilla.com/tiki-view_forum.php?forumId=1 . Nelson, do you have any insight?
Assignee: nobody → jason_barnabe
Comment 2•18 years ago
|
||
I like the fact that the forum posting is on the same page as the list of threads. I will modify the javascript though, to show either the form or the list of threads (rather than one on top of each other).
Can you point it to tiki-view_forum.php?forumId=1&postform=y
Comment 3•18 years ago
|
||
sorry about this. Use tiki-view_forum.php?forumId=1&openpost=1 instead
Assignee | ||
Comment 4•18 years ago
|
||
Nelson, since this is only supposed to apply to the one forum, are we just going to hardcode the forum ID in the code, or do you have something else in mind?
Comment 5•18 years ago
|
||
tiki-view_forum.php?forumId={$forumId}&openpost=1 should work
Assignee | ||
Comment 6•18 years ago
|
||
I understand, but when I'm putting in the code that will include this text, should I just say
{if $forumId eq 1}
Please create a new thread.
{end}
or is there some more general solution?
Comment 7•18 years ago
|
||
It may be too much trouble to make a general solution for this kind of simple thing.
Assignee | ||
Comment 8•18 years ago
|
||
I'm not able to test this for threads started by anonymous users because captchas don't work on my machine.
Attachment #292893 -
Flags: review?(nelson)
Comment 9•18 years ago
|
||
patch looks good and committed. The forumId=1 for the main forum on support and support-stage.
If you want to "pretend" captcha on your machine, add the following line to tiki-random_num_img.php near the end:
$smarty->assign('img_number',$number)
and in your template, replace alt='{tr}Random Image{/tr}' with alt='{$img_number}'
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Attachment #292893 -
Flags: review?(nelson)
Updated•18 years ago
|
Attachment #292893 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•