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


PLEASE NOTE: This site is using a beta version of Simple:Press Forum 3.1 due to be released very soon. You may encounter bugs or errors and if so, it would be appreciated if you could let me know via the contact form on the menu above. Thank you.


This forum requires Javascript to be enabled for posting content
Current User: Guest
Please consider registering

 
Search Forums:


 




Simple:Press Forum V3.1 Getting Close
Read original blog post

UserPost

11:09 am
29 Apr 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
1

While I would much prefer to leave it a little longer before releasing yet another update to Simple:Press Forum, 3.1 is going to be one I have to recommend all users upgrading to when it is released. While there are a few new features (mainly requested items) and quite a number of bug fixes as would be expected, the real goal we set ourselves for 3.1 was optimisation. And on that score it has been a very satisfying development.

It may look more or less the same on the surface but under the hood a lot has changed. The first target were database queries as the forum consumes a large number. The good news is that these have been reduced considerably - in some key areas by as much as 85%. But no page displays have been left out. Major cuts in the database calls have been made everywhere and existing queries re-crafted and consolidated.

The second major goal was to take a long hard look at user data handling. The integration with WP user registrations is essential but some aspects of core WP user handling is not ideal and 3.1 sees the introduction of a new table for user forum specific data which has again enabled us to reduce queries and overhead.

The final goal was to build on the permissions structures introduced in 3.0 and to increase overall performance in what is a tricky data area to manipulate. This too has benefited from an increase in performance and query usage and much more key data is now being cached during page load.

As to new features? More on those later when we have a definitive list.


Read original blog post

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

6:50 am
30 Apr 2008


RoseCitySister

Member

Portland, OR

posts 38

 
2

I am so looking forward to it!

I love WordPress and I love SimplePress. So much love in this room!

1:32 pm
1 May 2008


Taylor

Member

posts 58

 
3

That's fantastic Andy - optimisation was rightly the number one priority for the next release. Very much looking forward to it. Thanks to the team putting it together.

7:49 pm
2 May 2008


jw

Guest

 
4

I'm as giddy as a school girl about this…

7:53 pm
2 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
5

Smile

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

3:39 pm
4 May 2008


Mr Papa

Moderator

Arizona, USA

posts 604

 
6

this site has been running the alpha version for a week or so now… we should get a beta version up in the next couple days… so hopefully, not too far away…

1:53 am
5 May 2008


RoseCitySister

Member

Portland, OR

posts 38

 
7

Awesome! I can hardly wait!

I love WordPress and I love SimplePress. So much love in this room!

1:44 pm
6 May 2008


Julian D.

Guest

 
8

I have an new idea !

Could you make it if someone posts a link that smf will send an pingback / trackback ?

would be nice

2:22 pm
6 May 2008


-Radio-

Moderator

posts 407

 
9

Actually, it is something that I have been working on as a seperate extension using the plugable functions of SPF.

I'll be posting the extention here soon. :-)

2:48 pm
6 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
10

-Radio- said:

Actually, it is something that I have been working on as a seperate extension using the plugable functions of SPF.

I'll be posting the extention here soon. :-)


Do you want to consider maing it a part of core? Or do you prefer that as an extension?

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

3:05 pm
6 May 2008


Julian D.

Guest

 
11

I think it will be better to keep it as an extenscion to give the admins of their forums the choice to keep the system slim and fast or insert some extra functions with the plugins

im looking forward to this plugin :)

5:30 pm
6 May 2008


-Radio-

Moderator

posts 407

 
12

Actually, in my personal oppinion, there are lots of parts to SPF that might be better off as extensions and these have been discussed politely between Andy and myself a few times.

When Andy and I discussed extending SPF with Ping and Trackback before, there were some extra plugable functions built just for that purpose.

The MAIN problem with this whole process is that, while Andy writes finely detailed code, with clear documentation, and has had the skill and style to write the plugins he already has… I code with a Brick.

