On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

In preparation for the release of the first beta of Simple:Press Version 4.0, the Support Forum has moved to a new site dedicated to the plugin. This will also be the future home for Simple:Press Forum.


Version 3.1.4 will still be available for download here in the short term.


For the support forum - and to visit our new site click on the logo to take you to simplepressforum.com

This forum is currently locked - access is read only
Current User: Guest
Please consider registering

 
Search Forums:


 




Simpele:Press Forum 3.1.3 and WP 2.6

UserPost

2:19 pm
26 Jun 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

1

We are prepping the next minor version, pirmarily bug fixes, 3.1.3…  We have been planning thiis release for the end of June or early July… 

It now appears that the WordPress 2.6 release is going to drop sometime between July 7th and 14th…  With Andy on vacation and myself leaving on vacation this weekend, we have not had time to check our compatibility with this new version of WordPress.

There are a couple of changes in WP 2.6 that may cause headaches for a lot of plugins.  The developers are adding in the capability for users to move their wp-config.php and wp-content folder from their current locations.  Those two have always been a constant and will need some work from plugins to support it.  There may also be other gotchas we are not yet aware of.

We are going to potentially delay the 3.1.3 release until we can ensure that we have compatibility with WP 2.6.  There may not be any delay, but just wanted to give a heads up since this new WP version is timing nicely with our vacations Surprised

If you use Simple:Press Forum, you may want to use caution in immediately upgrading to WP 2.6 until we get a chance to check compatibility.  I am not aware of any major security fixes in WP 2.6 requiring immediate upgrade.  That said, I usually upgrade pretty quickly myself so this is a priority for us.  If you do not use the two above mentioned new WP features, I “think” you will be okay to upgrade, but I have to stress that we have not yet played with the WP 2.6 beta. 

If you do upgrade to WP 2.6 (bleeding edge, beta or final versions) before we can check the compatibility, please let us know how it works…

Thanks…

2:40 pm
12 Jul 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

2

Just an update, but unless something changes drastically in the next couple of days when WP releases 2.6, our just released 3.1.3 version is fully compatible with WP version 2.6….

1:54 am
20 Jul 2008


Escritor

Guest

3

I'm finding that the new version of simple forum is incompatible with wp 2.6.

3:43 am
20 Jul 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

4

No, it is compatible and it works fine with WP 2.6 - I have it running with 2.6 on 5 sites and a lot of others here are successful with 2.6.  We have had no reports of any issues with 2.6 thus far.

If you could describe your problem, we can try to get you up and running or see if you have uncovered an issue that has not surface before…

11:53 pm
6 Sep 2008


Norgoth

Guest

5

Hi SPF Team,

i only wanna thank you for this great WP Forum-Plugin !

It works perfect with WP 2.6.1 !

Thanks for the Security-Fix…the Update was very easy :)


Greetings from Germany

Norgoth

12:06 am
7 Sep 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

6

Well thank you. Nice to have a positive comment!


10:06 am
1 Oct 2008


kevinyangy

Member

posts 4

7

Norgoth said:

Hi SPF Team,

i only wanna thank you for this great WP Forum-Plugin !

It works perfect with WP 2.6.1 !

Thanks for the Security-Fix…the Update was very easy :)


Greetings from Germany

Norgoth


Hello Norgoth, Andy and the Team,

Thanks for your great contribution to this plugin. I am very happy to be here and talk with you about WP2.6.1 integrated with SPF 3.1.4. I met some issues which is database related when i installed the latest SPF plugin. I identified the issue was at line 267 sf-install.php file. Some of the columns in table wp_posts of WP do not allowed you to insert into null value. For instance, post_content/post_excerpt and so on. Could you please point out how to fix this problem?

Thanks,

Yang 


11:13 am
1 Oct 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

8

This came up for the first time just last week. Odd that. The reason for this, it appears, is that your database is set to 'strict' which is fairly unusual. So the 'page' record the forum requires was probably not created.

You can easily get around this by creating a 'page' for the forum in 'Write Page'. Note the page slug and id then go into Forum > Options > Admin tab and fill the page slug and id in those two fields. This will 'marry' the forum to it's page and should do the trick.

12:02 pm
1 Oct 2008


kevinyangy

Member

posts 4

9

Yellow Swordfish said:

This came up for the first time just last week. Odd that. The reason for this, it appears, is that your database is set to 'strict' which is fairly unusual. So the 'page' record the forum requires was probably not created.

You can easily get around this by creating a 'page' for the forum in 'Write Page'. Note the page slug and id then go into Forum > Options > Admin tab and fill the page slug and id in those two fields. This will 'marry' the forum to it's page and should do the trick.


Thanks for you quick reply, Andy. I really appreciated your kind help. The database parameters of mine are default by Wordpress. I didn't change anything. I found all of the columns are set “not null”. It is really very strict but i don't know how to change this parameter by MySQL Administrator. I tried to create a new page before, but it doesn't work for me. Maybe i misunderstood the meaning of “Slug”. Do you mean it is the page title or any other else? I couldn't find anything related to the slugEmbarassed.

Thanks you..

12:30 pm
1 Oct 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

10

Sorry. I will explain. The 'strict' setting will have been set by your host. This WP table is actually not defined very well but we will ensure it is corrected in V4. You will note that while it does not alow a null - the default is null which is a contradiction!

The 'slug' is the altered title of the page that appears in the permalink or url. So - for example - the 'title' of my page in this site is 'Support Forum'. The slug is:

support-forum

where all is lower case and spaces are swapped for dashes. And that is how is should be transcribed into the forum option field as well. In WP2.6 you will find the slug just under the title field on the Write Page panel. Note that you can edit it if you prefer the slug to be different to the title - they do not have to match.

WP has made it more difficult to get the page ID now - it used to be shown. You need to mouse over the slug and the url should be shown in your browser status bar (at the bottom) which should disclose the page ID.

Both these items are required to be set in the forum options as discussed above in post 8.

3:48 pm
1 Oct 2008


kevinyangy

Member

posts 4

11

Thanks Andy, it does make sense. Maybe the WP team didn't think about a forum plugin like this when they developped the WP. But in another words, we can get used to it.Smile The slug is like to the context_root in JSP or any other Web application. I am very curious that i can't find the slug when i create a new page. Please find the snapshot below.

I have a question, Andy. Can i install this forum as a stand alone one? I mean i don't wanna create it based on a new page. Cuz you know, the page has to use the other parts of WP theme, such as sider, header. I think it destroyes the integrity of the BBS. I just want to put the code under the root folder and use a hypelink from homepage of Blog to the home page of the forum. Does it  keep the same user session when a use switch between each other? Many thanks.

Regards,

Yang

5:19 pm
1 Oct 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

12

Oh - that's just another WP2.6 change…. enter your title and then tab out of the field — the slug will 'appear' below the title.

Simple:Press Forum requires a WP page to function. What you need to do is create a special page template and there is a tutorial for that on my left sdebar in the Articles section as well as help available on the WP Codex.

9:15 am
3 Oct 2008


kevinyangy

Member

posts 4

13

Hey Andy, sorry to update so late. I was doing some research these days. The permalinks will not appear unless you change the default setting in WP admin panel. There is a tab named permalinks and the fomart “http://localhost/?p=350” is set by default. Anyone who wants to use the slug must modify the option. And then the problem is comming. 404 error always happens when i am going to reading an article by clicking the title. The Apache server must be reconfigure to let the permalinks work. Thanks again.

Yang

11:03 am
3 Oct 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

14

The forum works OK for me (and for many others) with no WP permalink defined. Odd…



Reply to Topic: Simpele:Press Forum 3.1.3 and WP 2.6

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 1 + 2        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

17 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 2068

Posts: 14091

Members:

There are 1003 members

There are 837 guests


Yellow Swordfish has made 5252 posts

Top Posters:

Mr Papa - 1602

-Radio- - 558

ovizii - 114

jfv - 82

angelic007 - 72

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.4 (Build 357)