Each Initiative has a few options that Admins can select as their "homepage". Admins can navigate to Site Setup > General Settings to access the different options for the Initiative Homepage.
This option will be set as"After Login Page" with dropdown options:
- Home Page: This is our standard page that supports widgets and is our most customizable Homepage option.
- Recent Idea List Page: This sets the Homepage as the Idea Boards page, so anytime a User navigates to the Initiative URL, they will go directly to the Idea Boards page instead.
- News Blog Page: This sets the Homepage as the Blog Posts page, so anytime a User navigates to the Initiative URL, they will go directly to the Blog Posts page instead.
- Challenge Topic
- Responsive Homepage: This option will make your homepage responsive. This allows any User that visits this Initiative through a mobile browser to see a formatted version of the homepage.
We created a workaround if anyone is interested to redirect to the post idea page from the home page as we wanted everything on one page with one less click.
Add this code to your HTML footer and change the URL (we're using https://www.yoururll.com/inthispage/submit) - it's from the homepage though, so above after login, make sure you are redirecting to the homepage:
<script>
$(function(){
if ($("#bi-page-s").length) {
window.location.replace("https://www.yoururll.com/inthispage/submit");
}
});
</script>
Hi all,
is this workaround still working? this would be extremely useful
Anyone who knows?
thanks
Luca
Hi Luca
It still works .. just make sure that in Site / Components .. you are redirecting to homepage and NOT responsive homepage.
Cheers