Search found 29 matches

by EsrarliKapi
Mon Jul 20, 2009 12:31 pm
Forum: [3.0.x] Support Forum
Topic: Post Edit Time Limit
Replies: 11
Views: 1006

Re: Post Edit Time Limit

If codes look like this:

Code: Select all

!$config['edit_time'] || in_array($forum_id, array(5,6)))) || $auth->acl_get('m_edit', $forum_id))
and this:

Code: Select all

if (!($post_data['post_time'] > time() - ($config['edit_time'] * 60) || !$config['edit_time'] || in_array($forum_id, array(5,6))))
It should work fine.
by EsrarliKapi
Wed Jun 10, 2009 1:36 pm
Forum: phpBB Discussion
Topic: Discuss: Blog post about phpBB 3.0.6 plans
Replies: 713
Views: 55257

Re: Discuss: Blog post about phpBB 3.0.6 plans

All sounds great. Quick Reply and Ability to search logs was something I was really hoping to see. New caching plug-ins would really come handy for big boards too. One thing I think needs improvement is the warning system. It would make things a lot easier if warnings also applied some restrictions ...
by EsrarliKapi
Sat Apr 25, 2009 7:04 am
Forum: [3.0.x] Support Forum
Topic: No Delete Topics
Replies: 5
Views: 311

Re: No Delete Topics

Only if there is a single post left in a topic, then deleting the post would make the topic gone; and this (removing the only post left in a topic), too, should have been dependent on delete topic permission (if there was any), not just delete post permission. Every forum has its own conditions. So ...
by EsrarliKapi
Fri Apr 24, 2009 4:41 pm
Forum: [3.0.x] Support Forum
Topic: No Delete Topics
Replies: 5
Views: 311

Re: No Delete Topics

So there is no way to let moderators delete posts but not topics?
by EsrarliKapi
Fri Apr 24, 2009 8:40 am
Forum: [3.0.x] Support Forum
Topic: No Delete Topics
Replies: 5
Views: 311

No Delete Topics

Support Request Template What version of phpBB are you using? phpBB 3.0.4 What is your board's URL? n\a Who do you host your board with? No answer given How did you install your board? I used the download package from phpBB.com Is your board a fresh install or a conversion? Fresh Install Do you hav...
by EsrarliKapi
Wed Mar 18, 2009 8:06 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Images Outside phpBB
Replies: 5
Views: 322

Re: Images Outside phpBB

Thanks. I do define $phpbb_root_path correctly. My page wouldn't be working otherwise. The output is like this: <img src="./forum/styles/prosilver_se/imageset/topic_read.gif" width="27" height="27" alt="Yeni mesaj yok" title="Yeni mesaj yok" /> When ...
by EsrarliKapi
Wed Mar 18, 2009 7:24 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Images Outside phpBB
Replies: 5
Views: 322

Re: Images Outside phpBB

Although I hate bumping my topics, I hope this helps...
by EsrarliKapi
Tue Mar 17, 2009 12:31 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Images Outside phpBB
Replies: 5
Views: 322

Images Outside phpBB

Support Request Template What version of phpBB are you using? phpBB 3.0.4 What is your board's URL? How did you install your board? I installed my board myself Is your board a fresh install or a conversion? Conversion from phpBB2 Do you have any MODs installed? No Please describe your problem. My f...
by EsrarliKapi
Tue Aug 26, 2008 11:57 am
Forum: phpBB Discussion
Topic: Brilliant idea? Stopping wowgold spammers
Replies: 26
Views: 3901

Re: Brilliant idea? Stopping wowgold spammers

I agree, seems like this bot looks for links in such forums. I didn't put my site in my sig here, but I have on another forum software site. Spammers now also can find brilliant ideas.
by EsrarliKapi
Mon Aug 25, 2008 8:31 am
Forum: [3.0.x] MOD Database Releases
Topic: Anti-Bot Question
Replies: 1372
Views: 292072

Re: Anti-Bot Question

In your ucp_register.html file:

Find:

Code: Select all

{L_AB_QUESTION}:
Replace:

Code: Select all

{L_AB_QUESTION}
But it could be a better idea to write question as "four plus three equals to?".
by EsrarliKapi
Sun Aug 24, 2008 4:10 pm
Forum: phpBB Discussion
Topic: Brilliant idea? Stopping wowgold spammers
Replies: 26
Views: 3901

Re: Brilliant idea? Stopping wowgold spammers

Thanks MartectX, I've visited the topic and left a post.
by EsrarliKapi
Sun Aug 24, 2008 4:05 pm
Forum: [3.0.x] MOD Database Releases
Topic: Anti-Bot Question
Replies: 1372
Views: 292072

Re: Anti-Bot Question

We were discussing a newly appeared spammer on another topic and I've been redirected to this topic. A good one, but unfortunately I coded my own. So, some suggestions for the mod: - It can be better if admin can set unlimited number of questions and the questions are used on registration randomly. ...
by EsrarliKapi
Sun Aug 24, 2008 9:56 am
Forum: phpBB Discussion
Topic: Brilliant idea? Stopping wowgold spammers
Replies: 26
Views: 3901

Re: Brilliant idea? Stopping wowgold spammers

Feel free to use the codes MartectX, unfortunately I don't have any time and also info about ModX.
by EsrarliKapi
Sun Aug 24, 2008 9:00 am
Forum: phpBB Discussion
Topic: Brilliant idea? Stopping wowgold spammers
Replies: 26
Views: 3901

Re: Brilliant idea? Stopping wowgold spammers

I use almost the same but with some slight differences. In my forum, I don't want to use admin activation, I found it annoying as a user. I added a custom field myself. So I did this: ../ucp.php Find: // Replace "error" strings with their real, localised form Replace: $checker_answers = ar...
by EsrarliKapi
Sat Aug 23, 2008 11:32 pm
Forum: [3.0.x] Support Forum
Topic: Post Edit Time Limit
Replies: 11
Views: 1006

Re: Post Edit Time Limit

I know harcoding is not a good way but as it is specific a use, I don't mind it. That mod will take so long to be released. Yeah, it works perfect. Also you can use in_array() to do the same for multiple boards. Like: in_array($forum_id, array(1,2,3,4,5,6)) I'd have liked to code some fancy mods for...

Go to advanced search