Most Welcome!
26 2012-07-25 01:19
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
27 2012-07-04 22:00
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
New Dl Link : http://studyforums.org/pun_fblike.zip
28 2012-03-28 22:05
Re: PunBB forumbot (4 replies, posted in PunBB 1.4 additions)
would like to give me the entire script ?
29 2012-02-19 18:37
Re: [Updated][1.4.x] HM Easy BBcodes (8 replies, posted in PunBB 1.4 additions)
thanks Himura , its what I was looking for almost a decade really nice
30 2012-02-19 00:40
Topic: [Extension Release] post_translate_en (2 replies, posted in PunBB 1.4 additions)
<id>post_translate_en</id>
<title>Translate Each Post to English</title>
<description>This will allow you to translate any post(Topic or Reply) to english.</description>
<author>Abir Sarkar</author>
<version>1.0.0</version>
<minversion>1.4</minversion>
<maxtestedon>1.4.2</maxtestedon>
Version : 1.0.0 (First Release)
Instructions and Information :
This Extension let you translate any post (Topic or Reply) to English. Wrap your post (other than english) with a brand new bbcode [tr][/tr] , and let post readers to translate it to English.
Screen-Shots :
Download Link
A Request to Administrators
If its possible I would like to have this extension installed here , as too many people here who use to post topics in their native languages, I hope this extension will make it possible to read those easily for others. Thanks in advance.
Well Its so easy to customize this extension
(though I will publish a new version with customize option located at Administrator Panel )
Manually Customization Instruction :
Open manifest.xml
Locate following :
<hook id="hd_template_loaded">
<![CDATA[
$abir_tpl =
"<script type='text/javascript'>
function googleSectionalElementInit() {
new google.translate.SectionalElement({
sectionalNodeClassName: 'translate',
controlNodeClassName: 'translate_control',
background: '#f4fa58'
}, 'google_sectional_element');
}
</script>
<script type='text/javascript' src='http://translate.google.com/translate_a/element.js?cb=googleSectionalElementInit&ug=section&hl=en'></script>
";
$tpl_main = str_replace('</head>', $abir_tpl.'</head>', $tpl_main);
]]>
</hook>
More specifically :
<script type='text/javascript' src='http://translate.google.com/translate_a/element.js?cb=googleSectionalElementInit&ug=section&hl=en'></script>
Change 'hl=en' to 'hl=fr' for french or 'hl=es' for Spanish or 'hl=bn' for Bengali etc as according to your preferred language.
Well , I think I deserve at least one feedback
31 2012-02-19 00:15
Re: [1.4x]teab_cajas BBcode (3 replies, posted in PunBB 1.4 additions)
Nice !
And a very nice way to earn money too [ no offence ]
32 2012-02-18 13:45
Re: Mobile Phone Version (12 replies, posted in PunBB 1.4 troubleshooting)
WoooW
33 2012-02-18 13:29
Re: [Extension] pun_censure (6 replies, posted in PunBB 1.4 additions)
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
34 2012-02-18 12:53
Re: [Extension Release] pun_google_ajax_translit (4 replies, posted in PunBB 1.4 additions)
No , In This First release I just have put function to translate English to any of the given languages phonetically I will release a modified version with more options so far soon after my Exams .
Exams are like demons I hate it , hate it from my soul
35 2012-02-18 12:45
Re: [Extension Release] pun_google_ajax_translit (4 replies, posted in PunBB 1.4 additions)
Oops , sorry .. In Next Release I will not use "pun" suffix anymore
And Thanks for the Info.
36 2012-02-18 12:36
Topic: [Extension Release] pun_google_ajax_translit (4 replies, posted in PunBB 1.4 additions)
Google Ajax Transliteration Extension For PunBB.
Discontinued
38 2012-02-17 18:42
Re: ¿Font size in PunBB? (20 replies, posted in PunBB 1.4 troubleshooting)
Good Luck @Dr. Deejay
39 2012-02-17 14:17
Re: ¿Font size in PunBB? (20 replies, posted in PunBB 1.4 troubleshooting)
I will go for it after my Exam
40 2012-02-16 20:52
Re: Fancy Login Loginza — login with Facebook, Twitter (17 replies, posted in Supported extensions)
Do I need the "Loginza widget ID" and the "Loginza secret key" to make it work?
I'm just testing punbb on the localhost, and don't really have a domain name I will use the forum on.
Yup You need them both , to make it work.
41 2012-02-16 20:01
Re: Fancy Login Loginza — login with Facebook, Twitter (17 replies, posted in Supported extensions)
Or , Go to
forum root directory -->cache --> Open cache_config.php
Find
'o_check_for_versions' => '1',
Change the value "1" to "0" and Save it.
Hope it will work for sure.
42 2012-02-16 19:50
Re: Fancy Login Loginza — login with Facebook, Twitter (17 replies, posted in Supported extensions)
When installing in punBB 1.4.2 I get the following error:
"This extension is not compatible with your PunBB version."
It should work actually.
Look into , "manifest.xml"
<minversion>1.4RC1</minversion>
<maxtestedon>1.4RC2</maxtestedon>
Find this , and recheck if it looks like this or not. if not then change it to as given above.
43 2012-02-16 08:37
Re: RETURN PUNBB TO COMMUNITY (17 replies, posted in Feature requests)
your server is too slow to load
44 2012-02-14 21:41
Re: [Extension][Updated v1.4] Topics Prefixes (21 replies, posted in PunBB 1.4 additions)
Lol
Here the screen-shots xD
45 2012-02-14 19:42
Re: [Extension][Updated v1.4] Topics Prefixes (21 replies, posted in PunBB 1.4 additions)
Nice One !
46 2012-02-10 16:11
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
oops , I think , I misunderstood you @jaizu
If you asking for download link , Dr. deejay has already given so. Go for it.
And Thanks a lot to you both for appreciation.
47 2012-02-10 15:59
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
Edit: ¿link? o.O
Yeah you need to set your domain in admin panel. Actually Facebook Like button by default Shares the link (whatever you liked) on your Facebook profile . You can say each time you like a link or an user do , a direct link of topic concern get shared on facebook. In this way it will be more easier to get your users involved in you forum as well as getting some more traffic .
And for your kind info , Soon I will release a new version of this with user rating system .. in simple words like button will rate the topic poster just like "kerma" . Stay tuned .
Cheers
48 2012-02-10 10:03
Re: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
Bugs
.
.
.
Fixed
And One more instruction :
never put a slash "/" at the end of your domain.
e.g
yourdomain.com/punbb/ ---> Its wrong format
yourdomain.com/punbb ---> Its the right one
Well , guys I need some serious reply , Its my first project on punBB. Feeling too much excited lol
49 2012-02-10 08:40
Topic: [Extension Release] Facebook Like button for each post (29 replies, posted in PunBB 1.4 additions)
Extension Namespace : Facebook Like button
Extension version : 1.0.0
Function : Generates independent Like button for each user post or reply.
And it will be shred on user's Facebook profile by default.
Configuration :
1. After installation go to Administration → Settings → Setup.
2. Put your domain name there. (Exact Directory where your punBB script is installed)
[[ never put a slash "/" at the end of your domain ]]
3. Check whether it is enable or not (by default it should be enabled)
4. Save changes.
Update
Facebook Like button with Linkedin Share :
Version : 1.2.0
50 2012-01-24 19:40
Topic: Physics Forum For Newbies (0 replies, posted in PunBB show off)
Hi ,
I just have launched a brand new Online Discussion Forum powered by punBB based On Physics. Students , Teachers and those who have interest in Physics , just check this out , clicking HERE. And Kindly leave a Email to me , if u wanna be a contributor (Knowledge Contributor).
Regards
Abir
My Email ID : admin@physicsphorum.tk