kianp
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership 2] Shortcodes showing up in postHi David,
i re-did a lot of things, so not exactly sure how to replicate it. after playing around for a bit i realize how i was supposed to set up things, and it worked in a way where i could undo things.
this is what i originally did…
– i had two memmbership levels. Visitors(strangers) and Members
– i created a negative rule for Visitors to not see two certain pages
– i created a positive rule for Members to see ONLY these two pages (this was the error – i didn’t need to create this)
– i also wrapped some content on one of these pages with the [level- members] shortcode.
– as a visitor, it correct protected the content.
– but then i think as a member i could see the content, but also see the shortcodes.after fixing the way i did things: i just added a negative rule to visitors for a Blog category which protected all the necessary posts, so i didn’t need to use short code anymore.
However, i think as and Admin person, i could see the shortcodes, and as a normal member i couldn’t see them. since i was always logged in as the admin, i was able to see the short codes. so maybe this is how it works, the fact i was logged in as a Admin is why i could see the shortcodes when previewing the site.
i don’t know exactly 😛 but hope that helps.
btw, thanks for a great plugin. 🙂
Forum: Plugins
In reply to: [Membership 2] Shortcodes showing up in postHi David,
Yes, it is resolved. sorry for that. i managed to figure it out what i was doing wrong a bit later. Thanks.
Forum: Fixing WordPress
In reply to: How to Remove “Comments are Closed” in my site?i had same issue (with a different theme) with “Comments are closed” showing up on my pages, but i couldn’t find that phrase in any of the php files.
however, in the page.php file i saw this line referring to a comments function:
<?php comments_template(); ?>
i deleted this, and it removed the “Comments are closed” phrase.
if you need the full code i had, then let me know.