PostNuke: A Flexible Open Source Content Management System
home | forum | international support | contact us

Modules Release Database

pnForum - v2.7.1

Author: Landseer, Larsneo

PostNuke Version: PostNuke Phoenix .760

Category: Content

pnAPI Compliancy: Yes

pnRender Compliancy: Yes

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 Information:

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 Languages:

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


 

15 Comments so far

(Latest comments )

Freebyrd's Avatar

1. Freebyrd wrote on May 02, 2006 at 12:06 PM

This seems not to work with 8.0

craigh's Avatar

2. craigh wrote on Nov 27, 2006 at 09:58 PM

happy birthday (11/27) version 2.6...

any news on version 2.7 and compatibility with PN v .762+ ??
cyrxi's Avatar

3. cyrxi wrote on Jan 07, 2007 at 02:26 AM

Just installed PostNuke today, and this was the first additional module I've installed. So far, so good!

My only request would be if future versions could be XHTML 1.1 compliant. Currently the W3C Validator only throws about 3 errors, so hopefully it won't be that difficult...
cyrxi's Avatar

4. cyrxi wrote on Jan 08, 2007 at 03:47 AM

I have managed to fix the XHTML 1.1 compliancy issue - it had to do with the drop-down forum select list located in the file "modules/pnForum/pntemplates/plugins/function.jumpbox.php". It only took the editing of a few lines of code as follows:

Code
$out ='[b]<label for="pnforum_forum"><strong>' . pnVarPrepForDisplay(_PNFORUM_FORUM) . ': </strong></label>
               <form action="'
. pnVarPrepForDisplay(pnModURL('pnForum', 'user', 'viewforum')) . '" method="get">
               <div>[/b]<select name="forum" id="pnforum_forum" onchange="location.href=this.options[this.selectedIndex].value">
               <option value="'
.pnVarPrepForDisplay(pnModURL('pnForum', 'user', 'main')).'">' . pnVarPrepForDisplay(_PNFORUM_QUICKSELECTFORUM) . '</option>';
        foreach($forums as $forum) {
            if(allowedtoreadcategoryandforum($forum['cat_id'], $forum['forum_id'])) {
                $out .= '<option value="' . pnVarPrepForDisplay(pnModURL('pnForum', 'user', 'viewforum', array('forum' => $forum['forum_id']))) . '">' . $forum['cat_title'] . ' :: ' . $forum['forum_name'] . '</option>';
            }
        }
        $out .= '</select></div>
                 </form>'
;
Thug21's Avatar

5. Thug21 wrote on Sep 22, 2007 at 07:43 PM

Can't wait to use it icon_smile
AllKnightAccess's Avatar

6. AllKnightAccess wrote on Sep 23, 2007 at 09:14 PM

pnVarPrepForDisplay() is deprecated.

Landseer's Avatar

7. Landseer wrote on Sep 25, 2007 at 07:22 AM

... not for .764 icon_smile
mumuri's Avatar

8. mumuri wrote on Sep 26, 2007 at 07:13 PM

that's work with PostNuke 0.8,

what was you bug Freebyrd ?

small tips :

you have to allow some tags in "HTML options" (module settings), or the "edit function" will display the HTML tags.

FullText work only with MyIsam tables
Dixso's Avatar

9. Dixso wrote on Oct 02, 2007 at 05:49 PM

Hello,

The Spanish PostNuke community has translated the module pnForum 2.7

You could use it in your work?

I look forward to hearing from you.

Thank you!
Best regards.
Teb's Avatar

10. Teb wrote on Oct 03, 2007 at 08:09 PM

Of course, dutch translations are available:
Bad_Dude's Avatar

11. Bad_Dude wrote on Oct 10, 2007 at 04:26 PM

How about topic pagination problem? Have you fixed that as well, I did address that problem long time ago. Thanks for the new release...

blackjack's Avatar

12. blackjack wrote on Nov 05, 2007 at 07:39 PM

QuoteIf 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.


I want to hire your services, but I don't see a link or email, please contact me:

anselmohenriques AT hotmail.com

Waiting for an awnser, thanks.

Thanks
czardogs's Avatar

13. czardogs wrote on Dec 01, 2007 at 04:09 AM

Thank you for your work on this forum module.

mumuri's Avatar

14. mumuri wrote on Mar 03, 2008 at 01:16 PM

one questions, if we adapt a template for this version of pnforum, will we have to do it back to 0, when the 0.8 version will come out ?

mumuri's Avatar

15. mumuri wrote on Mar 21, 2008 at 12:59 AM

answer

Main Menu

Extensions Database

Documentation

Development

Login





 


 Log in Problems?
 New User? Sign Up!

Donate to PostNuke