pnForum - 2.7.1

Description

pnForum is an integrated forum module. It is API compliant, uses pnRender templates and the permission system, supports all kind of hooks.

This version also uses Ajax for conveniency.

System Requirements

.760+ required
.764+ recommended

Support Info

Support forums on http://support.pn-cms.de or http://community.postnuke.com

If you want to use pnForum on a commercial website or install PostNuke plus pnForum on a commercial basis, please contact me about support if needed.

My Amazon-Wishlist in case you want to support my work: *click*

Supported Lanugages

German, English, French, Spanish


 

Change Log

pnForum 2.7.1

 * fixed copy and paste bug in topicpager plugin
* fixed bug in backforum.php that produced wrong urls with short urls disabled
* fixed HTML bug in pnforum_ajax_editforum.html which caused a (unreproducable)
  display problem in IE(6|7) that made it impossible to administer forums. IE sucks.
* removed Resizable from some templates, this also caused some problems in
  IE(6|7). Did I mention that IE sucks?
* added spanish language pack, credits go to Julio De La Calle Palanques from
  dev-postnuke.com
* fixed bug in adminlink plugin (call of non-existing function from 2.6)
* updated french language pack, credits go to Gilles Pilloud (gilles@xeneris.fr)
* fixed [#12958] undefined constant
* fixed [#12957] pnForum- Invalid index pninit.php
* fixed [#12948] Register and Login links use old style URI's
* fixed [#12075] Multiple deletion of threads doesn't work
* added fallback in converting from/to UTF-8 when the mbstring extension is not available.
  This ***can*** und surely ***will*** affect some Ajax functions in conjunction with special
  characters like the German Umlaute or French or Danish characters as well.
* fixed [#13402] Not linked usernames
* fixed [#13399] linebreach (<br> icon_wink problem

pnForum 2.7


*** Note: Most of the bugs fixed in this list have been reported during the extensive
***       testphase before the release and do not necessarily fix bugs of the 2.6 version
***       because some new functionality introduced in 2.7 is affected.         
+ .8 ready, Topics module from .8-SVN needs to be installed!
+ Using Ajax now for some features, this implied a major rewrite of some templates
  and adding a few new ones. Non-javascript fallbacks are included.
+ using resizable.js written by Kazuki Ohta (ohta@uei.co.jp)
+ animated gifs made Klaus Petzka (mail@petzi-juist.de)
+ optimized all functions that search forums (better performance)
+ Templates and layout reworked
+ The following plugins are declared obsolete and may not be present in
  future versions:
  addtopic_button
  favoriteforum_button
  listforummods
  mailtopic_button
  post_order_button
  splittopic_button
  subscribeforum_button
  subscribetopic_button
  Please use display logic to show the buttons, for more details see the
  recent templates.
+ added timezone support (credits go to Adrian Chapman for the idea). To use this in
  your templates, use the new pnfdate_format modifier instead of pndate_format, e.g.:
  <!--[ $lastpost.posted_unixtime|pnfdate_format:'datetimebrief':'':true ]-->
  The last parameter is activating the timezone support which adds the difference between
  the users timezone and the main timezone configured in your PostNuke settings.
+ added option to disable forum
+ added [#2512]    centerblock links inkl. PID
+ added [#2636] similar topics plugin
+ added [#2899] Link back to forum index in search and latest posts.
+ added [#2979] Set title to category, forum or thread title
+ added [#2941] Restrict edit timespan to a configurable Value
+ added [#3962] posthint.gif image from pnimages to pnimages/lang directory
+ added [#4167] Quote Selected
- fixed some HTML and validation issues, removed some more tables
- fixed [#2490] wrong number of guests in online list
- fixed [#2491] removal of topics doesn't remove the subscriptions
- fixed [#4199] block templates call readlastposts plugin with only maxposts
- added [#2492] admin option to remove subscriptions
- fixed [#2557] no protection against posting many new threads
- fixed [#2569] pnForum preferences always visible in user profile
- fixed [#2637] moderation navigation and
        [#2683] moderation function broken on multiple pages (same bug)
- fixed [#2678] search does not honor sort field specification
- fixed [#2728] permissions not checked when notify mails are sent.
- fixed [#2729] parameter for statistics-block ignored
- fixed [#2734] blocks show wrong date/time after splitting a thread
- fixed [#2767] language edit (english)
- fixed [#2922] index error
- fixed [#2944] + [#2945] &'s not converted into entities in search plugin
- fixed [#2903] Riesige Fehlerbox bei Bedienerfehler beim Ändern eines Postings
- fixed [#2952] Incorrect entites in moved thread template
- fixed [#3076] Wrong time for guests
- fixed [#3110] Signature in Preview
- fixed [#2946] issues header in search results
- fixed [#3121] Signatur nach Editieren bei Posting obwohl nicht aktiviert
- added [#3494] Ability to call topic by post_id (credits to Arjen Tebbenhof)
- fixed [#3599] blending probléme
- fixed [#4089] Duplicate define
- fixed [#4156] searchAPI change to make Xanthia search-plugin function correctly
- fixed [#5142] modifier.profilelink.php - incorrect target
- added [#4861] Hide Quick response Field when editing a post