|
Written by Administrator
|
|
Saturday, 01 April 2006 |
|
This Widget for Wordpress's new Sidebar Plugin allows you to show your phpBB Forum entries.
And the best is: it's highly customizeable!
Download
PhphpBB is released under the GNU General Public License.
So you can feel free to modify it as you want it to. If you want me to add some features to it let it me know under my Email poophil@yahoo.de or somewhere in my forum.
jpfieber changed the widget into an Plugin(Download) an example call is included, a readme file will follow. The plugin is currently based on the Widget in version 1.0.8
Everything what you need to install can be found within the readme file of the Project so You see here only the examples of it and the fields.
Fields |
| 1. Title |
this holds the Title which is showed above the Widget
e.g.: 'Latest Discussions:' |
| 2. phpbb Prefix | this holds the prefix of the phpbb tables, needed to access them
e.g.: 'phpbb_' |
| 3. URL to Forum | this holds the URL to your Forum, needs to be with the last slash included
e.g.: 'http://www.mydomain.com/forum/' |
| 4. Number of Entries | holds the amount of last entries which are displayed, if empty default is 3
e.g.: '4' |
| 5. Posts from special Category only | holds a list of category numbers from which posts are only showed. The categories are separated by , |
| 6. Posts from special Forums only | holds a list of forum numbers from which posts are only showed. The forums are separated by , |
| 7. Date formating | there you can define how the date of the post is formatted,(used with php formatting
signs. Can be found here)
e.g.: 'H:i \o\n D jS m.Y' the output would look like this: '07:16 on Fri 31st 03.2006' |
| 8. Reply Text addition | When no new thread, only a reply was done the inputed string will be outputed before the
Posttitle of the thread
e.g.: 'Reply on: ' all replies would be showed in this way 'Reply on: MyThreadReply',
'MyThreadnoreply' |
| 9. Design | holds how the Output will look like see The Tags for more informations |
| 10. Show as List | Defines if the Entries which are displayed as a standard list or not.
Possible Values 0=it's not displayed as List; 1=it's displayed as list
e.g.:'1', would show it as list |
the Tags |
| Tag | Description | (Example) Output |
| -#-ae | Closes the tags -#-ts,-#-us | </a> |
| -#-av | Adds the avatar of the Poster | <img src="http://www.mydomain.com/myavatar.jpg" /> |
| -#-be | Ends the Bolding of Text | </strong> |
| -#-br | Adds a linebreak | <br /> |
| -#-bs | Starts the Bolding of Text | <strong> |
| -#-da | Shows the Date in the setted format | 07:16 on Fri 31st 03.2006 |
| -#-fn | Displays the Forumname where the post is in | Wordpress Area |
| -#-ie | Ends the italicing of Text | </em> |
| -#-is | Starts the italicing of Text | <em> |
| -#-ti | Shows the Threadtitle | What do you think about the Widgets? |
| -#-ts | Adds the Link to the Thread | <a href="http://www.mydomain.com/forum/viewtopic.php?p=232">/td> |
| -#-us | Adds the link to the Profile of the Poster | <a href="http://www.mydomain.com/forum/profile.php?mode=viewprofile&u=1> |
|
|
Last Updated ( Sunday, 21 January 2007 )
|
|
|
|