WP-Forum Latest Posts Plugin [ 50 ]
Aktuelle Version: 0.5.1 | Bisherige Downloads:
/ 2139
SVN Download
WP-Forum Latest Posts listet die letzten Forenbeiträge eines installierten WP-Forums. Dabei stehen diverse Optionen zur Verfügung.
Anforderungen
Das Plugin benötigt das WP-Forum Plugin.
Installation
- Downloaden Sie das Plugin und entpacken Sie es.
- Laden Sie die entpackte Datei wp-forum-latest-posts.php in den /wp-content/plugins/ Ordner hoch.
- Aktivieren Sie das Plugin im Wordpress Administrationsbereich.
- Fertig die Installation.
Upgrade
- Deaktivieren Sie das Plugin im Wordpress Administrationsbereich.
- Laden Sie die Datei wp-forum-latest-posts.php in den /wp-content/plugins/ Ordner hoch und überschreiben die alte Version.
- Aktivieren Sie das Plugin im Wordpress Administrationsbereich.
Entwicklung
- WP-Forum Latest Posts Plugin bei wordpress.org/extend/
- Aktuelle Entwicklungen im Subversion Repository (SVN)
Implementierung
Die Funktion muss wie folgt aufgerufen werden:
<?php WPFLatestPosts('forumid=xx'); ?>
Die folgenden Optionen stehen zur Verfügung:
- forumid(BENÖTIGT):
- Die ID der Seite, auf der das WP-Forum eingebunden wurde. - number:
- Die Anzahl der gelisteten letzten Foren-Beiträge. - title:
- Ein optionaler Titel über der Beitragsliste.
Folgende Aufrufe sind Beispiele und funktionsfähig:
<?php WPFLatestPosts('forumid=2'); ?> <?php WPFLatestPosts('forumid=5&number=20'); ?> <?php WPFLatestPosts('forumid=31&number=5&title=<h2>' . __('Neueste Beiträge') . '</h2>'); ?>
Support
Bei Fragen, Anregungen oder Kritik zum Plugin bitte entweder das Forum, die Kommentare oder das Kontaktformular nutzen.
Changelog
18.09.2008 – version 0.5.1
- Tabellen-Prefix wird nun beachtet
- Markup-Fixes
13.11.2007 – version 0.5
- Plugin Release
English Version
Latest version: 0.5.1 | Downloads: 2139
SVN Download
WP-Forum Latest Posts surprisingly lists the latest posts from your WP-Forum. There are some option to customize the output and others.
Requirements
The plugin requires the WP-Forum plugin.
Installation
- Download the plugin and unzip it.
- Upload the file wp-forum-latest-posts.php to your /wp-content/plugins/ folder.
- Activate the plugin from your Wordpress admin panel.
- Installation finished..
Upgrade
- Deactivate the plugin from your Wordpress admin panel.
- Upload the file wp-forum-latest-posts.php to your /wp-content/plugins/ folder and overwrite the existing file.
- Activate the plugin from your Wordpress admin panel.
Development
- WP-Forum Latest Posts Plugin on wordpress.org/extend/
- Aktuelle Entwicklungen im Subversion Repository (SVN)
Implementation
Call the WPFLatestPosts function like so:
<?php WPFLatestPosts('forumid=xx'); ?>
Options are like following:
- forumid(REQUIRED):
- The ID of the forum page. - number:
- The number of latest forum posts to be shown. - title:
- An optional title at the beginning of the list.
Some examples follow – each is a proper invocation of the plugin:
<?php WPFLatestPosts('forumid=2'); ?> <?php WPFLatestPosts('forumid=5&number=20'); ?> <?php WPFLatestPosts('forumid=31&number=5&title=<h2>' . __('Latest Posts') . '</h2>'); ?>
Support
For questions, suggestions or issues with the extension please use the forums, comments or the contact form.
Changelog
18.09.2008 – version 0.5.1
- issue with db table prefixes fixed
- HTML markup fixes
13.11.2007 – version 0.5
- Plugin released
50 Reaktionen zu " WP-Forum Latest Posts Plugin "
31 Ping- & Trackbacks
19 Kommentare
segler
funktioniert bei meiner WP 2.0.1 Installation nicht – hab den Code in die Sidebar geschrieben. Und genau ab dieser Stelle wurde in der Sidebar nichts mehr dargestellt.
Frank Lucas
WordPress: v2.3.2
MySQL: v5.0.45-community-nt
PHP: v4.4.7
Server: Microsoft-IIS/6.0
Firefox v2.0.0.11Plugin shows no result when pplacing function on page.
Regards.
WP-Forum v1.7.4 is not safe.
There’s a security issue/exploit.
Read more at: http://secunia.com/advisories/28567/I’m planning a forum on my blog, and seems like wp-forum is an option. I’m testing out phpbb3 too and it also has a plugin to display the latest posts from particular forum.
Great work, as always..
peter
hatte bei mir nicht funktioniert, da der tableprefix nicht ausgelesen wird, d.h funzt nur bei standard-prefix!
folgende zeilen sind zu aendern:
global $wpdb, $PHP_SELF, $wp_version, $table_prefix;$latestposts = $wpdb->get_results(“SELECT * FROM “.$table_prefix.”forum_posts ORDER BY date DESC LIMIT “.$r['number'].”");
$getforum = $wpdb->get_row(“SELECT forum_id FROM “.$table_prefix.”forum_threads WHERE id = “.$posts->thread_id.”", OBJECT, 0);
SallyHilvbaters
My husband and I want to go on a awesome long vacation soon. We were looking for ideas. Anyone have any great spots? A way to save a lot money would be nice too. Traveling is expensive these days.
RedoHadoradeolO
Hi. I regularly be familiar with this forum. This is the oldest period unequivocal to ask a topic.
How multitudinous in this forum are references Nautical port behind, disingenuous users?
Can I worthiness all the advice that there is?Superior
Стоит ли идти в армию? Или лучше как-нибудь отмазатся сославшись на болезнь аля – Колики низа живота после надувания воздушных шариков.
Приветствуются ответы в подробном виде , а так же забавные случаи со службы или мед. комиссии.. типа:
[QUOTE]
Брат с армии приехал.
Рассказывал про то как дедушки играли в карты. Матрацами.
Да-да, матрацами.
На каждом нарисована какая либо карта маркером, разумеется духи их держат и перекладывают по игровому полю.
По словам брата игра забавная, но самое сложное в ней тасовать колоду.
[/QUOTE]chris
your use of an american flag to mean english is as insulting as using a nazi flag to mean germany..
mollybirds
Hello everyone,
I tried to add image but I don’t know how to do this
Can anyone be kind to tell me how?thanks a lot
yayo
I’m trying to implement this plugin with wp-forum but don’t work. It shows “WP-Forum ist nicht installiert!”
I have installed the forum in one page. It works ok.
But “” doesn’t work. (This code I have installed in index page.)
Thanksyayo
Thanks for your early reply. Yes, I have installed and activated the WP-forum v2.3 plugin. I put “” in one page. I have posts and categories create…
The WP-Forum Latest Posts Plugin v.0.5.1 is activated too. I put the code: in sidebar and display the error.
I have WordPress 2.8.4
RegardsAffilihox
Your welcome everyone.
My PC worked not correctly, too much errors. Please, help me to fix buggs on my PC.
I used Windows XP.
Thx,
Affilihoxelutuarcagtet
Hi.
My computer worked not correctly, too much errors. Help me, please to fix errors on my PC.
I used Windows7.
Thanks,
elutuarcagtet








13.11.2007 - WordPress Plugins Database » Plugin Details » WP-Forum Latest Posts
14.11.2007 - Initiative: Plugins “Made in Germany” « Plugin, Autor, Beschreibung, Frank, Bueltge, Plugins, WordPress, Liste « Notepad
15.11.2007 - Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 11/15
15.11.2007 - BlogBroker » WordPress Plugin Releases for 11/15
15.11.2007 - Themes & Plugins for Nov. 15th, 2007
15.11.2007 - わーどぷれすっ! » WP-Forum Latest Posts
21.11.2007 - Recent forum post | ARC IIUM Website
21.11.2007 - WP-Forum Latest Post Plugin at Otai Wordpress
05.04.2008 - WordPress 2.5 : Working Plugins at STCFX - Web Everything
14.04.2008 - WordPress Plugins - WordPress 插件列表 11月15日 - WordPress中文站
29.04.2008 - Online Seo Service » Wordpress Plugins
29.06.2008 - Wordpress 2.5 Uyumlu Eklentiler (Liste) | Wordpress Tema Ve Eklenti
04.07.2008 - WordPress Working Plugins | Utricks
06.07.2008 - 2.5 Sürümüyle Uyumlu Eklentiler | WordPress Destek
06.07.2008 - wordpress 2.5 Uyumlu Eklentiler Listesi | Nazlı Reklam Reklam ve Hosting
07.07.2008 - Wordpress 2.5 Uyumlu Eklentiler Listesi | Taha'nın Yeri
18.07.2008 - A`dan Z`ye Wordpress eklentileri | Aninda Yorum, Msn messenger ifadeleri, Avatar, gif, smiley, Resimli Siirler, izle, indir, Komik Resimler, programlar, Resimleri, Haberler
19.07.2008 - Работающие плагины для WordPress - Блокнот
04.08.2008 - apfelarea.com» Blog Archive » Deutsche Plugins für WP
07.08.2008 - Wordpress eklenti listesi | h7x Software & Technology Center
14.08.2008 - Wordpress 2.6 ile uyumlu eklentiler | alpibo
25.08.2008 - Wordpress plugin wordpress eklenti arşivi wp yüzlerce açıklamalı eklenti | Türkiyenin en büyük mail grubu
25.08.2008 - Wordpress plugin wordpress eklenti arşivi wp yüzlerce açıklamalı eklenti | Türkiyenin en büyük mail grubu
09.09.2008 - WP-Forum Latest Posts - WP Plugin Archive
16.10.2008 - 9 ways to increase page views | Blogger Tests
27.03.2009 - WP-Forum Latest Posts Plugin | WordPress Plugins Database - WordPressPluginsDatabase.com
02.05.2009 - WordPress 插件集锦系列 51-100套 « wordpress 非官方中文站——助力中文wordpress
12.06.2009 - Wordpress Eklentileri
12.06.2009 - Wordpress Eklentileri
16.09.2009 - WP-Forum Latest Post Plugin at NetTipsDB
08.10.2009 - Wordpress Eklentileri Wp Hacks And plugin | SesliChat Siteleri, Sesli Chat, Sesli Sohbet, SesliChat, Kameralı Chat, Görüntülü Chat, Kamerali Sohbet