icyplains
Forum Replies Created
-
That did it, thanks!
Thanks for the reply. This is the shortcode I am using:
[mycred_my_badges width=50 height=50]
Forum: Plugins
In reply to: [Theme My Login] Error after removing nickname from Profile formThat worked, thank you.
I have the same issue.
OK, thanks that makes sense.
I had an issue with Theme My Login an PMPro coupons. I had to uncheck all boxes on the “Theme My Login Themed Profiles Settings” page. You guys happen to be using TML?
I also just upgraded a test account from my Free level to the 1 day level and the database has this result in the pmpro_memberships_users table:
start date: 2014-08-05 18:57:45
end date: 2014-08-06 00:00:00
modified: 2014-08-05 19:57:45I’m running Version 1.7.13.1.
I just reverted my code to see if it was still doing the same thing – and it is.
I had to do this instead:
$_not_has_membership = !pmpro_hasMembershipLevel(1,2,3,4,5,7);
I believe there is still an underlying issue with PMPro though.
I was just trying to narrow it down by putting that line in there. I was checking for that in my functions.php, but by disabling all plugins along with my functions.php and moving that line into that page (levels.php) I was able to see that it happens in only the plugin if that makes sense.
I should also add that I tried the above will all plugins disabled (except for PMPro) and using the 2014 theme.
I did a little more digging and narrowed it down this line of code I’m using:
$has_membership = pmpro_hasMembershipLevel(6);
Level 6 is that “hidden” level. I tried sticking the line above in the levels.php page after line 8. This is causing the hidden row to appear for me.
Looks like it has something to do with my theme.
I’ll try deactivating some plugins.
Below are some screenshots so you can see what I have set up.
Great, thanks!