Please remind me, is it possible to have a user profile page like on Instagram
instagram.com/user
Is it possible to remove /index/
from
app.com/index/{User's Slug}
???
Please remind me, is it possible to have a user profile page like on Instagram
instagram.com/user
Is it possible to remove /index/
from
app.com/index/{User's Slug}
???
Hello!
This is possible, but only through URL parameters and not through page content at this time.
The index page is a special page, and the path “index” will always be automatically removed from your URL as long as there is no type of content. However, as soon as you set a type of content on the index page, you’ll need to include “index” in the page path so the link would look like yourdomain.com/index/userslug.
The solution would be to use “Get Data from Page URL” instead of page content to reference your user’s slug, and send the slug via URL parameter so the url would end up looking like yourdomain.com?u=usersslug
I hope this is helpful!
Ok Sam! I see you out here being helpful. Thanks man! Glad to see some Bubble team members back in here.
Please remind me whether it is possible to set more than 1 slash in the URL?
Can I achieve something like
domain.com/page/username/folder/item
instead of
domain.com/page/username?folder=folder_value&item=item_value
This topic was automatically closed after 70 days. New replies are no longer allowed.