I’m using the predefined client section layout on my multilanguage website (polylang plugin).
I cannot figure out how to have polylang recognize the client section title as a string to be translated. Any help would be appreciated.
Thanks
]]>Thanks
]]>1. User goes to a static front-end “Client” page and logs in with a username and password.
2. The page uses the now-authenticated username to dynamically build on the fly a custom page for that user, listing all information relevant to him/her, including a list of available file-downloads which have been uploaded by the company and associated somehow with that user. And this info is visible only if you’re logged in.
In WP, can you in fact:
A) Associate uploaded files with a specific user, maybe by using categories?
B) Make these files not visible to all users?
C) Get the username and supply it as a parameter to a function that will return a linked list of files that have that username as a category? Make such a file-list visible only if the user is logged in?
Something like that? Thanks.
]]>I know it is possible to password protect an individual page or post, but is there a plugin or a way to create a client section that sends a person to a specified page based on their login info? So, I would crate a login username and password, associate it with a page and when someone goes to my client page or section, they would enter their info and be taken to the appropriate page.
Thanks!
]]>