baponline
Forum Replies Created
-
Thanks for quick response. I think I understand your response re: assignment of a role to a user but not sure it addresses my problem or at least I don’t fully understand how to apply it. Maybe you can provide an example? Or perhaps I didn’t explain it properly.
For example, assume I have 5 different pages with content restriction set to allow Resident role access. I just created a new role called Tenant that didn’t exist when I first created the 5 pages. Four of the 5 pages that allow Resident need to now also allow Tenant role access.
I have users that are assigned Resident role and others that get Tenant role.
I can manually go to those 4 pages and edit the content restriction to allow Tenant role. I was wondering if there was a way (ie, script, SQL, etc.) that would allow me to do this automatically vs. manually. Something that would go through and for every page that has content restriction set to allow Resident Role then update it to also allow Tenant role.
It’s not a big deal if there are only 4 pages. But just becomes a manually intensive process when dealing with a larger number of pages.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Category Toggle SymbolWorks great! Gives me just what I need.
Thanks so much for your help and quick response.Thank you! It did what I wanted it to do.
Hi. My site is currently “under construction” and I’m using a plugin that provides that information and stops users from accessing the site.
How can I provide a link for you to look at since I’m using that plugin?I did add some custom CSS that takes care of displaying the author and date on the individual FAQ page but not sure this is the correct approach.
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }Also the individual FAQ page shows the name of the previous/next FAQ at the bottom of the page. Selecting these links takes you to that individual FAQ. I’d like to disable that as well. Not sure how to do that.
I can send you screenshots if that helps. Thank you.