• simoptim

    (@simoptim)


    I have a important preorder question:

    I want to do following thing:
    A user logged in after his registration.
    Then he see a singlesite (only logged in user) and on this site is different content.
    On the same site i want to hide some content with a shortcode. And the content is
    showing after 5 days – after the user logged in and see this site for the first time!!!
    This ?countdown“ for showing the content counts for each user for itself.

    Can i do this with your plugin? And can you tell me how i can do this?

    https://www.ads-software.com/plugins/timed-content/

Viewing 1 replies (of 1 total)
  • Plugin Contributor K. Tough

    (@kjvtough)

    You might be able to use the plugin’s action hooks:

    • Set the server shortcode or rule’s show atrribute to 0.
    • In the function you hook in, look up the current user and check when she was created.
    • If it’s more than 5 days, override $content with the new content you want to show and return that to the user.

    You’ll need to be comfortable with PHP programming and developing with WordPress, but it should be doable. Good luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Important question about functionallity’ is closed to new replies.