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.
[Solved] Credit line - Page Mngr Pages
Thanks to squirrel, I have successfully made a Page Manager page the default for my forum.
Page Mng add-on: How to make tab to be the default homepage for my site? # 9
A slight glitch is that the Product of Lussumo credit line does not appear on this particular page.
How can I fix this, is there an array I should add the new default page to?
Page Mng add-on: How to make tab to be the default homepage for my site? # 9
A slight glitch is that the Product of Lussumo credit line does not appear on this particular page.
How can I fix this, is there an array I should add the new default page to?
Posted: Tuesday, 13 March 2007 at 8:51AM (AEDT)
0
This discussion has been closed.
Comments
Posted: Friday, 16 March 2007 at 3:56PM (AEDT)
If I can't sort it out soon I'll hard code it on the page.
Posted: Saturday, 17 March 2007 at 3:43PM (AEDT)
Open up the new copy in your directory and replace it with this (1 line added with PageFooter): Switch to the new theme in the settings to get it to show (it will show in all pages that process page_end.php including the login pages) and position the div#PageFooter how you want it using css.
Don't want a new theme, will have to scratch my head and work this out, actually, none of the Page Manager pages display the credit line.
Posted: Saturday, 17 March 2007 at 7:35PM (AEDT)
after:
$Body->CssClass = 'Discussions';
added:
$Panel->AddString($Context->GetDefinition('PanelFooter'), 500);
Worked a treat, on all Page Manager pages.
Posted: Saturday, 17 March 2007 at 9:38PM (AEDT)