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.
1 2012-08-06 09:58
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
2 2012-08-06 09:23
Re: Online Guests IP (2 replies, posted in Feature requests)
you wanna track Forum visitors IP ? but what for ?
3 2012-08-06 08:58
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
New Version with Linkedin Share.
4 2012-08-05 17:07
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
Implemented. Doing some explicit testing right now.
5 2012-08-05 08:14
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
UPDATE 4
Version : 2.0.1
html End tag bug fixed.
Updated Download Link on the main post again.
6 2012-08-05 05:17
Re: Question avout HTML in Post extension (1 replies, posted in General discussion)
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 )
7 2012-08-04 16:19
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
UPDATE 3
Version : 0.9.1
BBcode Help included.
Help content Language Support.
Download Link on the main post.
8 2012-08-04 04:57
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
Update 2 : Graphical button implemented.
9 2012-08-04 04:23
Re: allow html to my forum? (3 replies, posted in PunBB 1.3 troubleshooting)
Try this One : http://punbb.informer.com/forums/topic/ … -reply-pm/
10 2012-08-04 04:22
Re: [request] ALLOW HTML IN SOME FORUMS (17 replies, posted in PunBB 1.3 extensions)
11 2012-08-03 02:45
Re: Extended BBcode for 1.4.2 (15 replies, posted in PunBB 1.4 troubleshooting)
Its not actually Centering Images.
12 2012-08-02 18:29
Re: How to set up Facebook Connect sign up in punbb 142 ? (7 replies, posted in Feature requests)
I'm working on Independent Facebook Connect for my forum. Hope Soon as possible I can release.
14 2012-08-02 18:13
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
Security issues are fixed now(as far as reported or I noticed while testing). Update on the main post.
15 2012-08-02 15:56
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
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.
16 2012-08-02 15:44
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
@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.
17 2012-08-02 15:36
Re: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
@Otf yeah, you can use any html entity in [htm] wrap ( except header tags ) .
18 2012-08-02 11:56
Topic: [RELEASE] bbcode_html (Allow html in post, reply, pm) (28 replies, posted in PunBB 1.4 additions)
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.
19 2012-08-01 11:54
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
hmm ohkay, its possible. stay tuned soon I will release with necessary updates.
20 2012-08-01 11:28
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
LinkedIn Share button ?
21 2012-07-27 12:04
Re: How to watch a YouTube video inside my forum? (2 replies, posted in PunBB 1.4 troubleshooting)
22 2012-07-25 05:26
Re: Tables in post (4 replies, posted in General discussion)
[Extension Release]bbcode_table for version 1.4.*
http://punbb.informer.com/forums/topic/ … codetable/
23 2012-07-25 05:15
Re: [Extension Release] bbcode_table (2 replies, posted in PunBB 1.4 additions)
Download Link : http://www.mediafire.com/?glzgoaf0cz9g5z1
24 2012-07-25 05:11
Topic: [Extension Release] bbcode_table (2 replies, posted in PunBB 1.4 additions)
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.
25 2012-07-25 01:49
Re: Req: Welcome greet for a new member. (1 replies, posted in PunBB 1.4 additions)
I didn't get your point well. Did you mean 'an automated welcome message from admin'?