Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't Make Pages Private
#6
(2017-03-09, 01:44:35)Carlos Wrote: That's correct, it's how the function works (like GS's getPageContent)

To accomplish what you need, you have to something like
PHP Code:
<?php if (returnPageField('page','private') != 'Y' || is_logged_in()) { ?>
...
<?php get_i18n_content('page'); ?>
...
<?php ?>
(Not tested)
perfect! thank you Carlos and Shawn!
Reply


Messages In This Thread
Can't Make Pages Private - by soundbwoy - 2017-03-08, 11:08:05
RE: Can't Make Pages Private - by shawn_a - 2017-03-08, 11:27:03
RE: Can't Make Pages Private - by soundbwoy - 2017-03-09, 01:23:06
RE: Can't Make Pages Private - by Carlos - 2017-03-09, 01:44:35
RE: Can't Make Pages Private - by soundbwoy - 2017-03-09, 03:11:35
RE: Can't Make Pages Private - by shawn_a - 2017-03-09, 02:11:33



Users browsing this thread: 1 Guest(s)