In case of Likedin , its their api problem .. not my fault and as far as I tested Facebook recommend button working like a charm. If you don't like to use the data-action recommend then ... just go to extension directory open manifest.xml . find out data-action="recommend", remove it and save then re-install the extension.

2

(2 replies, posted in Feature requests)

you wanna track Forum visitors IP ? but what for ?

New Version with Linkedin Share.

https://dl.dropbox.com/u/94293577/pun_fblike.zip

Demo : http://studyforums.org/viewtopic.php?id=167

Implemented. Doing some explicit testing right now.

UPDATE 4
Version : 2.0.1
html End tag bug fixed.

Updated Download Link on the main post again. tongue

you can try this : http://punbb.informer.com/forums/topic/ … -reply-pm/   (though there is no option to disable it for normal users , may be in next release )

UPDATE 3
Version : 0.9.1
BBcode Help included.
Help content Language Support.

Download Link on the main post.

Update 2 : Graphical button implemented.

Try this One : http://punbb.informer.com/forums/topic/ … -reply-pm/

Try this : http://punbb.informer.com/forums/topic/ … -reply-pm/

Its not actually Centering Images.

I'm working on Independent Facebook Connect for my forum. Hope Soon as possible I can release.

13

(3 replies, posted in PunBB 1.4 bug reports)

lol

Security issues are fixed now(as far as reported or I noticed while testing). Update on the main post.

Well should I delete this thread ? Actually I released this in hope that I would get some positive security reports from experts to work with.

@Kushi hmm some sort of xss attacks can be made through this I guess. but I'm working with security issues too. Hope soon I can release a secure one.

@Otf yeah, you can use any html entity in [htm] wrap ( except header tags ) .

Extension: bbcode_html
version: 0.0.1

CHANGELOG
==initial release==

USER MANUAL
just wrap your html code in [htm][/htm] tag.

UPDATE 4
Version : 2.0.1
html End tag bug fixed.

Download

hmm ohkay, its possible. stay tuned soon I will release with necessary updates.

LinkedIn Share button ?

Try this : http://punbb.informer.com/forums/topic/ … video-tag/

22

(4 replies, posted in General discussion)

[Extension Release]bbcode_table for version 1.4.*
http://punbb.informer.com/forums/topic/ … codetable/

Download Link : http://www.mediafire.com/?glzgoaf0cz9g5z1

Extension: bbcode_table
version: 0.1.0

CHANGELOG
==initial release==

DEMO
http://studyforums.org/viewtopic.php?pid=273#p273

USER MANUAL
1. Upload Extension folder to extension directory and install it.
2. It will add 4 new bbcode tag (table, tr, th, td) and button as well (pun_bbcode required)
3. Method is quite similar to html.
e.g in html:

<table>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
</table>

Accordingly in bbcode:

[table][tr][th]Header 1[/th][th]Header 2[/th][/tr][tr][td]row 1, cell 1[/td][td]row 1, cell 2[/td][/tr][/table]

Download Link given below in reply.

I didn't get your point well. Did you mean 'an automated welcome message from admin'?