101

(85 replies, posted in PunBB 1.3 extensions)

Khalid-S wrote:

rajuru you mean check the twitter extension or is there any specific client url or mbstring extension you use?

hi!
i meant cURL and mbstring!

thanks

102

(85 replies, posted in PunBB 1.3 extensions)

i used cURL and mbstring (mb_strlen) for multibyte string length counting. may be some problem with that. please check if both extension are working fine.

103

(85 replies, posted in PunBB 1.3 extensions)

mihalis wrote:

great extension — the only problem is that it also shows that are made in forums that aren't shown to the public. any plans to add the ability to uncheck forums from being posted?

skipping some forums already added. but I forgot to upload. sorry. will do soon.

104

(85 replies, posted in PunBB 1.3 extensions)

hello KeyDog,
yep, I use that from localhost. You can't see the link that's right. To see live link please visit www.twitter.com/projanmo

thanks

105

(85 replies, posted in PunBB 1.3 extensions)

if you could PM me details, I could check it myself.

thanks

106

(85 replies, posted in PunBB 1.3 extensions)

Hello new update is available.

Current features:
1. Updates on new topic
2. Updates on new post
3. Control what updates are allowed
4. Link to post/topic
5. Auto shortening URL using to.ly

English demo is also added. Please follow the link in first post.

107

(23 replies, posted in PunBB 1.3 extensions)

I also found the same error when merge_post is activated.

in functions.php line 2503  the code is:

'WHERE'        => 'b.username IS NULL AND COALESCE(o.logged, u.last_visit)>'.$previous_post_time.' AND (fp.read_forum IS NULL OR fp.read_forum=1) AND s.topic_id='.$post_info['topic_id'].' AND u.id!='.$post_info['poster_id']

problem occurs as when this extension is activated $previous_post_time returns nothing. so the query is like:

AND COALESCE(o.logged, u.last_visit)> AND (fp.read_forum IS NULL OR fp.read_forum=1) AND s.topic_id=10949 AND

see after >. guess there would be a timestamp.

thanks

108

(85 replies, posted in PunBB 1.3 extensions)

demo is available in non english. guess u won't understand.

www.twitter.com/projanmo

thanks

109

(85 replies, posted in PunBB 1.3 extensions)

Hello,
Here is my another extension for PunBB. Using this extension forum activities can be posted to your twitter account.

Current it support two updates:
1. Updates on new topic
2. Updates on new post


After installation, go to Settings -> Features. You will get a new section. Enter your desired twitter account's username and password. Now your updates should be posted there.


Download: http://hungrycoder.xenexbd.com/scripts/ … forum.html

Mirror

Suggestion, bug report and other feedback is appreciated.

110

(24 replies, posted in News)

no changed files package? i thought it would be one click upgrade wink.

111

(13 replies, posted in PunBB 1.3 extensions)

when jquery extension is enabled i see that your quick edit does not work. i meant the link at the footer of each message. get this error in FF Error Console:

Error: $("menu").style is undefined
Source File: .........../ajax_post_edit.js
Line: 264

112

(17 replies, posted in PunBB 1.3 extensions)

i am confused with jquery ext. so far I used jquery_y. now see u using another jquery ext. please drop one extension fully and use single ext. it will create confusion if we have two extension (specially in case of dependency).

or is it possible to use OR in dependency tag of manifest.xml file?

113

(19 replies, posted in PunBB 1.3 extensions)

Smith wrote:

Just to let you know, I have started on this, And can get it finished later today wink
One thing I could do with a hand with though, Is 2 images! 1 for + and 1 for -

If anyone could get those it would help tongue

Cheers

nice that u started. i will be happy if I could help you anytime.

r u looking for images?

try on http://www.iconfinder.net/search/?q=thumb

http://www.iconfinder.net/data/icons/fa … umb_up.png
http://www.iconfinder.net/data/icons/fa … b_down.png

convert them to gif for IE6 compatibility.

thanks

hello,
how can I skip bbcode parsing in post.

suppose i need to tell users how to use bbcode. when I try to tell them, the text itself is parsed and output is shown rather using method.

hope you understand. how to skip this.

in 1.2.x there was a noparse mod that worked. anything such for 1.3x?

115

(19 replies, posted in PunBB 1.3 extensions)

hello, i am very eager to know the latest status of pun_karma or ekarma extension. I badly need to implement this in my forum. But i must have reason for karma.

if you guys don't have plan to make it, then I will start making. because i have no alternative options for karma with reason.

thanks

116

(60 replies, posted in Supported extensions)

hello,
i completely dropped the previous extension. release one of different name.

Extension:
Post Edit Control

Description:
You can control some editing features of posts using this.
   
    1. You can mention number of minutes a post can be edited after its creation. After that time, normal users will be unable to edit while moderators or admins will be able.
    2. You can control whether users can edit his/her post after someone replies.
    3. You can control whether user can make reply even the last post of topic is created by him/her. By doing this, you can prevent consecutive posts by same user and force them to edit previous post.



Download the Beta:

@8k84,
Please help me finding and solving any bugs you find.

thanks

117

(60 replies, posted in Supported extensions)

8k84 wrote:

You may want to check out this modified manifest.xml. Works for me. It also does not allow to edit a post that is not the last one in the topic.

wow, thanks a lot for this contribution. i did not notice that i can simply add this in the query. i was planning to perform another query or fully replace that query using hook.

anyway, i am now modifying the admin panel so that admin can choose whether he wants to "block editing if it is not last post of topic".

thanks

118

(60 replies, posted in Supported extensions)

esupergood wrote:

Hi Rajaru,
Does your latest release include the hint posted [a bit late] by 8k84?
Shall I wait until you've manage to include that new information?
Thanks again

hello, i will inform you when it is ready.
thanks

119

(60 replies, posted in Supported extensions)

8k84 wrote:

Yes, in you manifest.xml file parameter $cur_post['posted'] gives posted time for the first message of current topic rather than current message.

Why don't you take a look at YonasH's post_edit_grace_period extension and handle the posted time in the same way?

it would be more helpful and would saved my time if u could give this hint earlier.

thanks though

120

(60 replies, posted in Supported extensions)

sorry dude for making troubles for all of you! found the main problem. so far I screwed up with logic. but i now see that $cur_post['posted'] is not what I initially thought. i need to make my own query or change the initial query to include posted field from posts table.

believe to give u a definite solution after good test.

thanks

121

(60 replies, posted in Supported extensions)

can you please try using it and let me know the update?
http://forum.projanmo.com/extensions/edit_period.zip

thanks

122

(60 replies, posted in Supported extensions)

8k84 wrote:

Hm... something happened... Now when the period is not expired, "Edit" link is still there but when I click on it, I get the "You can't edit this post anymore as editing time is expired..." message

thats cool. as both reported same problem, then i must need to recheck.

thanks for reporting.

123

(60 replies, posted in Supported extensions)

8k84 wrote:

Yes.

And thanks for the extension, it's really useful. smile

pleasure that someone finds it useful. will try to manage sometime to do ur expected function.

good luck.

124

(60 replies, posted in Supported extensions)

8k84 wrote:

period once the message is not the

do u meant that u want to disable edit anyway if there is replies after the current post/reply?

i get this js error when click Quick Quote link:

Error: pun_quote_authors is not defined
Source File: http://forum.projanmo.com/extensions/pu … scripts.js
Line: 128