Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Editing any settings or module content opens in the front page of the site
I have a page with a custom theme having basically index.php for all pages except the front page is frontpage.php. Now when I set it up, something goes wrong since when ever editing a module content, adjusting any settings, it opens all on the front page view, not on the index view.
How should this be debugged that would find the proper way to set it up?
How should this be debugged that would find the proper way to set it up?
Comments
Yes, the lines not commented out are following:
cart
order
report
store
blog
The rest is commented out except of course the opening and closing of the php (and "the if sentence" related to it).
There are two type of "default" pages that confuse a bit but I have index.php page the one that is wished to be opened when editing any module or settings. It insists to open the frontpage.php all over when editing.
I think the loop is cut that it doesn't redirect it back to the right index theme. I sent via email earlier those two theme files. Maybe something wrong in those and I'm blind.
So, we have a point here, we are going for the right direction.
So, if I submit a contact form, the next page "Please confirm your submission" still goes also for the front page that is not very handy. Also after submitting the form (Thanks for your submission) you stay on the front page, not contact page.
I'll have to put some thought into a possible work-around for the form submission since we are sending form data (PUT) instead of passing commands through the url (GET)
I'm investigating a non-intrusive method to prevent changing the behavior of Exponent for those that expect it to act as it has been doing.