126

(5 replies, posted in PunBB 1.3 extensions)

congrats tareq. thanks for contributing to the community.

127

(60 replies, posted in PunBB 1.3 extensions)

another problem found in your extension. see  the image
http://www.postimage.org/PqCEDN9.jpg

128

(60 replies, posted in PunBB 1.3 extensions)

hello,
i am confused with another thing. in the setting section of subforums, there are 3 options (Index page mode). as I guess their functionality:

0 - Show only main forums -> this should show only parent forums on index page
1 - Show subforums list -> this should show parent forums normally and list only subforums' names
2 - Show subforums with descriptions -> show parent normally and list subforums with their descriptions.

i guess i am correct. am I?

but i have observed that it is showing subforums description even the value of 'o_subforums_show_desc' is 1 as you set this code in the functions.php Line# 35:

($forum_config['o_subforums_show_desc'] == 1) && ($cur_subforum['forum_desc'] != '') ? ' — '.$cur_subforum['forum_desc'] : '')

i guess it should be:

($forum_config['o_subforums_show_desc'] == 2) && ($cur_subforum['forum_desc'] != '') ? ' — '.$cur_subforum['forum_desc'] : '')

please confirm me.

thanks

129

(60 replies, posted in PunBB 1.3 extensions)

no upgrade script. it hooked me up! killed my lots of time. but still thanks as you saved my time of making one myself.

please provide upgrade script in future or at least read me.

i am a bit confused with a config value:
o_subforums_show_desc

when ext. is enabled get undefined error but ur menifest.xml seems to delete it by replacing the value in $subforums_show_list.

but u still used o_subforums_show_desc in functions.php Line# 35.

thanks

130

(5 replies, posted in Feature requests)

i used jquery ajaxify and ajaxContent plugin to convert all links loading asynchronous. but i found some problem with some other javascript based ext like Ajax Edit Post etc.

131

(60 replies, posted in Supported extensions)

YonasH wrote:

I haven't look into code at all, but I'm almost sure that it is time zone issue wink

thanks for your input. but I did run two installations that are different timezone. but both worked fine. My old (where i built it) is UTC+6. new installation is UTC. it is working in both cases.

thanks

132

(60 replies, posted in Supported extensions)

teva wrote:

Is it possible to work on 1.3 version?

i now get

Loading of extension "edit_period" failed.
This extension requires PunBB 1.3.2 or later.

tnx

hello,
i have made it on 1.3.2 and could not test it on earlier releases. you can change the minor version setting from menifest.xml file and check. if it works let me know, i will update release. smile

133

(60 replies, posted in Supported extensions)

hello dear,
i just tested this on fresh PunBB installation (1.3.2) and I found it working.

134

(60 replies, posted in Supported extensions)

esupergood wrote:

This sounds like exactly what I'm looking for but it didn't work.
I gave the usergroup of my test account permission to edit posts, then I installed your extension, set it to 2 minutes, made a new post, clicked edit and got this message:

You can't edit this post anymore as editing time is expired. If you need to correct anything please report to Admin and Moderators. They will take care of that.

I then changed it from 2 minutes to 60 minutes but that didn't work either.
So I think the times are broken perhaps?

Good work though, I'm excited about getting this working for my forum smile

ops! sorry to hear that. please pm on thehungrycoder on YIM. I will learn more about the bug and ensure a solution.


thanks

135

(60 replies, posted in Supported extensions)

Hello,
I have made this extension for my forum. But thought to share with you.

When this plugin is enabled, users can't edit there post after the specified duration. You can specify the duration from Settings- > Features section. It only allows minutes. If you want 24 hours then you may write 1440 in the box.

Click Here to Download

bug reports, suggestions, comments are appreciated.

thanks

Version for PunBB 1.4
post_edit_control.zip — version 0.6

hello all,
i am in serious trouble while migrating 1.2x database to 1.3x. After conversion (db update through db_update.php) texts are broken.

If you visit www.forum.projanmo.com/forums.php and visit www.demo.projanmo.com you will see the original and the problematic one.


so far I remember, this worked fine in 1.3rc or 1.3rc2. then what problem with this version?

thanks

137

(3 replies, posted in PunBB 1.3 troubleshooting)

Anatoly wrote:

Nice request. We'll think of this smile

                        Carpe diem

hello, what is the update about it? i did not see any implementation of it in final release.

the current SEF settings will break all our previous references to the forum. we have used a custom mod in 1.2 for creating SEF URLs. but the pattern is not same with current one.

that were like:
f1.html ->viewforum.php?id=1
t1.html ->topictopic.php?id=1

