PDA

View Full Version : Removing "Administer Events" link on page


madclown
01-09-2004, 12:47 AM
I'm a total newbie with the PHP/MySQL stuff but I got the calendar to work and am able to add events using the Flat text file. However, there is a link directly below the calendar that says

"Administer Events

(only works with mySQL databases)"

... how do I remove this link? I don't want the general public clicking on that and getting errors, I just want them to see what events I have coming up on the calendar itself.

Any info is appreciated thanks.

daniel son
01-09-2004, 04:41 AM
hi
edit the demo.php on line 42
edit or remove the entry ......

iīve changed "Administer Event" ... into "Eventmanager Login"

e.g:
<tr>
<td><center><a href="escalAE.php" target="haupt"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Eventmanager
Login</font>
</a></center></td>
</tr>

i hope itīs usefull....
daniel son