- animateclay answered »Theme by iThinkMedia.com footer - Beacon for Hackers?« 03. Jul
- videokid answered »New pgForm prerelease (0.9)« 03. Jul
- dks answered »Split: Themes Included with Zikula« 03. Jul
- Wendell answered »pagesetter pdf output« 03. Jul
- dl7und answered »category-specific module template?« 03. Jul
- pnFilip answered »Scribite xinha/mediaattach plugin« 03. Jul
- espaan answered »Top List Broken after Upgrade?« 03. Jul
Login
pnForum - v2.7.1
Author: Landseer, Larsneo
Zikula Version: PostNuke Phoenix .760
Category: Content
API Compliancy:
Yes
pnRender Compliancy:
Yes
Description:
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
*** 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
any news on version 2.7 and compatibility with PN v .762+ ??
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...
Code
<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>';
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
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.
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
The question is: could I make any modifications to get it work or do I have to wait for the next release?

Comment by:
Freebyrd
02 May 2006 - 12:06PM