Me too. I and my users really like this great addon. Hope it will return back soon.I'd like to know, too. This is very useful on our site and I hate to see it go!
I'm having a very big issue with this add-on, running the [UW] Smileys Bar 2.2.1 and when i disable, i get [UWSL] in every single word in all of the posts.
This is a big concern for me. I just can't disable this add-on.
Anyone have a fix for this?
UPDATE xf_post SET message = REPLACE(message,'[UWSL]','');
UPDATE xf_post SET message = REPLACE(message,'[/UWSL]','');
Seems that toggling that BB code button hides the Div that has that bottom row of button in it. I added:
CSS:.formButtonGroup{ display: flex !important; }
to the end of my extra.less template and it prevents this from happening.
Full disclosure, I've been a dev for 20yrs but only on XF a few weeks, I'm still learning they syntax and where things go. So I'm not sure thats the 'proper' way to fix it but it's a quick fix and it seems to be working for me.
I deleted that string directly in the database, with an sql query UPDATE... REPLACE(..)
SQL:UPDATE xf_post SET message = REPLACE(message,'[UWSL]',''); UPDATE xf_post SET message = REPLACE(message,'[/UWSL]','');
This tip is a necessary modification to the 'extra.less' template to fix another bug in the add-on:
Very strange I am also using the same version of Smileys Bar 2.2.1.I'm having a very big issue with this add-on, running the [UW] Smileys Bar 2.2.1 and when i disable, i get [UWSL] in every single word in all of the posts.
I posted yesterday in the SM section, let's see if we get a reply...so it could be worth reaching out on there..
Do you think this query will affect my whole XF Forum? I'm seeing this *** bbcode everywhere, including signatures, articles on my Article Management System from Bob, basically, where is there a posted text, i see this.
Another problem: my Forum have more than 2 million posts. I have to shut down the entire site to run this query.
Man this is so frustrating.
Very strange I am also using the same version of Smileys Bar 2.2.1.
Just to check, I have disabled (Only disable not uninstall) the addon at my demo site, but I did not any [UWSL] word in any post.
The developer's site is still live, so it could be worth reaching out on there..
Looks as though there's a bit of spam, and little/no sign of life since March '21 though..
I posted yesterday in the SM section, let's see if we get a reply...
Yes, but I can't remember the way it was distributed. Initially it used to be sent by PM, but if I recall well I had an update notification or something like that for 2.2.2Has anyone been able to get version 2.2.2?
It's funny, I've entered the developer's website to leave a comment on the Add-on thread, and I have instantly received a private message with a spam link to a pornographic website.
I am sure that these queries will not affect the rest of your forum posts. Doing it safely, from the linux terminal, via ssh, I don't think any disaster will happen. But if you do it from a web application such as phpmyadmin, the risk of something failing is much higher.
My recommendation is to make an exact copy of your forum for testing, and run the sql queries on that copy for testing first.
I can't really make a recommendation here that may or may not breach the developer's license agreement that you agreed to, nor should such a conversation be held on a public thread.
Officially: you should only use a version of an add-on to which you are entitled to.
Unofficially: If I was the developer, no longer present, and I found out that a customer had to stretch the rules slightly in order to fix a bug of my making, I wouldn't take a particular issue with that.
But I can't speak for someone else.
[UWSL] tag appears randomly among sentences or words within the post, and it doesn't seem to have attributes just likeI wonder if there's another way.
Can you provide an exact example of what the[UWSL]...[/UWSL]
BB code looks like in a post? i.e. what is in the middle of the[UWSL]
tag? Are there any that also look like this:[UWSL=something]...[/UWSL]
?
[B]
,[CENTER]
tags.We use essential cookies to make this site work, and optional cookies to enhance your experience.