We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How To Delete Attach Button? | Forum

Topic location: Forum home » Support » General Questions
falancas
falancas Feb 17 '15


Thank you.
Oxwall Tips
Oxwall Tips Feb 18 '15
which plugin is that? Private messages? If yes, try using following custom CSS:

.ow_chat_dialog_wrap .ow_attachments .buttons {
    display: none;}


The Forum post is edited by Oxwall Tips Feb 18 '15
falancas
falancas Feb 18 '15
Yes, pm.

Wrong answers. Thank you.
The Forum post is edited by falancas Feb 18 '15
Oxwall Tips
Oxwall Tips Feb 18 '15
I have edited my reply. let me know if this won't help
falancas
falancas Feb 18 '15
No
Taissa Team
Taissa Feb 19 '15
The CSS customization above hides the attach button in pop-up message window.
If you need to hide it at Inbox, you should add via Admin Area>Appearance>Edit Them>CSS tab  next CSS code:

.ow_mailbox_form .ow_attachments .buttons{
    display: none;}
TonyKa
TonyKa Aug 21 '15
hi please let me know which file i need to edit to do it?


Thank you so much
Quote from Oxwall Tips which plugin is that? Private messages? If yes, try using following custom CSS:

.ow_chat_dialog_wrap .ow_attachments .buttons {
    display: none;}



Taissa Team
Taissa Aug 24 '15
TonyKa, if you want to hide an attach button in pop-up message window, please read my post. Or if I misunderstood you, please rephrase your question and give more details.  

TonyKa
TonyKa Sep 2 '15
Thank you Taissa,


I added it on the EDIT CSS window, pressed apply, nothing changed! its still there! Users can upload on both chat and mail wondows!


How can i remove it ?

Thank you so much!

TonyKa
TonyKa Sep 2 '15
nothing changed i added both! the UPLOAD is still there...


Attachments:
  nothingchang.png (40Kb)
Taissa Team
Taissa Sep 2 '15
TonyKa, the CSS changes depends on the theme you are using.
Try this code:

#conversationMessageFormBlock .ow_attachment_icons {display:none !important;}
#dialogsContainer .ow_attachment_icons {display:none !important;}

After changing the code make sure you've cleared browser and site cache. To clear the site cache enable DEV_MODE. Follow the instructions: https://docs.oxwall.org/plugin-tuts:enable-debug .

In case it not work, then please specify what theme you use.
TonyKa
TonyKa Sep 3 '15
Its not working i am using in one site the Pencil theme (skadate) and on the other site i use the Tenderness.


Its not working in both.   This is for mail or for chat attachements?

I would like to disable both in both sites.


Thank you so much Taissa!!!! you are the best!

Thank you!!!

Taissa Team
Taissa Sep 3 '15
TonyKa, unfortunately, I cannot help you with SkaDate themes because they are not related to Oxwall. SkaDate has his own technical support so please contact them to solve your issue.
TonyKa
TonyKa Oct 5 '15
Yes but i need to pay it Taissa,... and in my country now we hardly exist.... Greece... worst than dead.. we pray to die...
Taissa Team
Taissa Oct 6 '15
TonyKa, I really sympathize with you but I can give you only Oxwall solution. All solutions are listed above are working for Oxwall. I can suggest you to post your question on the Themes forum: http://www.oxwall.org/forum/8 maybe some oxwallers already have a solution.  
TonyKa
TonyKa Oct 12 '15
Taissa from all these only 


#conversationMessageFormBlock .ow_attachment_icons {display:none !important;}#dialogsContainer .ow_attachment_icons {display:none !important;}


is working and hides buttons on the CHAT ONLY, but dissapears ALSO the Emoticons plugin!!! So users dont see the attache icon but also dont see the add emoticon button... can somebody dissapear only the attachment?


thank you!

The Forum post is edited by TonyKa Oct 12 '15
Kяuncн Leader