Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
RomulusM Posted March 29, 2011 Posted March 29, 2011 As I understood, my View New Content erratic behavior will be resolved in 3.2. However my board is virtually unusable, by this problem and I started to lose patience. When should I expect such an important feature to be solved? It is simply unacceptable to wait over 1 month a fix for such an important problem. Basically, my members relies on View New Content feature, which is now simply not useable.
RomulusM Posted March 29, 2011 Author Posted March 29, 2011 Of all the features we receive feedback on, view new content receives the most. To many this is their primary browsing page and it's vital that it works accurately. We've had database level topic tracking for many years. It was introduced in 2.0 and has gone through many refinements for efficiency and accuracy. And I agree with Matt fully. However, mine is not working at all for over a month, and when asked when it will be fixed, it was told to me that in 3.2. However now I am desperate for a fix. What should I do?I am really desperate. Invision, please do something to fix this!
RomulusM Posted March 29, 2011 Author Posted March 29, 2011 By not working at all, I mean the way it's working renders it simply unusable. It's not accomplishing the function it is design to achieve.
Management Matt Posted March 29, 2011 Management Posted March 29, 2011 Submit a ticket for me, I'll see what I can do.
Volvospeed Posted March 29, 2011 Posted March 29, 2011 A patch for this would be great. Even if all it did was give the option to turn off sphinx for VNC and Todays Active Content. Well I guess thats no good for people running innodb but screw them. :lol:
.Ian Posted March 29, 2011 Posted March 29, 2011 I am sure I was told in a ticket that VNC does not use Sphinx (apologies if I am mistaken, but could have sworn someone said that)
Volvospeed Posted March 29, 2011 Posted March 29, 2011 I am sure I was told in a ticket that VNC does not use Sphinx (apologies if I am mistaken, but could have sworn someone said that) Empirical yes but..... with sphinx on I have deltas in my VNC and Todays Active Topics. Order is also jacked and duplicates. If I break the path to sphinx neither service works. If I go back to mysql search everything is fine. So with that, I am going to ASSUME that both do indeed use sphinx. That and I looked at the code and they do ;)
RomulusM Posted March 29, 2011 Author Posted March 29, 2011 Submit a ticket for me, I'll see what I can do. I did! Before posting here!
InvisionHQ Posted April 1, 2011 Posted April 1, 2011 Please inform us about this ticket, I'm in the same hell...
Volvospeed Posted April 4, 2011 Posted April 4, 2011 Per Jason H In /admin/applications/forums/extensions/search/engines/sphinx.php Change $this->sphinxClient->SetGroupBy( 'last_post_group', SPH_GROUPBY_ATTR, '@group ' . $sort_order ); To $this->sphinxClient->SetGroupDistinct ( "tid" ); $this->sphinxClient->SetGroupBy( 'tid', SPH_GROUPBY_ATTR, 'last_post ' . $sort_order );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.