Open csteamengine opened 8 years ago
Might need to add a variable to the url like type=member or type=project so we can know which table to query and which back url to supply.
Hey for some reason going to http://webdev.stuorg.iastate.edu/ cannot be reached for me? Am I using the wrong url?
On Fri, Sep 23, 2016 at 10:34 AM, Gregory Steenhagen < notifications@github.com> wrote:
Might need to add a variable to the url like type=member or type=project so we can know which table to query and which back url to supply.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ISU-WebDevClub/club-website-mark-2/issues/15#issuecomment-249225189, or mute the thread https://github.com/notifications/unsubscribe-auth/AHEnzzwsr07M3F97w1HdF37uSL5NLMeFks5qs_FrgaJpZM4KFG3m .
Leelabari Fulbel
Yeah, the actual site is not live anymore. I am guessing Levi took it down, although I am not sure.
When a members icon is clicked, it should take the user to a page dedicated to that member. It will display all the information on that member and have a link to that member's personal website. This can be done dynamically with php by sending the members id to that focus page.
See the portfolio -> focus page to see how I did it with projects.
basically go to the url
webdev.stuorg.iastate.edu/focus/?id=1
where the value for id would be that members id. Then use $_GET to get the id from the url and query the db.