weaversp wrote: Just upgraded to 2.0.17
Attachment does not show in viewtopic
shows in post preview
have tried sync and reinstall of mod
please advise
Tux_Rules wrote: You wouldn't happen to have the Redirect User Fix MOD installed would you?
mosmos wrote: Is it possible add more attach fields with a simple click? If it's yes, would you please send me the instructions of the code? Thank you
tonyz wrote: I recently installed the attach Mod (1st mod ever) on a version 2.0.11 board.
Everything seems to show up in tha Admin panel with attachments and extentions control, and it all seems to be good with the 'test settings'. However when you go to the board, nothing shows up that gives ability to attach files.
Code: Select all
#
#-----[ FIND ]---------------------------------------------
# around line 742
unset($delete_type);
}
#-----[ AFTER, ADD ]---------------------------------------
# the Line have to be added AFTER the closing brace
$attachment_mod['pm']->delete_all_pm_attachments($mark_list);
Tux_Rules wrote:kuraitenshi wrote:I'm having an issue with this mod, could someone please help me out?
I've installed the files to the correct location, yet I'm recieving this error upon going to the forums/install/mod_table_inst.php step.
Cant find schemas/attach_mysql_schema.sql
The file is there. I don't know what I'm doing wrong.
Is the schemas/attach_mysql_schema.sql inside of the install driectory?
zentex wrote:tonyz wrote:I recently installed the attach Mod (1st mod ever) on a version 2.0.11 board.
Everything seems to show up in tha Admin panel with attachments and extentions control, and it all seems to be good with the 'test settings'. However when you go to the board, nothing shows up that gives ability to attach files.
phpBB 2.0.11? seems old for a "recent" install, 2.0.17 just came out.
Anyways, Is the Mod disabled in the Management Console? There is an option to turn it off.
Does it show up for Admins and/or Moderators? This would be a permissions issue.
tonyz wrote: Version 2.0.11 was the only version available to me via my web provider...I'm not sure if I can upgrade this version independently of my provider...I'm wondering if Attachment Mod only works in higher versions - is this a known issue?
zentex wrote: Assuming you added in all the code properly, Did you run the .sql script in the install folder?
tonyz wrote: Yes, and it reported successful. I'm beginning to think I need to upgrade my board to 2.0.15. As I'm not sure how to do this is it kind of like what we just did in applying this Mod? Should I worry about losing anything?