Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Need Your Suggestion

BentotBentot New
edited July 2008 in Vanilla 1.0 Help
I want to create a new Tab that only selected members can see. I need to be able to put html tables and text in this new page. Can someone show me the steps pls. I appreciate it. Thanks

Comments

  • sjeepssjeeps
    edited June 2008
    With Page Manager you can create tabs, new pages, etc.

    And I think you'll need to create a new role for those "selected members" so it's only them can see the tab and the new page.

    So, you can start by installing the Page Manager, create your new tab and page then go to Settings >> Roles & Permissions and then click on Create a new role.
  • thanks sjeeps Yes I got the new role permission covered. I'll try the Page Manager. Thanks.
  • I have a browser issue with Page Manager. I added a category and created a table and it shows on the top in Firefox but IE6 shows about 600 pixels top margin so the page looks empty but if you scroll down, there is the table. Any tips guys?
  • I looked at the code in CustomPages.php and the top has this code before the table starts <?php return array(0 => array('tab' => 'Discussions', 'page' => 'discussions', 'url' => 'http://www.mysite.com/forum/', 'html' => '', 'point' => 1, 'custom' => 0, 'attribs' => '', 'roles' => array(0 => 0, 1 => 2, 2 => 3, 3 => 4, 4 => 5, 5 => 6)), 1 => array('tab' => 'Categories', 'page' => 'categories', 'url' => 'http://www.mysite.com/forum/categories.php', 'html' => '', 'point' => 1, 'custom' => 0, 'attribs' => '', 'roles' => array(0 => 0, 1 => 2, 2 => 3, 3 => 4, 4 => 5, 5 => 6)), 2 => array('tab' => 'Search', 'page' => 'search', 'url' => 'http://www.mysite.com/forum/search.php', 'html' => '', 'point' => 1, 'custom' => 0, 'attribs' => '', 'roles' => array(0 => 0, 1 => 2, 2 => 3, 3 => 4, 4 => 5, 5 => 6)), 3 => array('tab' => 'Settings', 'page' => 'settings', 'url' => 'http://www.mysite.com/forum/settings.php', 'html' => '', 'point' => 1, 'custom' => 0, 'attribs' => '', 'roles' => array(0 => 0, 1 => 2, 2 => 3, 3 => 4)), 4 => array('tab' => 'Account', 'page' => 'account', 'url' => 'http://www.mysite.com/forum/account.php', 'html' => '', 'point' => 1, 'custom' => 0, 'attribs' => '', 'roles' => array(0 => 0, 1 => 2, 2 => 3, 3 => 4, 4 => 5, 5 => 6)), 5 => array('tab' => 'Members', 'page' => 'Members', 'url' => 'http://www.mysite/forum/extension.php?PostBackAction=Members', 'html' => '', 'point' => 1, 'custom' => 0, 'attribs' => '', 'roles' => array(0 => 0, 1 => 2, 2 => 3, 3 => 4, 4 => 5, 5 => 6)), 6 => array('tab' => '2010 Reunion Funds', 'page' => '2010_reunion_funds', 'url' => 0, 'html' => '<table width="100%" border="0" cellpadding="2" cellspacing="1" bordercolor="#FFFFFF">
  • Anyone know how to IE6 hack this ? Thanks in advance I have a browser issue with Page Manager. I added a category and created a table and it shows on the top in Firefox but IE6 shows about 600 pixels top margin so the page looks empty but if you scroll down, there is the table.
  • It's a bit hard to find IE6 people around nowdays... is it anything like this? http://lussumo.com/community/discussion/8425/ie6-wrong-divcontent-rendering-solved/ Another thing to try would be to see if the space only appears with just the PageManager extension alone.
  • Yes it seems only happen with just the PageManager extension alone.
This discussion has been closed.