Never mind...

I just fixed it.

It could not work because the hook pun_bbcode_buttons_output_loop_start did not exist. It did not exist, because my pun_bbcode extension has been outdated (1.2.1 vs. the current 1.3.4). Shame that no error/notice has been thrown/logged at any level regarding this issue.

Works perfectly now. Thanks for this extension! smile

Suggestions:
1. Allow the spoiler header to be customized ([spoiler=myownheader]...[/spoiler]).
2. Allow the note tag to have NO value given to it ([note]...[/note]).

Best regards, bmaker

DiD wrote:
bmaker wrote:

Ubuntu 8.04, Apache 2.2, PHP 5.2.13.

It's also strange since the bbcode help page includes the new bbcodes... So, the plugin is active, but not 100% working.

Installed extensions:

  • Additional BBcode

  • Antispam System

  • BBCode buttons

  • PunBB Repository

  • Pun tags (disabled)

Apache error log does not contain PHP errors related to punbb.

1. You got Additional BBcode installed? Where can I find that extension?

2. Also, why do you need BBCode buttons when you say you got pun_bbcode installed?

3. You can also try a solution posted here:http://punbb.informer.com/forums/post/133945/#p133945

1. It's YOUR extension.

// extensions/pun_extended_bbcode/manifest.xml
        <id>pun_extended_bbcode</id>
        <title>Additional BBcode</title>

2. Because it says "ATTENTION: Official extension pun_bbcode needs to be installed first." in the first post here.

3. chmodded the whole extensions directory, didnt work. Also note that the official pun_bbcode extension works, but not your addon for it.

Ubuntu 8.04, Apache 2.2, PHP 5.2.13.

It's also strange since the bbcode help page includes the new bbcodes... So, the plugin is active, but not 100% working.

Installed extensions:

  • Additional BBcode

  • Antispam System

  • BBCode buttons

  • PunBB Repository

  • Pun tags (disabled)

Apache error log does not contain PHP errors related to punbb.

DiD wrote:

You need to have the pun_bbcode extension installed.

Also extraction of the zip file needs to be done with "restore folders" option on.

pun_bbcode extension is installed. I've already re-installed it, too!

It's not a problem with the folder structure either. The buttons do not even appear in the HTML source.

No matter whether I'm using Oxygen (default style) or my own style.

$(/var/www/.../extensions) ls -l pun_extended_bbcode/
total 24
drwxr-xr-x 3 root root 4096 2010-04-02 21:17 buttons
drwxr-xr-x 2 root root 4096 2010-04-02 21:13 lang
-rw-r--r-- 1 root root 8622 2010-03-30 13:44 manifest.xml
-rw-r--r-- 1 root root 1230 2010-03-30 11:28 styles.css

Great extension!

It works, but the additional bbcode buttons do not appear.

cd lang/German/mail_templates

file *
> activate_email.tpl:    ISO-8859 text, with very long lines
> activate_password.tpl: ISO-8859 text
> form_email.tpl:        ISO-8859 text
> index.html:            HTML document text
> new_reply_full.tpl:    ISO-8859 text
> new_reply.tpl:         UTF-8 Unicode text
> welcome.tpl:           UTF-8 Unicode text

recode latin1..utf-8 activate_email.tpl activate_password.tpl form_email.tpl new_reply_full.tpl

file *
> activate_email.tpl:    UTF-8 Unicode text, with very long lines
> activate_password.tpl: UTF-8 Unicode text
> form_email.tpl:        UTF-8 Unicode text
> index.html:            HTML document text
> new_reply_full.tpl:    UTF-8 Unicode text
> new_reply.tpl:         UTF-8 Unicode text
> welcome.tpl:           UTF-8 Unicode text

Yes, simple as hell...

But it works, so... thank you very much for your patience with me.  smile

// EDIT:
Nontheless it would be appropriate to recode the german language files that are downloadable at the main page. Last update seems to be from 2005... hmm

I have the exact same problem.

Everything except reply-email and reply-name is empty, including subject and message.

I am using the german translation, too. Thus, it might be a localization issue.


Best regards, bmaker