As you may know, after the update we lost our added pages on the website… The only way to get them back is to code it… Will there be a fix for this? Thanks!
How’d you lose your pages? That shouldn’t have happened, hasn’t happened with anyone else I’ve heard
I lost all of mine too Nabeel.
Though in my case it may just be the menu.
In my case, in the Admin panel under News and content, under pages, All of the addon pages are there, and still checked as enabled. However only the very basics are still showing up. Even the manually added pages such as the Forum, are no longer available.
Did you edit the crystal skin without creating a new skin folder? If so that might be the answer to the forum link disappearing, also the core>templates folder any file you edit there you must copy over to the skin folder you create as then the system choses the templates in the skin folder rather then the ones in the core>templates.
Cheers
Dan C
No longer available meaning what?
They’re not on the front page anymore, as in generated? Or when you click the link it’s gone?
There’s no link to click. Nothing is generated as a link button.
The page itself is still there though.
Yes the page is still shown in the admin panel but not on the main page for the pilots to click… I have tried everything but I have been told that coding it back in is the only way to go…
mine as well…
The navigation “code” no longer seems to be updating the old pages or any new ones. They are there as I can manually add the links to the new pages to my site.
The nav is just not showing them any longer. ( old or newly created pages )
I’ll look at this in more detail tomorrow.
If you add pages, do those links show up?
Just tried to post a “test” page. It didn’t show up in the links.
It does show up in “news & content-pages” just nowhere else.
BTW if you click the link on the above are under the file/link heading it does bring up the page. So they are still there…
Do you guys have:
<?php echo $MODULE_NAV_INC;?>
Included in your core_navigation template?
NOPE!! That could fix it! I’m not professional at this so were do I need to put that text in the file?
Wherever your navigation is. Look at the default template to see how it’s done in there, just in between your <ul> </ul> tags.
That basically calls the pages_items.tpl, which you can adjust to how your navigation is (if you don’t use the <ul> navigation style). I know that’s a bit confusing, can’t really re-do it now without breaking a whole bunch of installs.
<?php echo $MODULE_NAV_INC;?>
I do have exactly that in core-templates-core_navigation.tpl on line 22.
Can you try the latest beta?
Thanks
Thank you Nabeel, I’ll give it a try.
The most current beta fixed that problem!
Awesome, thanks
I see that I am not the only one that had his background imaged deleted thru the update…
> ![]()
Yeah delete the lib/signatures folder before you update. I’ve modified my build process to delete that directory in the update zip/tar files. You’ll have to remember to do that for beta’s too