Hello,
I made a Vote & an Event Overview, the Vote Overview is useful, if you
Hello,
I made a Vote & an Event Overview, the Vote Overview is useful, if you
Doesnt work
It works, lol, I tested it, what Error or what comes? Dashboard?
Do you need it coded into the EMU aswell?
No, just add the .php files into housekeeping, and add index.php:
Search for:
and replace it with:Code:} elseif($p == "wordfilter"){ $tab = 2; include('wordfilter.php');
It works 100 %, because I tested it!Code:} elseif($p == "wordfilter"){ $tab = 2; include('wordfilter.php'); } elseif($p == "votes"){ $tab = 2; include('votes.php'); } elseif($p == "events"){ $tab = 2; include('events.php'); } elseif($p == "tids"){ $tab = 2; include('tids.php');
Yeah but don't you need the code in the EMU for events?
Yeah, here it is:
http://code.assembla.com/holocms/sub...INSTALL_EVENTS