where in turn off button in de chat and the link chat center and can i set there also the button image back?
Buttons in chat
Re: Buttons in chat
there is no way to turn off those things. but, you are able to edit the template files... editing the templates used to be a very simple, single file, process. but the phpBB team wanted it split up into several template files making things actually more complicated
the archive button can be removed by taking out this line...
ajaxchat/styles/prosilver/template/chat_body_input_full.html at master · LMOspaceace/ajaxchat · GitHub
the link in the top of chat can be changed on this line...
ajaxchat/styles/prosilver/template/chat_body.html at master · LMOspaceace/ajaxchat · GitHub
change this
the archive button can be removed by taking out this line...
ajaxchat/styles/prosilver/template/chat_body_input_full.html at master · LMOspaceace/ajaxchat · GitHub
the link in the top of chat can be changed on this line...
ajaxchat/styles/prosilver/template/chat_body.html at master · LMOspaceace/ajaxchat · GitHub
change this
Code: Select all
to this to remove the link but keep the title
<dt><div class="chat-header-link"><!-- IF SCRIPT_NAME == 'index' --><a href="{U_CHAT}">{{ lang('CHAT_EXPLAIN') }}</a><!-- ELSE -->{{ lang('CHAT_EXPLAIN') }}<!-- ENDIF --></div></dt>
Code: Select all
i was actually thinking of adding ACP options to do this in the next version if i can ever get the refresher fixed
<dt><div class="chat-header-link">{{ lang('CHAT_EXPLAIN') }}</div></dt>
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: Buttons in chat
Oke that would be greati was actually thinking of adding ACP options to do this in the next version if i can ever get the refresher fixed
thx im going to get starteim still waiting on the guy from Alterbrains because i want to change my site to only phpBB sinds that makes it less complicated
Re: Buttons in chat
If i add this to line 23 of thid file ajaxchat/styles/prosilver/template/chat_body_input_full.html
No route found for "GET /phUploader"
is it more that i need to add?
Code: Select all
i get the button but i do get to next message<input class="button" onclick="popup('./phUploader.php', 550, 400); return false;" value="Image" title="Upload your images directly to this chat" type="button">
No route found for "GET /phUploader"
is it more that i need to add?
Re: Buttons in chat
full instructions to add the image uploader can be found here chat image uploader...Gio73 wrote:If i add this to line 23 of thid file ajaxchat/styles/prosilver/template/chat_body_input_full.html
Code: Select alli get the button but i do get to next message<input class="button" onclick="popup('./phUploader.php', 550, 400); return false;" value="Image" title="Upload your images directly to this chat" type="button">
No route found for "GET /phUploader"
is it more that i need to add?
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: Buttons in chat
I did take the zip files just to try if it works but after cleaning the cache it won't work think its because of the bridge.