"No. Topics Started" by Zinga Burga conflicts with RSS to Post
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #1
"No. Topics Started" by Zinga Burga conflicts with RSS to Post
Hi, I was on the mybb forum and I found this post:

http://community.mybb.com/thread-72213-p...http://community.mybb.com/thread-72213-post-526131.html

I checked here on mybbhacks and it does not look like the issue was reported. I had that plugin too, and indeed when installed it there was a conflict with RSS to post. I'm not sure whether its RSS to Post that is doing an unusual thing in its queries or whether its an issue similar to the one I reported which was remarked on in version 1.25 of XThreads:

Zinga Wrote:grab forum id from posthandler array rather than global variable (better compatibility with other plugins)



@ Zinga:  Just thought you would like to know about it


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 07-26-2010 08:11 PM by leefish.)
07-26-2010 08:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
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
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #3
RE: "No. Topics Started" by Zinga Burga conflicts with RSS to Post
Hi Zinga - sorry, my mistake - indeed, that is the plugin - Tomm updated it. I will post on the MYBB forum with a link to your post here.

Thank you for the swift response Smile


[Image: leelink.gif]
MYBB1.6 & XThreads
07-26-2010 10:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: