how do I remove the attachments upload option when people post a new topic in the forum?
how do I remove the attachments upload option when people post a new topic in the forum? |
I would suggest to try to replace the contents of modules/boonex/forum/layout/base/xsl/attachments.xsl file with the following: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> Rules → http://www.boonex.com/terms |
Thank you. |
I would suggest to try to replace the contents of modules/boonex/forum/layout/base/xsl/attachments.xsl file with the following: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
I might be wrong but I believe it would be better to comment out the following section <xsl:call-template name="attachments"> in edit_post.xsl new_topic.xsl post_reply.xsl
This way the attachment template is not rendered, which saves time and server resources. Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |