Very weird, not sure why.
But I KNOW why some people are having problems....
I installed this and then couldn't get the postbit thing to show up. I checked my edit options (said yes) etc etc. To no avail.
Finally.. checked the database... userfield.field55 was blank...
Went back to the site, clicked edit options, and clicked save.
Checked the database.. now it showed "Yes".
So the question is, why isn't it filling in the default value? I even made sure that I had clicked "Set the first option as default"
I ran this query to fix things
Code:
UPDATE `vb3_userfield` SET `field55` = 'Yes';
I use the prefix of vb3_ if you don't have a prefix just do
Code:
UPDATE `userfield` SET `field55` = 'Yes';
Be sure to replace field55 with your value.
P.S. This sets EVERYONE to YES to use the pager system!!