Skip to Content Skip to Menu

Profile page leads back to wrong page

9 years 5 months ago #263563 by christallo
Profile page leads back to wrong page was created by christallo
When I click on an user in a list, it leads to his profile, what it should.
But in the pathway above the profile it's suddenly "CB Profile" and the user won't get back to the list.
I have no idea, where to find a solution, that gives the user the possibility to get back to the list without hitting the browsaer back button.

Does anyone know, where I can find "CB Profile" and change the link back to the list?

Attached the screenshots. (example here: Anmanntester)

Thx!
Attachments:

Please Log in or Create an account to join the conversation.

  • gtrennert
  • gtrennert
  • OFFLINE
  • Posts: 128
  • Thanks: 4
  • Karma: 0
9 years 5 months ago #264389 by gtrennert
Replied by gtrennert on topic Profile page leads back to wrong page
I see 2 solutions but they are not perfect :

1)
You can use a link to invoke history.go(-1) in Javascript, which is essentially equivalent to clicking the Back button. Ideally, however, it'd be better to just create a link back to the URL from whence the user was posted to the form - that way the proper "flow" of history is preserved and the user doesn't wonder why they have something to click "Forward" to which is actually just submitting the form again (answer found here )

2)
Add a new custom field to cb of type web address (read only)
add mysql plugin for cb
add a new mysql field to save the link of your list to the web address field
But you will not find the list filtered or ordered as before for sure

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum