Was there ever a fix for forums that are not running quick reply?
Also, I am not seeing the blue and yellow bubbles on mine, just white backgrounds on posts, I've made sure to upload the iPhone folder to the vB root, and everything else seems OK, but no bubbles and no ability to post reply without hitting the quote button.
This is a great template though, thank you for your time in developing and supporting it.
EDIT: I answered all of my own questions, for those that may be wondering the same info:
- Since I don't run quick reply on my forum, I simply commented out the "Reply" button in my postbit template (either postbit or postbit_legacy)
- To fix the "Post Reply" button at the top of the thread, I had to edit the SHOWTHREAD template. I replaced the URL for the "largereplybutton" with the following (I also added another button to the bottom of the SHOWTHREAD template):
Code:
newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID
- And for the bubbles not showing, I realized that the style only shows the bubbles in the postbit_legacy mode (in vBulletin options), so I copied everything out of that template into the postbit template and it worked like a charm.
I hope this helps someone out...