Ich habe mir das Wp Forum installiert ...1.7 ab Version 2 (habe Wp 2.3)
Er gibt mir flogende Fehlermeldung
Code
Warning : date () expects parameter 2 to be long , string given in /meinVerzeichnis/functions.php On Line 668
Bin so vorgegangen ... >>Forum hochgeladen - Aktiviert - Auf neue Seite erstellen gegangen - dort den in Code dann das eingeben -veröffentlichen
Dann kam die Fehlermeldung - Was muss ich genau machen ,das ich diese Meldung wegbekommen ...:-|
Das die Anleitung dafür :
Installing
- Copy the content of the zip-file to wp-content/plugins.
- Go and activate the plugin.
- Create a page from the Manage tab
- Click on the HTML button in Wordpress and then insert:
- [size=12]<!--WPFORUM-->[/SIZE]
- Go to manage->wp-forum and start adding groups and forums.
- You must then visit the WP-Forum options panel in WP admin.
- Setup a link to your forum (unless you have your pages auto-linking in the navagation menu)
- To show the latest acitvity in the sidebar add this code:
- [size=12]<?php forum_latest_acivity(numbers_to_show);?>[/SIZE]
where “numbers_to_show” is an actual number like 1,2.3…
- If you upgrade from version 1.4 to 1.6 you should add a row of code to index.php, not the theme file but the main WordPres file in your root.
On line 1 add- [size=12]<?php setcookie('session', 's', 0, '/');?>[/SIZE]
This is so the forum can track visitors so it can present new posts since last visit for the registered user. If you don’t want this then just skip it.
- If you upload a new version go to plugin managment and deactivate and the activate WP-Forum.
- Visit the structure page of the wp-forum managment. ]