Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
antr12 Posted October 27, 2015 Posted October 27, 2015 Where the red arrows arethe view of the skin is out and also Ive got some notification saying something about a template not existing?? Can anyone please help with with this and advise on how to return the view back to some form of normality ??
CA3LE Posted October 27, 2015 Posted October 27, 2015 You'll have to edit your template. Move the breadcrumbs <div id='elHeaderNavigation' class='ipsSubNavigation'> {template="utilitiesMenu" app="core" group="global" params=""} {template="breadcrumb" app="core" group="global" params="true"} </div> into <div id='ipsLayout_contentWrapper'> ... do the same for the bottom breadcrumbs. I put the bottom breadcrumb div right below this line... {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} Then, what I did was add a new HTML template to core>global named utilitiesMenu to clear that error. You'll then probably want to rebuild a new template from scratch... but doing these steps will get your forum looking right until then. Hope this helps.
Netherlord Posted October 27, 2015 Posted October 27, 2015 your lucky i had 22 templates that has issues, couldnt get the site to show at all hehe so i made a new theme.
antr12 Posted October 27, 2015 Author Posted October 27, 2015 Cheers mate .... If I knew how to do all that I'd give it a go lol Do i replace the top code with the code at the bottom ??? I wouldnt mind but I hadnt messed with anything from the original ipb4 so I dont understand why its chucked this at me :(
Stuart Silvester Posted October 27, 2015 Posted October 27, 2015 The utilitiesMenu was removed from 4.1, you should remove any references to it from your modified template.
antr12 Posted October 27, 2015 Author Posted October 27, 2015 Thats just it Stu mate .... I didnt modify it because I'm proper rubbish when it comes to coding
Stuart Silvester Posted October 27, 2015 Posted October 27, 2015 3 minutes ago, antr12 said: Thats just it Stu mate .... I didnt modify it because I'm proper rubbish when it comes to coding File a support ticket, we'll take a look and see what's going on.
CA3LE Posted October 27, 2015 Posted October 27, 2015 1 hour ago, Stuart Silvester said: The utilitiesMenu was removed from 4.1, you should remove any references to it from your modified template. Thanks, didn't realize that. I thought it was an addition to 4.1 that wasn't included in my current theme. Maybe I don't need to re-create my theme after all. removed {template="utilitiesMenu" app="core" group="global" params=""}
CA3LE Posted October 28, 2015 Posted October 28, 2015 3 hours ago, CA3LE said: Maybe I don't need to re-create my theme after all. Actually... I had to remake my template. It was buggy when opening to send a PM... figured there may be more bugs so it's better to be safe and start a fresh template. At least in my situation.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.