• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

TaigaChat - AJAX shoutbox

Status
Not open for further replies.
0.2.0 released :)
  • Fixed redirection after editing/deleting messages with rewrites turned off.

Darkimmortal, I had custom rewrite rules after I changed my board to XenForo from vBulletin. Since the update my old urls are not being redirected to the new ones. Also, when deleting messages from the shoutbox It still redirects to the home page :(
 
Darkimmortal, I had custom rewrite rules after I changed my board to XenForo from vBulletin. Since the update my old urls are not being redirected to the new ones.

It's very unlikely that TaigaChat could affect your rewrites, especially moving from 0.1.x to 0.2.0.

Also, when deleting messages from the shoutbox It still redirects to the home page :(

I can't reproduce that issue even with friendly URLs disabled (which was previously a bug) :/
 
It's very unlikely that TaigaChat could affect your rewrites, especially moving from 0.1.x to 0.2.0.


I can't reproduce that issue even with friendly URLs disabled (which was previously a bug) :/

I haven't made any changes since then besides updating TaigaChat. I'll look into it further, but I'm experiencing them strangely. Don't know if TaigaChat is causing this.

Thanks anyway Darkimmortal.
 
Dark, I've installed this on another site, and for whatever reason, the arrows on the side are not showing. It's important to note that the permissions are correct, and as you can see in the two screenshots, they are enabled and should be showing. The space is there for them. In fact I'm pointing to it in the page screenshot.

Any ideas??
 

Attachments

  • page.webp
    page.webp
    15.4 KB · Views: 21
  • sidebar.webp
    sidebar.webp
    10.5 KB · Views: 16
The arrows look like they're there on both screenshots, it's just that the color of them is very close to the background color, so it's hard to see.
 
The arrow is used from styles/default/xenforo/widgets/circle-arrow-down.png

The class controlling the arrow is: arrowWidget

If you do a template search you will find the two default xenforo css templates that control it, thus its corresponding color elements.
 
More specifically: xenforo_popup.css

Code:
.Popup .arrowWidget
{
    @property "popupArrowClosed";
    background: transparent url('@imagePath/xenforo/widgets/circle-arrow-down.png') no-repeat right center;
    margin-top: -2px;
    display: inline-block;
    *margin-top: 0;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    @property "/popupArrowClosed";
}

.PopupOpen .arrowWidget
{
    @property "popupArrowOpen";
    background-image: url('@imagePath/xenforo/widgets/circle-arrow-up.png');
    @property "/popupArrowOpen";
}
 
Appearance > Styles > Default Style > Style Property Groups

You will then see popup open and popup closed elements for individual styling... obviously this will apply to all elements using it, not just the taigachat.
 
Yeah I know that's what it is supposed to be, but when I hover on that little arrow, not the circle/arrow, but something else there.

It's working fine on the default style, but I'm having this issue on the Flexile style, so I'm going to have to assume that there's an issue between the style and the chatbox. :(
 
Yeah it definitely is an issue with Flexile. I went back to my test board and installed Flexile. The arrows are missing there too. Soooooo over to the Flexile thread I go.... :)
 
I had to uninstall this chat because it kept causing a run time error for my members. When I installed it the run time errors went away.

It's ashamed because I really like this chat and wanted it to work with my community.

Jamie
 
When were the runtime errors happening Jamie? We haven't had any issues with it since the initial install.
 
They tend to happen only when they are active in the shoutbox. At first I thought it was just one member having problems, but then others started to mention it as well.

I disabled the shout box and ran without it for a few days and none of the members that had a run time error had it again.

It could be a fluke, or something else, I am just not sure how to test it further, so I had to uninstall it. :(

Jamie
 
Do you have any other add-ons installed Jamie?

Do the members in question use a particular browser or OS?

I just wonder if there's a common factor somewhere.
 
The only other two mods I have installed are Recent Status and Latest Threads.

I thought maybe it was an issues with the style and this mod not liking each other, I am using the Flexile style. I thought it may have been the fact that the style hadn't been updated to beta 3, but even after wards, running a stock version (beta 3) of that style they had the same issues.

I disabled the shout box while changing nothing else (still running Recent Status, and Latest Threads while running the Flex beta 3 style) and the members had no issues at all. I enabled the shout box again yesterday and they were getting run time errors again.

One of the members is running IE, but I am not sure about the others, I didn't ask them. I can find out. I need to ask some of them to take some screen shots as well.

Jamie
 
You could try reuploading all the files and reinstalling the addon (just in case) and failing that, creating a test account to try and reproduce the error with debug mode turned on.

Also is there anything in the error log in your admin panel and/or the PHP error log?
 
Status
Not open for further replies.
Back
Top Bottom