Topic: [Extension] pun_censure

This extension allows users to make usage of the censure tag. The censure tag makes specified content hidden until the user that reads the post, hovers over the censored word.

Changelog:

==1.0==
- Initial release

Download:
1.0 (PunBB 1.4.2)

Re: [Extension] pun_censure

nice extencion!! thanks!

Re: [Extension] pun_censure

Thanks and you're welcome smile

4

Re: [Extension] pun_censure

Nice One smile

Re: [Extension] pun_censure

Thanks Abir smile

6 (edited by Abir 2012-02-18 13:29)

Re: [Extension] pun_censure

Well , this can be easily implemented into pun_bbcode bar.

Forum Root Directory => extensions => pun_bbcode 
Then Open bar.php.

Now Find out the following div : 
<div id="pun_bbcode_buttons">
then put : $this->add_button(array('name'    => 'censored', 'weight' => 62, 'image' => true)); 
just after this : $this->add_button(array('name'    => 'color', 'type' => 'with_attr', 'weight' => 60, 'image' => true));

Save it and voila :D :D

Re: [Extension] pun_censure

That's a great idea yikes

Nice one on this smile