MyBB Community Forums

Full Version: Page Manager - Create and manage additional pages!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Any way to block guests from viewing a certain page? I don't want to block all pages, just a certain page.
You can try Yumi's Template Conditionals plugin and place the conditional inside your page content.
I'd also like to know how to restrict certain page only to those that are registered.

I would use that x-Treme, but I am using the PHP in Templates plugin and thus I cannot use the Templates Conditionals plugin with it.

Can anyone help me?
(2012-01-14, 05:07 AM)TheNova Wrote: [ -> ]I'd also like to know how to restrict certain page only to those that are registered.

I would use that x-Treme, but I am using the PHP in Templates plugin and thus I cannot use the Templates Conditionals plugin with it.

Can anyone help me?

Anyone, I'm still stuck at this point.
^ if you are using php in templates plugin then you can also use conditions in templates code !!
Quote:... plugin will allow you to use:
* PHP in templates, using <?php ... ?> tags
* Shortcut template conditionals, using <if ... then>...<elseif ... then>...<else>...</if>
Is it possible to use this code around an iframe? The iframe is a chat script, and I've tried 2 separate if statements to restrict guest access to that page, but the chat just disappears, not sure if I'm using the right code.
Anyone?
Yeah, how can I make it so only donators can see a certain page?
Im using mybb 1.64 and I do not see the plugin settings in my ACP at all.
^ @ Rawrd, have you authenticated yourself & other admins for using pagemanager ?
admin panel --> users & groups --> admin permissions --> Configuration --> Can manage additional pages? <-- select yes & save
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22