Kirill N Posted March 5, 2015 Posted March 5, 2015 http://community.invisionpower.com/4bugtrack/rc4-and-this-site-creating-topic-r3781/
Day_ Posted March 6, 2015 Posted March 6, 2015 Have the same on my site with the added feature of a blank white page after submitting a new topic
SJ77 Posted March 6, 2015 Posted March 6, 2015 This is when you owe a reply.. Get on that! LOLIt looks like some counter needs to sync correctly. Actually the count mechanism shouldn't be allowed to go below 0Needs to be wrapped in some sort of conditional statement.Var ReplyCount = x if ReplyCount < 1 then ReplyCount = 0 else ReplyCount = x End if
Recommended Posts
Archived
This topic is now archived and is closed to further replies.