Hi all,
EDK3 support addedthanks to Kovell for using this mod as an example for the new EDK3 system i only needed to clean old code.
Version 0.8- changed database queries to use the db class (bugs with mysql/mysqli)
Version 0.7- Added marquee (scroll function)
- Added Poster name by request of NoRiddle
Version 0.6- Small bugfixes for some MySQL versions
Version 0.5Nicest things added are:
- Embedded video in news post (usage in
this post)- KB_SITE compatible (please confirm this since i didnt test it!!)
!!For updating your existing v0.4 install please read the Update file included in the archive!!If you cannot see your killboard anymore and you want to get to your admin section then put ?a=admin behind your kb url to login.
Its important to be in the admin section before uploading the mod.
The package version 0.8
-->
EDK2 Package <-- download
-->
EDK3 Package <-- download
Changes v0.7
- Added marquee (scroll function)
- Added Poster name by request of NoRiddle
Changes v0.6
------------
- Small bugfixes
Changes v0.5
------------
- Added BBcode for embedded video objects
- Added BBcode for font Size
- Added BBcode for center
- Fixed bug when installing where default news items are unknown which results
in an SQL syntax error
- Added support for multiple killboards
Changes v0.4
-------------
Added a file to create a seperate news page on the KB.
----
Putting news page in top navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pretty simple to do.
1. Copy the news.php file into the common directory
2. Go into the admin page
3. Goto 'Top Navigation'
4. Under the 'Navigation for extern pages' section add a page with these settings
- Description, make one up. Not really important for the mod usage. Name of the button in the navigation bar.
- url, this has to be ?a=news
- target, _self
- then hit Add
Done. You now have a solo News page.
Now you can write looooong stories or describe fights without messing up the frontpage.
------
Changes v0.3
-------------
Changes BBcode behaviour