Home Gitesh Portfolio Blog About Me Gallery Contact

Remove Seminar component copyright & login

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

Posted: 20/04/2013 11:07:57 p.m. by Gitesh Shah | with 0 comments