Incompatible with Topic Solved :/ - Mass PM Topic Participants
Incompatible with Topic Solved :/
Anyone knows how to solve it?
http://www.phpbb.com/customise/db/mod/t ... 43#p247643
-
- Registered User
- Posts: 805
- Joined: Sat Feb 18, 2012 1:51 pm
- Contact:
Re: Incompatible with Topic Solved :/
This MOD is OLD. It was made for the 3.0.2 phpbb. You need to change 1 line ou viewtopic.php
FIND:
Code: Select all
$topic_mod .= ($config['allow_mass_pm'] && $auth->acl_get('u_masspm')) ? '<option value="masspm">' . $user->lang['MASS_PM_TOPIC'] . '</option>' : '';
REPLACE:
Code: Select all
$topic_mod .= ($config['allow_mass_pm'] && $auth->acl_get('m_', $forum_id)) ? '<option value="masspm">' . $user->lang['MASS_PM_TOPIC'] . '</option>' : '';
With that line it works flawless at least on 3.0.8 ~ 3.0.10.

Cheers
Become my Patreon!
phpBB Portugal Translator and Moderator
- Leinad4Mind
- Translator
- Posts: 858
- Joined: Sun Jun 01, 2008 11:08 pm
- Contact: