Forum Activity

Forum feed

pnForum - v2.7.1

Author: Landseer, Larsneo

Zikula Version: PostNuke Phoenix .760

Category: Content

API 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>) 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


 

Comments

Comment by:
Freebyrd's Avatar
Freebyrd
02 May 2006 - 12:06PM
This seems not to work with 8.0
 
Comment by:
craigh's Avatar
craigh
27 Nov 2006 - 09:58PM
happy birthday (11/27) version 2.6...

any news on version 2.7 and compatibility with PN v .762+ ??
 
Comment by:
cyrxi's Avatar
cyrxi
07 Jan 2007 - 02:26AM
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...
 
Comment by:
cyrxi's Avatar
cyrxi
08 Jan 2007 - 03:47AM
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 ='<label for="pnforum_forum"><strong>' . pnVarPrepForDisplay(_PNFORUM_FORUM) . ': </strong></label>
               <form action="'
. pnVarPrepForDisplay(pnModURL('pnForum', 'user', 'viewforum')) . '" method="get">
               <div><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>'
;
 
Comment by:
Thug21's Avatar
Thug21
22 Sep 2007 - 07:43PM
Can't wait to use it :)
 
Comment by:
AllKnightAccess's Avatar
AllKnightAccess
23 Sep 2007 - 09:14PM
pnVarPrepForDisplay() is deprecated.
 
Comment by:
Landseer's Avatar
Landseer
25 Sep 2007 - 07:22AM
... not for .764 icon_smile
 
Comment by:
mumuri's Avatar
mumuri
26 Sep 2007 - 07:13PM
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
 
Comment by:
Dixso's Avatar
Dixso
02 Oct 2007 - 05:49PM
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.
 
Comment by:
Teb's Avatar
Teb
03 Oct 2007 - 08:09PM
 
Comment by:
Bad_Dude's Avatar
Bad_Dude
10 Oct 2007 - 04:26PM
How about topic pagination problem? Have you fixed that as well, I did address that problem long time ago. Thanks for the new release...
 
Comment by:
blackjack's Avatar
blackjack
05 Nov 2007 - 07:39PM

Quote

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.


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
 
Comment by:
czardogs's Avatar
czardogs
01 Dec 2007 - 04:09AM
Thank you for your work on this forum module.
 
Comment by:
mumuri's Avatar
mumuri
03 Mar 2008 - 01:16PM
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 ?
 
Comment by:
mumuri's Avatar
mumuri
21 Mar 2008 - 12:59AM
 
Comment by:
peterpan's Avatar
peterpan
17 Jun 2008 - 09:53AM
The latest version seems to work quite properly with Zikula, except for the feature I need most :( When hooked to News module it doesn't create any thread to allow commenting articles. It produces "Database error number: 1064" while accessing the database. I've had installed Topics .8 module, as indicated, but it didn't help. The News.php hook requires "topic" in the pn_stories table. Actually it didn't work even after I created pn_topic manually.

The question is: could I make any modifications to get it work or do I have to wait for the next release?
 
Only logged in users are allowed to comment. register/log in