For removing login from the page with the help of css
Find this line in seminar.class.php:
<table cellpadding=\"5\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr>"
Replace it with:
<table class=\"seminar_login\" cellpadding=\"5\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr>"
Then go to seminar0.css and just give this property
.seminar_login{
Position: absolute;
Visibility: hidden;
}
For hiding the search and category options:
Go to CSS:
.sem_nav{
Position: absolute;
Visibility: hidden;
}
Removing the Category info and booking Info:
.sem_cat{
Position: absolute;
Visibility: hidden;
}
To remove a field from the Table of seminar events page:
Go to seminar.html.php and search for sem_rowd