looks to be prosilver based and it might need some css tweaks. the only styles i add to the extension and work on are the ones that have been released by phpbb. way too many unofficial styles floating around to support them allpjpjr6 wrote:How will this work if we're using a 3rd party theme?
Link to my forum, for example - http://www.fifthavenueforum.com/forum/index.php
Code: Select all
<!-- IF U_MCP or U_ACP -->
Code: Select all
<!-- IF M_AJAXCHAT_DELETE -->
thank you but this has already been addressed. in the next release, there is a new moderator role. board admins by default have permissions to delete but moderators have to have the role assigned or they can't delete messagesElectrix wrote:Hi, I had problems with showing DELETE button, and I have found out, that you are using this code to display it:I'm not sure, but for certain groups (board moderators for example) this button did not show up.Code: Select all
<!-- IF U_MCP or U_ACP -->
So my question is, wouldn't it be better to use code like this, since we have such option in ACP?Thank you for consideration.Code: Select all
<!-- IF M_AJAXCHAT_DELETE -->
Edit: Someone else probably facing similar issue: viewtopic.php?f=71&t=1204095.
I understand there are some things I might lose out on using a non phpbb released theme. We wanted a different look to our website. All the phpbb themes look pretty much as they always have.spaceace wrote:looks to be prosilver based and it might need some css tweaks. the only styles i add to the extension and work on are the ones that have been released by phpbb. way too many unofficial styles floating around to support them allpjpjr6 wrote:How will this work if we're using a 3rd party theme?
Link to my forum, for example - http://www.fifthavenueforum.com/forum/index.php
depending on the complexity of the style, it could be very minor changes to get things looking right. it could even drop right in as long as the template events are in placepjpjr6 wrote:I understand there are some things I might lose out on using a non phpbb released theme. We wanted a different look to our website. All the phpbb themes look pretty much as they always have.
thank you for pointing that out. it will be fixed in the next releaseElectrix wrote:Hi spaceace, another compatiblity note (prosilver):
Inside file chat_font_colour_hold.html there is a div with ID="colour_palette". This div is styled in your ajax_chat.css file. However, its ID conflicts with the id in prosilver's template posting_buttons.html and therefore causes unwanted change to "posting" page (centering + bottom padding of color palette).
My suggestion is to change ID in your HTML, CSS and JS files to something else, for example "chat_colour_palette". Thank you for consideration.
no. guest posting in chat is not something i would want to add. sorrylordrichy wrote:Is it possible that an option could be implemented to allow guests the opportunity to post in the chat as well? On most sites, guests prefer to interact with the members first before committing to a registration.
just viewing the index page will do the same thing. i don't think a notification would be necessary and would just add bloatElectrix wrote:Hello spaceace, just a brief thought - wouldn't it be nice, if the user can set in UCP to be informed about new chat messages via the notifications panel? Thanks.
You're definitely right, but this goes for the boards with "show chat on index" option set to YES. Nevermind, I'll try it myself and share the final code here, if someone else would be interested.spaceace wrote:just viewing the index page will do the same thing. i don't think a notification would be necessary and would just add bloatElectrix wrote:Hello spaceace, just a brief thought - wouldn't it be nice, if the user can set in UCP to be informed about new chat messages via the notifications panel? Thanks.
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
when I click on "Chat Center" in my forum.(using password: NO) Error-Code: 1045