I'm not 100% sure but I think I might have seen an addon around here which blocks spam according to the characters used, e.g. Chinese characters. Anyone knows what I'm refering to?
Just was confronted with this:
XF\Db\InvalidQueryException: MySQL query error [1171]: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead in src/XF/Db/AbstractStatement.php at line 212
While this itself makes total sense, I haven't seen that on 2.0.7. Are...
This occurs on multiple sites from time to time, but usually after some tries it logs me in. Does not happen with the regular board login.
I know this can happen if you mess up sessions and stuff, but since there is only one user I wouldn't how I could've messed that up. And then again it...
Add version numbers to styles, similar as we have for addons, phrases and resources. It's a PITA to find out which style version someone is running when you are not the owner, especially when there are different style versions for your XF version.
Is there a reason why we would use the schemaManager over raw queries in install and simple upgrade steps (read: no input data, just default data and/or structure changes)? Imho it's way too inconvenient to use the schemaManager, especially because any db manager prints out raw queries ready for...
Is it possible to use the various inputs with foreach?
<xf:select>
<foreach loop="$list" value="$el">
<xf:option value="$el.el_id">
{{$el.title}}
</xf:option>
</foreach>...
Adding the XF core JS to the templating system would essentially allow us to modify the JS in any possible way.
Reasons:
Right now we have to override core functionality if we want to make changes to something deep in between an instruction. Template modifications work everywhere and are...
I don't know how it's for you, but reCaptcha takes me 1-3 minutes to solve on average I would guess. This is pretty frustrating. I mostly use the demo to try out RM / MG features or when I can't change my own demo server for whatever reason. Could we please get an option in the customer area...
Pretty much title. How do we search for Threads started by an user when he has limited his profile visibility to something other than public and you don't meet that criteria?
Situation: I have a template which does not exist in the master template. This template gets edited frequently by the customer. I have to generically add something to the template everytime the customer adds a structure to the template.
Example:
.class-x {
color:red;
}
Template modification...
That's for Chrome Version 68.0.3440.84 (64-Bit) and Opera Version: 54.0.2952.71 on Windows 8.1. However, https://twitter.github.io/twemoji/2/test/preview.html this works in all browsers.
Also tried in BrowserStack with Chrome 67 just to make sure it's not me (or my eyes).
As discussed here, XF should use different status codes when something is view restricted, especially on the board url / homepage because these are landing pages.
Reason for this is that landing pages are public and meant to ask for credentials.
What a 403 does on these pages is it limits...
Lost some hair and brain cells until I figured out that _postSave() is not the same as post commit. Can we get a real post save event?
diff --git a/src/XF/Mvc/Entity/Entity.php b/src/XF/Mvc/Entity/Entity.php
index 1bc28fa..6602885 100644
--- a/src/XF/Mvc/Entity/Entity.php
+++...
Can someone shed some light why the entity _postSave() method nor the event entity_post_save contain the correct entity?
For example, in ConversationMaster, this is the dump for the entity:
No relations and many missing params. Same happens to every entity.
Even manually fetching the entity...
Firefox with ublock and tracking protection enabled on Android, same setup as on desktop (ublock + tracking protection).
Disabling tracking protection seems to work, though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.