so please provide some options (may be as wordpress does) so that we can customize the styles of SEFs.


off topic:
from this topic, i clicked login. after login i was redirected to http://punbb.informer.com/forums/feed/a … 4/?login=1 though i should redirected here. why it is moving me to feed page?

dev. can check please? i have seen same value in the hidden text of login form.

139

(2 replies, posted in PunBB 1.3 troubleshooting)

thats cool. thanks a lot. After u release it, I will try to write an import script to import old reputations (if your script does not include it).

140

(52 replies, posted in PunBB 1.3 additions)

To me Black is finest. Rounded edges look great.

141

(2 replies, posted in PunBB 1.3 troubleshooting)

hello,
after installing pun_karma extension, I have seen that we don't need to add reason like Pun Reputation mod. But I think that was a great feature to add reason. Specially in our forum, this became as an standard to avoid reputation abuse.


do u have any plan to implement the reason feature? It can be a optional feature indeed.

no reply, no suggestion, no feedback? sad

My forum is http://forum.projanmo.com

I use some mods like PM, Portal, Reputation etc.

actually when in maintenance mode, no user can visit any pages. I can only visit if I am logged in as admin. Otherwise same error to me too.

thanks

hello,
when I put the forum in maintenance mode, the general users get the following message when they browse site:
Unable to fetch old entries from online list.

but I can easily (as admin) browse the site.

why the error is showing?

hello,
i am sorry for a stupid release. this does not work for moderators. I will solve it soon.

since there is no documentation, I am facing trouble to work with moderators' panel.

While moderating & administering the Projanmo Forum, I have seen many times that users opening thread in wrong forum/section. For example, they are opening a software troubleshooting thread in forum's suggestion section.

I have seen in some vBulletin based forum that when opening a new thread, user has to confirm that he is posting in the right section. So, today I have made a very small extension for PunBB 1.3x bulletin board engine which will work it out.


When user is going to open a new thread, he will see an alert like the picture.

http://hungrycoder.xenexbd.com/uploads/thread_guide.gif

User can continue thread open only after confirming that he is writing in the correct section.

Hope this will save your moderation hour.

Download

147

(151 replies, posted in PunBB 1.3 extensions)

hello I am requesting for a hook after the submit and preview button in new thread page.

($hook = get_hook('po_post_optional_fieldset')) ? eval($hook) : null;

?>
        <div class="frm-buttons">
                <span class="submit"><input type="submit" name="submit" value="<?php echo $lang_common['Submit'] ?>" accesskey="s" title="<?php echo $lang_common['Submit title'] ?>" /></span>
                <span class="submit"><input type="submit" name="preview" value="<?php echo $lang_common['Preview'] ?>" accesskey="p" title="<?php echo $lang_common['Preview title'] ?>" /></span>
        </div>
    </form>
</div>

after this code there is another hook needed so that we can show something at the end of the form. this should be available on each page.

thanks

hello mates,
hope all of you are doing fine.

Just now I have completed the beta version of PunBB Warning System. Its a very basic warning system.

Its may not be as big warning system as for vBulletin. But it is enough for my forum. So if you get it interesting, that is my pleasure.

Using warning system you can send warning to any user. In topic view, you will see an image (warn). You can follow it, type a description and click the add button. A warning will be save against this user. He will also get an email alert. After getting a certain numbers of warning, he will be automatically banned for a number of days. If he still continues of getting warnings, after the certain numbers, he will be banned permanently.

You can customize the things:
1. number of warnings before temporary ban
2. number of warnings before permanent ban
3. number of days for temporary ban
4. whether to send or not email alert.

modification feature is yet to implement.

You can download the release from my blog.

Click here to download

It took much time to get familiarity with new PunBB. I highly appreciate your feedback.

149

(2 replies, posted in PunBB 1.3 extensions)

i just installed pun_log extension using automatic extension installer. then when I try to browse pages, i get the following error.

Parse error: parse error, unexpected '}' in E:\PHP LAB\punbb-1.3-RC\punbb-1.3-RC\upload\extensions\pun_log\functions.php on line 462

now how can I disable this extension as i cann't browse any page.

150

(3 replies, posted in PunBB 1.3 troubleshooting)

hello, please see the attached image.


-------------------
http://forum.projanmo.com/uploads/2008/07/3_punbb.jpg
------------------




i have translated all text in our language. but the numbers are still in english. how can I translate it in this version. in 1.2x I did such by modifying each line outputting the numbers. hope that there will be no such troublesome methods in this version.

thanks