Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Saturday, May 18 2013 @ 04:13 PM EDT


 Forum Index > Extensions > Plugins New Topic Post Reply
 Forum Plugin Version 2.3.1 Released
First | Previous | 1 2 | Next | Last
   
Blaine
 06/26/04 08:46PM (Read 9883 times)  
+++++
Full Member
nerdy

Status: offline


Registered: 07/16/02
Posts: 1233
This is more a maintenance release but I am also introducing my new portalparts NAVBar that is used for the Forum Admin and Forum User Functions pages.

I am using this interface now in a number of my plugin projects and have createed a lib-portalparts.php file that needs to be placed in the geeklog_dir/system folder. This is an extra step but will allow me to not have to include these functions in other plugins and easier for user to maintain.

The install_doc has been updated and I've included a list of the changed files - but it will be easier to replace them all.

This version includes fixes for all known and reported problems since the 2.3 final release. The fixes are noted in the install_doc as well.

You can get the file in my downloads area here. Be sure to report any feedback or issues in my support forum.

Geeklog components by PortalParts -- www.portalparts.com
 
Profile Email Website
 Quote
trenchteam
 06/26/04 09:30PM  
++++-
Regular Poster

Status: offline


Registered: 06/08/04
Posts: 89
anyone planning on implementing a rating system in the forums? Im just curious.....

 
Profile Email Website
 Quote
GeeklogWorks
 06/27/04 12:06AM  
++---
Junior

Status: offline


Registered: 04/29/04
Posts: 24
Thanks for installing the mod by the way. If I'm not out of town I'll work on getting it to work with forums soon.

The only true Geeklog host with technical support! www.GeeklogWorks.com
 
Profile Email Website
 Quote
Anonymous: Rav
 06/27/04 12:22AM  



Found something weird.

Today I setup a site, and had used 2.3. No problems, everything was working fine. I have NO posts in this forum, just 4 empty boards.

I installed 2.3.1 per the instructions, and the icons on the forum index for each board appear to be broke (lil red X). I thought I had done something wrong, so I re-installed. No change.

I posted a message in the forum, went back to the index, and the problem went away. Deleted the post I just created, and the problem reappeared.


 
 Quote
trenchteam
 06/27/04 03:08AM  
++++-
Regular Poster

Status: offline


Registered: 06/08/04
Posts: 89
My install went smoothly. the New Menu system is sweet. Thanks Blaine.

 
Profile Email Website
 Quote
geKow
 06/27/04 05:38AM  
+++++
Full Member

Status: offline


Registered: 01/12/03
Posts: 445
I bet, it's my fault (in advance) but upgrading to 2.3.1 from 2.3.0 brings me no navigation bar, instead I have an empty blue field. The page source reads:
PHP Formatted Code
<div id="navcontainer">
    <ul id="navlist">
        <li id="active"><a href="http://gekow.net/admin/plugins/forum/ips.php"  id="current"></a></li>

    </ul>
 

could you point me to my error?

geKow

 
Profile Email Website
 Quote
Blaine
 06/27/04 11:07AM  
+++++
Full Member

Status: offline


Registered: 07/16/02
Posts: 1233
I would suspect you have not updated your language file. The Navbar labels are defined there as in example:

/* Admin Navbar */
$LANG_GF06 = array (
1 => 'Statistics',
2 => 'Settings',
3 => 'Forums',
4 => 'Moderator',
5 => 'Convert',
6 => 'Messages',
7 => 'IP Mgmt'
);

Geeklog components by PortalParts -- www.portalparts.com
 
Profile Email Website
 Quote
geKow
 06/27/04 11:34AM  
+++++
Full Member

Status: offline


Registered: 01/12/03
Posts: 445
you where right (not suprising). I had a german language file, based on the older english version.

geKow

 
Profile Email Website
 Quote
Blaine
 06/27/04 06:38PM  
+++++
Full Member

Status: offline


Registered: 07/16/02
Posts: 1233
One new issues has creaped in that is the result of a modification I was doing for another project. You will notice the Name of that last poster is not showing on the main forum index page. I'll add this and any other issues that are found to a 2.3.2 release - I just want to give it some more time for feedback.

