Search found 3 matches

by neonfish07
Thu Feb 08, 2007 2:48 am
Forum: Schools and Universities
Topic: Joomla website for university student portal!
Replies: 4
Views: 4695

Re: Joomla website for university student portal!

Yep, you modify the html: Remove the field for the user to enter a username, instead create a hidden form field with the same name, and set it equal to the field name of the email address. Or simply remove this field, and make sure there is no validation requiring it. Then in the php processing, fi...
by neonfish07
Wed Feb 07, 2007 11:35 pm
Forum: Schools and Universities
Topic: Joomla website for university student portal!
Replies: 4
Views: 4695

Re: Joomla website for university student portal!

I have done this before, you need to modify the code in com_register look for @ signs to see which functions evaluate email addresses. I have done this before with postNuke (another CMS) for a site that does the exact same thing you do, eventually I will be moving it to Joomla once I am done with a...
by neonfish07
Wed Feb 07, 2007 9:21 pm
Forum: Schools and Universities
Topic: Joomla website for university student portal!
Replies: 4
Views: 4695

Joomla website for university student portal!

So, I've volunteered to create a "student portal" for my university website. It would be used for news, announcements, events, discussions, class information, ect. (Oh man! What have I gotten myself into!?) The main issue I first had in this project was to make ensure that only students and faculty ...