No different from all other social media.. in 2024, people understand that the disrupted flow can be from content being removed, people deleting their own content (which they can already do in xenforo), and people being blocked. Just because you don't need it, doesn't mean other forums don't...
Will this be updated to work with 2.3? I'm really only interested in the 2-Way Ignore / Block feature. Perhaps that could be a separate stream-lined add-on?
I did something similar, but wanted the text to stay the original color, I didn't want it underlined unless on hover.
.userBanner a {
color: inherit;
text-decoration: inherit;
}
.userBanner a:hover {
color: inherit;
text-decoration: underline;
}
I agree that eBay is cracking down. I received a similar statement from Sovrn regarding eBay. I'd love to be able to post the disclosure only on thread pages that actually have links, but I don't know how to do that. So for now, I've included the text in a notice on every page. Ugh.
I'm seeing the same issue. The Lastest Activity page shows 30 entires, but with this enabled, I see about a 1/3 of that amount due to the number of post reactions used on the site. Even when I click Show Older items only a handful of additional items are displayed. Is there anyway to fix this?
The command # curl -XGET 'http://localhost:9200'
Returns this (I changed some things to ***** because I don't know what is okay to display publicly):
{
"name" : "*****",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "*****",
"version" : {
"number" : "7.16.2",
"build_flavor"...
CentOS 7 as well. I tried each of these one at a time:
service[elasticsearch]=9200,curl -XGET 'http://localhost:9200',0,/bin/systemctl restart elasticsearch.service,elasticsearch,root
service[elasticsearch]=9200,curl -XGET 'http://127.0.0.1:9200',0,/bin/systemctl restart...