
thx4reply
I have not tested this in 3.0.5, nor will I support it fully for boards that use 3.0.5. There may be some features utilized in this MOD that have changed between 3.0.5 and 3.0.7-PL1.G3n3s!s wrote:Hey will this working with 3.0.5 ? Bcz I get some errors![]()
thx4reply
how to fix it ?:(Fatal error: Cannot redeclare tmm_open() (previously declared in /data/www/virtuals/---/html/__/includes/hooks/hook_tmm.php:22) in /data/www/virtuals/warez-net/html/__/includes/hooks/hook_tmm.php on line 33
in common.phprequire($phpbb_root_path . 'includes/hooks/hook_tmm.' . $phpEx);
Did you apply the edit in the mcp files? I don't remember which one, but one of them is supposed to keep the module from being displayed.G3n3s!s wrote:and what about this? Its my 1st (3.0.5) forum
Code: Select all
$user->setup('mods/skype');
This MOD is designed for use with AutoMOD or manual installation... can't really help you much on that aspect if you use other installers.Ratmaster wrote:Edit :: This appears to still make me unable to access this MOD installer. Oh well, I'll just use AutoMOD.
Hmm... try changing:Ratmaster wrote:More Important Edit :: The Skype Mod is not compatible with this MOD it seems. This is what was causing my first error on the viewtopic.php page.
Another Edit :: When I remove this code:from the viewtopic.php page, the error is gone, and everything seems normal...But as of right now, I don't know what other errors removing this may have caused for the Skype Mod...Code: Select all
$user->setup('mods/skype');
Code: Select all
$user->setup('mods/skype');
Code: Select all
$user->setup();
$user->add_lang('mods/skype');
Does it show up black when you give it a color in the ACP?Ratmaster wrote:I'm going to fix up the subsilver2 template edits and post them.
I have a quick question though. Did you define any default style color for the tag? I know you are supposed to be able to change its color, but it seems as if it always shows up black, which for me makes it hard to read. Is it possible to make the default color that of the color of the link for the topic?
Thanks.
I'll take that into consideration but I don't think it will be added in the 1.0.0 release (whenever that may arrive).amplifiedshock wrote:Hi imkingdavid!
I have been keeping tabs on this thread for a while now (thanks again for all the frequent updates!) and I have finally gotten around to installing it.
It's working perfectly with my phpBB 3.0.6 forums and I'll let you know if I stumble upon any bugs!
One suggestion: is it possible to make prefixes required for certain forums? I think that would be really useful
No problem, thanks for the MODimkingdavid wrote:[fix] spelling issue in language variable in ACP multi-mods add/edit page title (thanks Callum95)