• Resolved tradetonjournal

    (@tradetonjournal)


    Hi,

    I need to have a private page for every user. My private page consist to have an embeded sheet to show on the page, but every user must have their unique link to the sheet that i assign them. Is there a way to go take the information of the link in a db or sheet to define the user page. Or to create many pages and them assign them manually when the user is created in the website ?

    Do you see any options for my problem? I could edit the page manually but im searching for an option to automate my site.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tradetonjournal

    (@tradetonjournal)

    And i would like to preset the pages to be full width. Is there a way to set it by default ?

    Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @tradetonjournal,

    1. Is there a way to go take the information of the link in a db or sheet to define the user page. Or to create many pages and them assign them manually when the user is created in the website ?

    Each private page belongs to a user.

    In order to achieve what you want, you need custom work. If you need help with coding, we always recommend https://codeable.io/?ref=aRTnM so that we can continue to hear good things about them.

    2. And i would like to preset the pages to be full width. Is there a way to set it by default ?

    You need to make a custom template that is “full width”.

    Here is how the Client Portal private page template works:

    If your theme has a single-private-page.php file in the theme’s root folder, then that one is used.

    If there is no such file in your theme’s root folder, then single.php is used.

    That is your post template, and you probably don’t want that.

    So the way out of this is to create a single-private-page.php file that has the exact same content as the page.php file. That’s your page template.

    Making the long story short, you simply need to duplicate your theme’s page.php and name it single-private-page.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link user page’ is closed to new replies.