Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ramsesx Posted February 21, 2019 Posted February 21, 2019 I tried this: <a href='{url="/?do=setMethod&method=fluid" csrf="true"}'>Only Forum Posts</a> but it doesn't work, it just jumps to the forum view a user selected before. Any ideas? Thanks.
Daniel F Posted February 21, 2019 Posted February 21, 2019 Try to use the full url {url="app=forums&module=forums&controller=index&do=setMethod&method=fluid" csrf="true"}
Ramsesx Posted February 21, 2019 Author Posted February 21, 2019 20 minutes ago, Daniel F said: Try to use the full url That's it, cool. Thanks. 👍 Doesn't it looks sweet?
Ramsesx Posted February 21, 2019 Author Posted February 21, 2019 If somebody is interested in having a link on the activity stream page to the fluid forum view: Go to the template "stream" and search for: <ul class="ipsButton_split ipsPos_right ipsClearfix ipsSpacer_bottom ipsSpacer_half"> add below: <li> <a class="ipsButton ipsButton_veryVerySmall ipsButton_link" href='{url="app=forums&module=forums&controller=index&do=setMethod&method=fluid" csrf="true"}' data-ipsTooltip title='{lang="ccustomlangstring_onlyforums"}'><i class="fa fa-list-ul"></i> {lang="ccustomlangstring_onlyforums"}</a> </li> My custom language string will not work for you, choose any language string to your liking. You can also add another font awesome icon. The result: Desktop view Mobile view
Recommended Posts
Archived
This topic is now archived and is closed to further replies.