In the meantime, you can fix this by adding the code noted below to the public/forum/index.php at approx line 475
Just above the line: if ($_USER['uid'] > 0) {

Missing code:
PHP Formatted Code

if($lastpost['uid'] > 0) {
    $by = '<A HREF="' .$_CONF['site_url'] .'/users.php?mode=profile&uid=' .$lastpost['uid']. '">' .$lastpost['name']. '</A>';
} else {
    $by = $lastpost['name'];
}


 


Geeklog components by PortalParts -- www.portalparts.com
 
Profile Email Website
 Quote
trenchteam
 06/27/04 07:25PM  
++++-
Regular Poster

Status: offline


Registered: 06/08/04
Posts: 89
^^ I was wondering about that! thanks blaine.

 
Profile Email Website
 Quote
geeklog-fan
 06/28/04 02:21AM  
+++--
Chatty

Status: offline


Registered: 06/18/03
Posts: 68
thanks for the update blaine!

I found this in the admin options:
Enable optional extra user settings


What extra settings are these?


edit: hmm.. seems there is something wrong with the quotes here?

 
Profile Email
 Quote
magomarcelo
 06/28/04 08:08AM  
++---
Junior

Status: offline


Registered: 05/21/04
Posts: 16
Is there a changelog available? I would like to know if the search has been improved so to reach the exact page where the match is, instead of the first one in the topic.

--m http://magomarcelo.blogspot.com
 
Profile Email Website
 Quote
Blaine
 06/28/04 08:23AM  
+++++
Full Member

Status: offline


Registered: 07/16/02
Posts: 1233
Quote by geeklog-fan: Enable optional extra user settings. What extra settings are these?

Have a read of section 5 in the install_doc

Geeklog components by PortalParts -- www.portalparts.com
 
Profile Email Website
 Quote
Blaine
 06/28/04 08:26AM  
+++++
Full Member

Status: offline


Registered: 07/16/02
Posts: 1233
Quote by magomarcelo: Is there a changelog available?

Yes - in the install_doc. Changes have been documented since version 1. But no .. the search has not been changed. The search "matched word" should be higlighed in default yellow color but I don't go to the each post if there was only one post that matched. That would take more logic to figure out if more then 1 post has a match and what this user settings are for posts per page.

Geeklog components by PortalParts -- www.portalparts.com
 
Profile Email Website
 Quote
knoptop
 06/28/04 11:56AM  
+----
Newbie

Status: offline


Registered: 06/07/04
Posts: 11
Quote by Rav: Found something weird.

Today I setup a site, and had used 2.3. No problems, everything was working fine. I have NO posts in this forum, just 4 empty boards.

I installed 2.3.1 per the instructions, and the icons on the forum index for each board appear to be broke (lil red X). I thought I had done something wrong, so I re-installed. No change.

I posted a message in the forum, went back to the index, and the problem went away. Deleted the post I just created, and the problem reappeared.



I have the exact same problem? (i upgraded) what fixes this? the 'broken' image is a 'normal forum' board.gif image. it seems the list doesn't have the full extension of this image, and stops at " image_set/ "

 
Profile Email
 Quote
befloibent
 07/03/04 11:37AM  
+----
Newbie

Status: offline


Registered: 07/03/04
Posts: 1
Quote by knoptop:
I have the exact same problem? (i upgraded) what fixes this? the 'broken' image is a 'normal forum' board.gif image. it seems the list doesn't have the full extension of this image, and stops at " image_set/ "


I set up a new board and had the same problem. I don't know if this will fix yours, but looking at the index.php code, it looks like the $folder variable only gets set if there are posts ('if' statement around line 443), in other words, in a new forum with no topics, the folder icon is blank, thus the stop at image_set/. My quick fix was to set $folder in the else block near line 513:

PHP Formatted Code

}  else {
    $forumlisting->set_var ('lastpostmsgDate', $LANG_GF01['nolastpostmsg']);
    $forumlisting->set_var ('lastpostmsgTopic', '');
    $forumlisting->set_var ('lastpostmsgBy', '');
    $folder="board.gif";
}

 


I have another problem, however: my forum pages take a long time to load and sometimes they simply don't. I had set up a Geeklog site last year and didn't have this problem (sorry, I don't recall which versions of GL and Forum they were). My new site is GL1.3.9/Forum2.3.1. Seems kind of weird that this should happen as the rest of my site runs smoothly. Might just be a PHP or MySQL problem on my end, but just curious if anyone has any ideas.

Other than that, things are excellent as always.

Thanks

 
Profile Email
 Quote
Robin
 08/25/04 07:04AM  
+++++
Full Member

Status: offline


Registered: 02/15/02
Posts: 725
Have I missed something but using the 'Convert' functionality I'm not able to transfer images with stories to forum posts. The images are somehow stripped out and only text is transferred.

Geeklog Polish Support Team
 
Profile Email Website
 Quote
Robin
 09/08/04 01:06AM  
+++++
Full Member

Status: offline


Registered: 02/15/02
Posts: 725
Quote by Robin: Have I missed something but using the 'Convert' functionality I'm not able to transfer images with stories to forum posts. The images are somehow stripped out and only text is transferred.

Anybody?

Geeklog Polish Support Team
 
Profile Email Website
 Quote
magomarcelo
 09/13/04 06:42AM  
++---
Junior

Status: offline


Registered: 05/21/04
Posts: 16
I've found a security problem, looks like it's possible to access the admin pages of the forum plugin without any access control.

From a diff with the 2.3 version it seems that there is a missing call to the function adminheader which performs the required security checks.

--m http://magomarcelo.blogspot.com
 
Profile Email Website
 Quote
Robin
 09/13/04 08:20AM  
+++++
Full Member

Status: offline


Registered: 02/15/02
Posts: 725
Quote by magomarcelo:looks like it's possible to access the admin pages of the forum plugin without any access control.

Darn, I wish you were wrong.
You can actually do anything. Add forums stuff like that.

Geeklog Polish Support Team
 
Profile Email Website
 Quote
First | Previous | 1 2 | Next | Last
Content generated in: 1.13 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Able to post 
Filtered HTML Allowed 
Censored Content