"No. Topics Started" by Zinga Burga conflicts with RSS to Post
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: "No. Topics Started" by Zinga Burga conflicts with RSS to Post
I don't recall ever making the plugin for MyBB 1.4, only for 1.2.  I think someone else updated it however.
I assume you're/he's referring this one?
http://community.mybb.com/thread-44374.html

Try this, find:

PHP Code:
	$db->query('UPDATE '.TABLE_PREFIX.'users SET numtopics=numtopics+1 WHERE uid='.$mybb->user['uid']);

Replace with

PHP Code:
	$db->write_query('UPDATE '.TABLE_PREFIX.'users SET numtopics=numtopics+1 WHERE uid='.$posthandler->data['uid']);

(untested)


My Blog
07-26-2010 09:05 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: "No. Topics Started" by Zinga Burga conflicts with RSS to Post - ZiNgA BuRgA - 07-26-2010 09:05 PM

 Standard Tools
Forum Jump: