1

(11 replies, posted in PunBB 1.4 additions)

@up What do you mean?

2

(11 replies, posted in PunBB 1.4 additions)

I released a new version, in which I added "<h2>" to topic breadcrumbs.
http://pastebin.com/GvJGJysL

3

(11 replies, posted in PunBB 1.4 additions)

SiCo wrote:

Brilliant I was going to make the same myself!

I don't seem to be able to get the redirects to work properly. It works fine for forum redirects but: viewtopic.php?id=37443 doesn't work.

One question, what are you doing in the fn_generate_crumbs_end hook? (I haven't looked at the core code).

It would be even better if you can put it into Github.

On my punbb the redirects work properly, what type of rewriting do you use?

In fn_generate_crumbs_end I am changing title from something like "Topic Name (Pages 1)"  to "topic name - category - forum name". In the future I would like to create configuration for title in admin panel (field with variables: %topic_name%, %category_name%, %forum_name%, %page% - like in wordpress).

4

(11 replies, posted in PunBB 1.4 additions)

Today I written my first extension named Punbb SEO. It is simple modification, which add some more seo options.
Functions:
- auto nofollow to all links
- anty duplicate content like redirect from viewtopic.php?pid=4 to topic4-topic-name.html
- title in the form: "topic name - category - forum name"
- h2 in bredcrumbs

That's all, but I will try to add more options over time

1.0.1 - http://pastebin.com/GvJGJysL

I am waiting for comments smile.