My butt has dropped out of gear, ( I think I lost second gear back in the 90's) and I haven't been able to get moving on integrating the trackback php classes, even in my own install of SPF.

I can give Andy and his team of crack coders, the links to the PHP classes at subversion, but yes, this is something that I think should be separate from the main build of SPF.

5:33 pm
6 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
13

You're probably right sbout both things there… some of the stuff maybe might have been better off as a plugins plugin.

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

6:57 pm
6 May 2008


Julian D.

Guest

 
14

So i hope you can make the plugin Radio would be very nice and MR Swordfish im looking forward to 3.1

4:55 pm
7 May 2008


Julian D.

Guest

 
15

If you want you can change this too.

To give every user a profile not in such an popup window it will be better on a single page beacause the windows are to small and if you make it a singel page perhaps the extra field plugin will work.

Just an idea

greetz

7:42 pm
7 May 2008


DailyActor

Guest

 
16

I've been struggling placing ads in the .php. Is it possible to do something to make it easier? Thanks!

10:14 pm
7 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
17

I what way struggling and in what way easier?

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

4:01 pm
9 May 2008


-Radio-

Moderator

posts 407

 
18

Julian D. said:

I have an new idea !

Could you make it if someone posts a link that smf will send an pingback / trackback ?

would be nice


here is the code that will generate pingbacks …

in sf-hook-template.php

edit the very last hook with:

function sf_hook_post_save($permalink, $content)

{

$pingurl = 'http://software.hixie.ch/utilities/cgi/pingback-proxy/client?' . 'permalink=' . $permalink . '&content=”' . $content . '”';
$disposable_array = file($pingurl);
return;
}

remember to correct the nested single and double quotes if you copy/paste this code.

7:27 pm
9 May 2008


Julian D.

Guest

 
19

Thank you Mr Radio works great

3:46 pm
10 May 2008


Mr Papa

Moderator

Arizona, USA

posts 604

 
20

Pssssttt…. 3.1 Beta now running on the support forum… getting closer yet…

8:48 pm
13 May 2008


RoseCitySister

Member

Portland, OR

posts 38

 
21

Is it soup yet? :)

I am impatient. Every day when I log into admin I go straight to plugins to see if there’s that little yellow message under Simple:Press!

I love WordPress and I love SimplePress. So much love in this room!

9:00 pm
13 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
22

Currently down to two bugs and some more testing. :) Can't be bad eh?

Don't know whether to offer a beta or just let it fly….

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

5:03 am
14 May 2008


RoseCitySister

Member

Portland, OR

posts 38

 
23

It’s your baby, you know best when she’s ready to walk! I am looking forward to the new version whenever it’s released (and trying not to be demanding…)

Be aware though - I have my wish list for the next version all ready - including clickable smilies and karma ratings… ;)

I love WordPress and I love SimplePress. So much love in this room!

10:51 am
14 May 2008


Yellow Swordfish

Admin

Peterborough, England

posts 3540

 
24

Bring it on! But be aware, we have a request list as long as my arm… :)

Andy - Administrator - Yellow Swordfish
Thanks for dropping by!

7:31 pm
16 May 2008


PetMono

Member

posts 19

 
25

i am checking v3.1 progress as well. to the point of going sans forum on my site until the 3.1 release. while i wait the registration issue mentioned at the very top of this thread: monday i installed a very nice registration plugin. a lot of security/options. let me know if you think v3.1 can live harmonously with the sabre plugin…

http://wordpress.org/extend/plugins/sabre/



Reply to Topic: Simple:Press Forum V3.1 Getting Close

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

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

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

cartpauj

20 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 1281

Posts: 8434

Members:

There are 552 members

There are 596 guests


Yellow Swordfish has made 3540 posts

Top Posters:

Mr Papa - 604

-Radio- - 407

jfv - 80

angelic007 - 64

ovizii - 59

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


© Simple:Press Forum - Version 3.1 (Build 330) Beta