Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 26Feb 26 Do you plan to bring a version of the "Create new content"-Button back we had beside our user menu in version 4?With the possibility to create a home page which isn't necessarily a special application or a specific database we now have to click several times to even find an add new thread/article etc. button. Or do I miss something?Or give as the possibility to create such buttons with the menu manager. Currently, I can create a button but it doesn't do the nice popups. Edited February 26Feb 26 by Hatsu
February 26Feb 26 I would also really like this button... ideally, I would like to add it on our Home Landing pageHow did you do your button, did you create a Custom Block or something like that?
February 26Feb 26 Community Expert Management Does anyone else miss this? It wouldn't be too hard to create a custom template for it.
February 26Feb 26 Community Expert Do you plan to bring a version of the "Create new content"-Button back we had beside our user menu in version 4?Are you talking about the + Create menu?If it is, I REALLY miss it.
February 26Feb 26 Community Expert +1 to this.I'm recreating it but I can't find time to finish it:Anyway, I'd prefer it to be returned.
February 26Feb 26 Are you talking about the + Create menu?If it is, I REALLY miss it.Yes indeed… The lack of this ”+ Create”makes forums looks like ”for reading” rather than makes people inspired to post!
February 26Feb 26 Does anyone else miss this? It wouldn't be too hard to create a custom template for it.I think a few members will miss it once we upgradeespecially those using the mobile viewover the years, we used to get a lot of support queries on how to 'add' various types of contentbut once we could steer them to the 'add/+' button they dropped off considerably Edited February 26Feb 26 by sound
February 26Feb 26 Author Are you talking about the + Create menu?If it is, I REALLY miss it.Yes, indeed. I would also really like this button... ideally, I would like to add it on our Home Landing pageHow did you do your button, did you create a Custom Block or something like that?I used the menu manager and added the link. But it doesn't do the nice popup and you would have to create an extra link for every application and for every forum I guess. Edited February 26Feb 26 by Hatsu
February 26Feb 26 Would love to add a + to the mobile menu so members have quick access to create a new topic from any page :D
February 26Feb 26 I added the following code into a Raw HTML block on our landing page (and on the sub-forum pages)<header class="ipsPageHeader ipsPageHeader--forum-table"><div class="ipsPageHeader__row"><ul class="ipsButtons ipsButtons--main"><li><a href="https://99nicu.org/forums/startTopic/" class="ipsButton ipsButton--primary" data-ipsdialog data-ipsdialog-size="narrow" data-ipsdialog-title="Select Forum"><i class="fa-solid fa-pen-to-square"></i><span>Start new topic</span></a></li></ul></div></header>Worked as intended on mobile and desktop browser (but of course, only for Forum Threads) Edited February 26Feb 26 by Stefan Johansson_72643