6
1. Everybody
calm down please ... the only thing stupid is actually fighting over this instead of taking a constructive approach
2. This decision is not carved in stone i think so if there is enough interest it might make a regular return eventually
3. I know close to nothing about php and stuff but it took me about ten minutes to get it back after i noticed that dotmill wrote this in the comments of the original news posting:
Quote:
Ok that reasoning for the "quote" changes makes a little more sense to me. I guess it's just a preference some people have and others don't. Either way, I just uncommented the usual lines and it's back.
I don't mind having to enable it this way, as long as the feature is available as an option. Thanks BTW; this is definitely a worthwhile upgrade!
btw: Did anyone bother to pm him and ask him? Maybe he did not check back on the comments and did not see you asking guys?
4. Did anyone try to send a (nice) pm to phppp asking him directly if it could be reenabled manually?
So please ... there are other ways to get on without getting on each others throat.
Now lets get to work:In the folder
/modules/newbb/class is a file
post.phpJust edit it and remove the part that comments out the quote button:
before:
440 /*
441 $thread_buttons['quote']['image'] = newbb_displayImage($forumImage['p_quote'], _MD_QUOTE);
442 $thread_buttons['quote']['link'] = "reply.php?forum=" . $forumdata['forum_id'] . "&topic_id=" . 443 $this->getVar('topic_id') . "&viewmode=$viewmode&order=$order&start=$start"edac=1";
444 $thread_buttons['quote']['name'] = _MD_QUOTE;
445 */
after:
440
441 $thread_buttons['quote']['image'] = newbb_displayImage($forumImage['p_quote'], _MD_QUOTE);
442 $thread_buttons['quote']['link'] = "reply.php?forum=" . $forumdata['forum_id'] . "&topic_id=" . 443 $this->getVar('topic_id') . "&viewmode=$viewmode&order=$order&start=$start"edac=1";
444 $thread_buttons['quote']['name'] = _MD_QUOTE;
445
Now chill ... and thats an order
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...