Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 27, 20159 yr 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 ??
October 27, 20159 yr 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.
October 27, 20159 yr your lucky i had 22 templates that has issues, couldnt get the site to show at all hehe so i made a new theme.
October 27, 20159 yr Author 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 :(
October 27, 20159 yr The utilitiesMenu was removed from 4.1, you should remove any references to it from your modified template.
October 27, 20159 yr Author Thats just it Stu mate .... I didnt modify it because I'm proper rubbish when it comes to coding
October 27, 20159 yr 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.
October 27, 20159 yr 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=""}
October 28, 20159 yr 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.
Archived
This topic is now archived and is closed to further replies.