Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: All pages created using BasicPages are refreshing/reloading endlessly when viewed by Guests
By setting your community to public, you mean you disabled the Garden.PrivateCommunity setting? In that case, are the page view permissions still enabled? This will help others replicate the issue an… (View Post)1 -
Re: Unsetting LatestPostListModule
Here is an explanation of what happens when the code you posted is run: public function PageController_Render_Before($Sender) { $Page = $Sender->Data('PageData'); At this point, PageData doesn't e… (View Post)3 -
Re: Unsetting LatestPostListModule
The PageData object has been renamed to Page starting with Basic Pages 2.1.2. The $testpage variable in your pasted code has to be defined or you can just put in the UrlCode directly like if($Page-&g… (View Post)2 -
Re: All pages created using BasicPages are refreshing/reloading endlessly when viewed by Guests
I created a page with the view permissions enabled for guests on a new Vanilla 2.1 installation with the Garden.PrivateCommunity config setting enabled, and I can view the page as a guest and a user … (View Post)3 -
Re: Van2Shout with Basic Pages?
The best way to do this is to modify the Van2Shout plugin to have its own page instead. You should redirect this question to the Van2Shout plugin page or modify that plugin on your own. (View Post)1